pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www fix invalid dependency patterns



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8c7128179ce
branches:  trunk
changeset: 555729:f8c7128179ce
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 07 16:26:16 2009 +0000

description:
fix invalid dependency patterns

diffstat:

 www/ap-scgi/Makefile |  4 ++--
 www/py-scgi/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 66c4957748a8 -r f8c7128179ce www/ap-scgi/Makefile
--- a/www/ap-scgi/Makefile      Sat Mar 07 15:54:51 2009 +0000
+++ b/www/ap-scgi/Makefile      Sat Mar 07 16:26:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/03 10:53:15 manu Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/07 16:26:16 tnn Exp $
 #
 
 PKGNAME=       ${APACHE_PKG_PREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@
 
 PKG_DESTDIR_SUPPORT=   destdir
 
-DEPENDS+=      ${PYPKGPREFIX}-scgi:../../www/py-scgi
+DEPENDS+=      ${PYPKGPREFIX}-scgi-[0-9]*:../../www/py-scgi
 
 APACHE_MODULE= yes
 .include "../../mk/apache.mk"
diff -r 66c4957748a8 -r f8c7128179ce www/py-scgi/Makefile
--- a/www/py-scgi/Makefile      Sat Mar 07 15:54:51 2009 +0000
+++ b/www/py-scgi/Makefile      Sat Mar 07 16:26:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/03 10:53:15 manu Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/07 16:26:16 tnn Exp $
 #
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@
 
 PKG_DESTDIR_SUPPORT=   destdir
 
-DEPENDS+=      ${PYPKGPREFIX}-quixote:../../devel/py-quixote
+DEPENDS+=      ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
 
 PYTHON_VERSIONS_ACCEPTED= 26 25 24
 PY_PATCHPLIST= yes



Home | Main Index | Thread Index | Old Index