From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 16:08:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28F0EF00; Thu, 28 Nov 2013 16:08:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12ABB16A9; Thu, 28 Nov 2013 16:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASG8ass002615; Thu, 28 Nov 2013 16:08:36 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASG8YW8002601; Thu, 28 Nov 2013 16:08:34 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311281608.rASG8YW8002601@svn.freebsd.org> From: Li-Wen Hsu Date: Thu, 28 Nov 2013 16:08:34 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 16:08:37 -0000 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 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 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 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 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 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 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 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 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