pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gssapi



Module Name:    pkgsrc
Committed By:   agc
Date:           Sun Jul 24 18:56:21 UTC 2016

Modified Files:
        pkgsrc/security/py-gssapi: Makefile

Log Message:
Use recommended dependency glob pattern


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-gssapi/Makefile

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

Modified files:

Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.1 pkgsrc/security/py-gssapi/Makefile:1.2
--- pkgsrc/security/py-gssapi/Makefile:1.1      Sun Jul 24 18:49:35 2016
+++ pkgsrc/security/py-gssapi/Makefile  Sun Jul 24 18:56:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/07/24 18:49:35 agc Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/24 18:56:21 agc Exp $
 
 DISTNAME=      gssapi-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,9 @@ HOMEPAGE=     https://pypi.python.org/pypi/g
 COMMENT=       Low-level and high-level wrappers around GSSAPI C libraries
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-decorator-*:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-enum34-*:../../devel/py-enum34
-DEPENDS+=      ${PYPKGPREFIX}-six-*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
+DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 AUTO_MKDIRS=   yes
 



Home | Main Index | Thread Index | Old Index