pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

more unresolvable dependencies fixed



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Oct 20 16:14:32 2015 +0200
Changeset:	26d874993f2de888fc6dbea3078beb00ec3ea2b5

Modified Files:
	aspell-dictionaries/options.mk
	cl-ppcre-unicode/Makefile
	gnome-core/Makefile

Log Message:
more unresolvable dependencies fixed

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26d874993f2de888fc6dbea3078beb00ec3ea2b5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aspell-dictionaries/options.mk | 2 +-
 cl-ppcre-unicode/Makefile      | 3 ++-
 gnome-core/Makefile            | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/aspell-dictionaries/options.mk b/aspell-dictionaries/options.mk
index ecfca31..94a3883 100644
--- a/aspell-dictionaries/options.mk
+++ b/aspell-dictionaries/options.mk
@@ -14,7 +14,7 @@ DEPENDS+=	aspell-br>=0.50.2:../../textproc/aspell-br
 .endif
 
 .if !empty(PKG_OPTIONS:Mlang-ca)
-DEPENDS+=	aspell-ca>=20040130.1:../../textproc/aspell-ca
+DEPENDS+=	aspell-ca>=2.1.5.1:../../textproc/aspell-ca
 .endif
 
 .if !empty(PKG_OPTIONS:Mlang-cs)
diff --git a/cl-ppcre-unicode/Makefile b/cl-ppcre-unicode/Makefile
index b14d95a..2ba9c1b 100644
--- a/cl-ppcre-unicode/Makefile
+++ b/cl-ppcre-unicode/Makefile
@@ -13,7 +13,8 @@ COMMENT=	CL-PPCRE-UNICODE is the CL-PPCRE package with Unicode support
 LICENSE= 	modified-bsd
 
 WRKSRC=			${WRKDIR}/${DISTNAME}-${VERSION}
-DEPENDS+=		${LISP_PREFIX}-ppcre-${VERSION}-[0-9]*:../../wip/cl-ppcre
+
+DEPENDS+=		${LISP_PREFIX}-ppcre-${VERSION}{,nb*}:../../wip/cl-ppcre
 DEPENDS+=		${LISP_PREFIX}-unicode-[0-9]*:../../wip/cl-unicode
 
 .include "options.mk"
diff --git a/gnome-core/Makefile b/gnome-core/Makefile
index 0dbf74a..ebf4ea4 100644
--- a/gnome-core/Makefile
+++ b/gnome-core/Makefile
@@ -87,7 +87,7 @@ DEPENDS+=	gupnp>=0.20.14:../../net/gupnp
 DEPENDS+=	gupnp-igd>=0.2.4:../../net/gupnp-igd
 DEPENDS+=	gvfs>=1.24.1:../../sysutils/gvfs
 DEPENDS+=	json-glib>=1.0.4:../../textproc/json-glib
-DEPENDS+=	libchamplain>=0.12.10:../../geography/libchamplain012
+DEPENDS+=	libchamplain012>=0.12.10:../../geography/libchamplain012
 DEPENDS+=	libcroco>=0.6.8:../../textproc/libcroco
 DEPENDS+=	libgdata>=0.17.1:../../net/libgdata
 DEPENDS+=	libgee>=0.18.0:../../devel/libgee


Home | Main Index | Thread Index | Old Index