Date: Thu, 28 Nov 2013 16:08:34 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335106 - in head: devel/py-twisted devel/py-twistedCore devel/py-twistedRunner dns/py-twistedNames mail/py-twistedMail net-im/py-twistedWords net/py-twistedPair news/py-twistedNews sec... Message-ID: <201311281608.rASG8YW8002601@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Nov 28 16:08:33 2013 New Revision: 335106 URL: http://svnweb.freebsd.org/changeset/ports/335106 Log: - Support STAGEDIR Modified: head/devel/py-twisted/Makefile head/devel/py-twistedCore/Makefile head/devel/py-twistedCore/pkg-plist head/devel/py-twistedRunner/Makefile head/dns/py-twistedNames/Makefile head/mail/py-twistedMail/Makefile head/net-im/py-twistedWords/Makefile head/net/py-twistedPair/Makefile head/news/py-twistedNews/Makefile head/security/py-twistedConch/Makefile head/textproc/py-twistedLore/Makefile head/www/py-twistedWeb/Makefile Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twisted/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -16,7 +16,6 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore NO_BUILD= yes -NO_STAGE= yes USE_PYTHON= -2.7 PYDISTUTILS_NOEGGINFO= yes Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twistedCore/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,7 +22,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # Twisted, but the user should feel free to install x11-toolits/py-gnome # separately if desired. -NO_STAGE= yes USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes @@ -32,9 +31,6 @@ REINPLACE_ARGS= -i '' MAN1= manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1 post-install: -# permission safeness - @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/ - @${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/ - cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/ + cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1/ .include <bsd.port.mk> Modified: head/devel/py-twistedCore/pkg-plist ============================================================================== --- head/devel/py-twistedCore/pkg-plist Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twistedCore/pkg-plist Thu Nov 28 16:08:33 2013 (r335106) @@ -5,6 +5,13 @@ bin/tap2rpm bin/tapconvert bin/trial bin/twistd +man/man1/manhole.1.gz +man/man1/pyhtmlizer.1.gz +man/man1/tap2deb.1.gz +man/man1/tap2rpm.1.gz +man/man1/tapconvert.1.gz +man/man1/trial.1.gz +man/man1/twistd.1.gz %%PYTHON_SITELIBDIR%%/twisted/__init__.py %%PYTHON_SITELIBDIR%%/twisted/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/__init__.pyo Modified: head/devel/py-twistedRunner/Makefile ============================================================================== --- head/devel/py-twistedRunner/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twistedRunner/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/dns/py-twistedNames/Makefile ============================================================================== --- head/dns/py-twistedNames/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/dns/py-twistedNames/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/mail/py-twistedMail/Makefile ============================================================================== --- head/mail/py-twistedMail/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/mail/py-twistedMail/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -23,5 +23,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-im/py-twistedWords/Makefile ============================================================================== --- head/net-im/py-twistedWords/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/net-im/py-twistedWords/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net/py-twistedPair/Makefile ============================================================================== --- head/net/py-twistedPair/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/net/py-twistedPair/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/news/py-twistedNews/Makefile ============================================================================== --- head/news/py-twistedNews/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/news/py-twistedNews/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/py-twistedConch/Makefile ============================================================================== --- head/security/py-twistedConch/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/security/py-twistedConch/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tw RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -NO_STAGE= yes USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes Modified: head/textproc/py-twistedLore/Makefile ============================================================================== --- head/textproc/py-twistedLore/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/textproc/py-twistedLore/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-twistedWeb/Makefile ============================================================================== --- head/www/py-twistedWeb/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/www/py-twistedWeb/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311281608.rASG8YW8002601>