pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpbin



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 26 17:44:09 UTC 2017

Modified Files:
        pkgsrc/www/py-httpbin: Makefile

Log Message:
Really depend on www/py-raven


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-httpbin/Makefile

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

Modified files:

Index: pkgsrc/www/py-httpbin/Makefile
diff -u pkgsrc/www/py-httpbin/Makefile:1.7 pkgsrc/www/py-httpbin/Makefile:1.8
--- pkgsrc/www/py-httpbin/Makefile:1.7  Sat Nov 25 12:54:37 2017
+++ pkgsrc/www/py-httpbin/Makefile      Sun Nov 26 17:44:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/11/25 12:54:37 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/11/26 17:44:09 adam Exp $
 
 DISTNAME=      httpbin-0.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,8 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-flask-common-[0
 DEPENDS+=      ${PYPKGPREFIX}-Flask-Limiter-[0-9]*:../../www/py-flask-limiter
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-raven-[0-9]*:../../www/py-raven
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-#DEPENDS+=     ${PYPKGPREFIX}-raven-[0-9]*:../../wip/py-raven
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index