Wed Nov 30 12:28:50 2016 UTC ()
Add missing py-constantly dependency.

Fixes games/kajongg's twisted detection.

Bump PKGREVISION.


(wiz)
diff -r1.29 -r1.30 pkgsrc/net/py-twisted/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/net/py-twisted/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-twisted/Makefile 2016/11/28 13:55:50 1.29
+++ pkgsrc/net/py-twisted/Makefile 2016/11/30 12:28:50 1.30
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.29 2016/11/28 13:55:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2016/11/30 12:28:50 wiz Exp $
2 2
3PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 3PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
 4PKGREVISION= 1
4COMMENT= Framework for writing networked applications 5COMMENT= Framework for writing networked applications
5.include "../../net/py-twisted/Makefile.common" 6.include "../../net/py-twisted/Makefile.common"
6 7
 8DEPENDS+= ${PYPKGPREFIX}-constantly-[0-9]*:../../devel/py-constantly
7DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental 9DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
8DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL 10DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
9DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface 11DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
10 12
11REPLACE_PYTHON+= src/twisted/mail/test/pop3testserver.py 13REPLACE_PYTHON+= src/twisted/mail/test/pop3testserver.py
12REPLACE_PYTHON+= src/twisted/trial/test/scripttest.py 14REPLACE_PYTHON+= src/twisted/trial/test/scripttest.py
13REPLACE_PYTHON+= src/twisted/python/test/pullpipe.py 15REPLACE_PYTHON+= src/twisted/python/test/pullpipe.py
14 16
15CFLAGS.SunOS+= -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -Du_int=uint32_t 17CFLAGS.SunOS+= -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -Du_int=uint32_t
16 18
17# twisted will install files present in the source directory even 19# twisted will install files present in the source directory even
18# though they were not in the tarball. Therefore, we must clean the 20# though they were not in the tarball. Therefore, we must clean the
19# .orig files from patches. This is done pre-install rather than 21# .orig files from patches. This is done pre-install rather than