pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 17 20:50:37 UTC 2017

Modified Files:
        pkgsrc/databases/py-redis: Makefile

Log Message:
Fixed BUILD_DEPENDS typo


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/py-redis/Makefile

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

Modified files:

Index: pkgsrc/databases/py-redis/Makefile
diff -u pkgsrc/databases/py-redis/Makefile:1.2 pkgsrc/databases/py-redis/Makefile:1.3
--- pkgsrc/databases/py-redis/Makefile:1.2      Thu Aug 17 13:15:50 2017
+++ pkgsrc/databases/py-redis/Makefile  Thu Aug 17 20:50:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/08/17 13:15:50 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/17 20:50:37 adam Exp $
 
 DISTNAME=      redis-2.10.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/andymccurdy
 COMMENT=       Redis Python client
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.5.0:../../devel/py-test
 
 USE_LANGUAGES=         # none



Home | Main Index | Thread Index | Old Index