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:           Wed Nov 30 12:28:50 UTC 2016

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

Log Message:
Add missing py-constantly dependency.

Fixes games/kajongg's twisted detection.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/net/py-twisted/Makefile:1.30
--- pkgsrc/net/py-twisted/Makefile:1.29 Mon Nov 28 13:55:50 2016
+++ pkgsrc/net/py-twisted/Makefile      Wed Nov 30 12:28:50 2016
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2016/11/28 13:55:50 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/11/30 12:28:50 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 COMMENT=       Framework for writing networked applications
 .include "../../net/py-twisted/Makefile.common"
 
+DEPENDS+=      ${PYPKGPREFIX}-constantly-[0-9]*:../../devel/py-constantly
 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