pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twisted



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 20 10:47:36 UTC 2016

Modified Files:
        pkgsrc/net/py-twisted: Makefile

Log Message:
Fix pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/py-twisted/Makefile

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

Modified files:

Index: pkgsrc/net/py-twisted/Makefile
diff -u pkgsrc/net/py-twisted/Makefile:1.27 pkgsrc/net/py-twisted/Makefile:1.28
--- pkgsrc/net/py-twisted/Makefile:1.27 Tue Nov  1 15:55:46 2016
+++ pkgsrc/net/py-twisted/Makefile      Sun Nov 20 10:47:36 2016
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.27 2016/11/01 15:55:46 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2016/11/20 10:47:36 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 COMMENT=       Framework for writing networked applications
 .include "../../net/py-twisted/Makefile.common"
 
+DEPENDS+=      ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
 



Home | Main Index | Thread Index | Old Index