From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 23:40:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB3BA459; Sun, 9 Feb 2014 23:40:59 +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 BF6D01470; Sun, 9 Feb 2014 23:40:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19NexaQ096231; Sun, 9 Feb 2014 23:40:59 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19New4p096219; Sun, 9 Feb 2014 23:40:58 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402092340.s19New4p096219@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 9 Feb 2014 23:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343560 - in head: databases/zodb3 mail/py-Products.MailHost mail/py-Products.SecureMailHost mail/py-zope.sendmail net-p2p/py-transmissionrpc net/py-zope.proxy 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.17 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: Sun, 09 Feb 2014 23:40:59 -0000 Author: rm Date: Sun Feb 9 23:40:57 2014 New Revision: 343560 URL: http://svnweb.freebsd.org/changeset/ports/343560 QAT: https://qat.redports.org/buildarchive/r343560/ Log: - do not use easy_install, convert to auto-generated packing list - move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Deleted: head/databases/zodb3/pkg-plist head/mail/py-Products.MailHost/pkg-plist head/mail/py-Products.SecureMailHost/pkg-plist head/mail/py-zope.sendmail/pkg-plist head/net-p2p/py-transmissionrpc/pkg-plist head/net/py-zope.proxy/pkg-plist Modified: head/databases/zodb3/Makefile head/mail/py-Products.MailHost/Makefile head/mail/py-Products.SecureMailHost/Makefile head/mail/py-zope.sendmail/Makefile head/mail/py-zope.sendmail/pkg-descr head/net-p2p/py-transmissionrpc/Makefile head/net/py-zope.proxy/Makefile Modified: head/databases/zodb3/Makefile ============================================================================== --- head/databases/zodb3/Makefile Sun Feb 9 23:29:16 2014 (r343559) +++ head/databases/zodb3/Makefile Sun Feb 9 23:40:57 2014 (r343560) @@ -3,6 +3,7 @@ PORTNAME= zodb PORTVERSION= 3.10.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -20,11 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zcon ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_PKGNAME= ZODB3 - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/mail/py-Products.MailHost/Makefile ============================================================================== --- head/mail/py-Products.MailHost/Makefile Sun Feb 9 23:29:16 2014 (r343559) +++ head/mail/py-Products.MailHost/Makefile Sun Feb 9 23:40:57 2014 (r343560) @@ -2,6 +2,7 @@ PORTNAME= Products.MailHost PORTVERSION= 2.13.1 +PORTREVISION= 1 CATEGORIES= mail python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +13,9 @@ COMMENT= Zope.sendmail integration for Z LICENSE= ZPL21 -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes -NO_STAGE= yes .include Modified: head/mail/py-Products.SecureMailHost/Makefile ============================================================================== --- head/mail/py-Products.SecureMailHost/Makefile Sun Feb 9 23:29:16 2014 (r343559) +++ head/mail/py-Products.SecureMailHost/Makefile Sun Feb 9 23:40:57 2014 (r343560) @@ -2,6 +2,7 @@ PORTNAME= Products.SecureMailHost PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= mail python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +13,9 @@ COMMENT= Reimplementation of the standar LICENSE= ZPL21 -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes -NO_STAGE= yes .include Modified: head/mail/py-zope.sendmail/Makefile ============================================================================== --- head/mail/py-zope.sendmail/Makefile Sun Feb 9 23:29:16 2014 (r343559) +++ head/mail/py-zope.sendmail/Makefile Sun Feb 9 23:40:57 2014 (r343560) @@ -2,6 +2,7 @@ PORTNAME= zope.sendmail PORTVERSION= 3.7.5 +PORTREVISION= 1 CATEGORIES= mail python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tran ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/mail/py-zope.sendmail/pkg-descr ============================================================================== --- head/mail/py-zope.sendmail/pkg-descr Sun Feb 9 23:29:16 2014 (r343559) +++ head/mail/py-zope.sendmail/pkg-descr Sun Feb 9 23:40:57 2014 (r343560) @@ -1,3 +1,3 @@ zope.sendmail is a package for email sending from Zope3 applications. -WWW: https://pypi.python.org/pypi/zope.sendmail +WWW: https://pypi.python.org/pypi/zope.sendmail/ Modified: head/net-p2p/py-transmissionrpc/Makefile ============================================================================== --- head/net-p2p/py-transmissionrpc/Makefile Sun Feb 9 23:29:16 2014 (r343559) +++ head/net-p2p/py-transmissionrpc/Makefile Sun Feb 9 23:40:57 2014 (r343560) @@ -3,6 +3,7 @@ PORTNAME= transmissionrpc PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,27 +16,14 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYTHON_PY3K_PLIST_HACK= yes - -NO_STAGE= yes - -.include - -.if ${PORT_OPTIONS:MDOCS} -PLIST_DIRS= %%DOCSDIR%% -PLIST_FILES+= %%DOCSDIR%%/README -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,zip_safe=True,zip_safe=False,g' \ - ${WRKSRC}/setup.py +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +PORTDOCS= * post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/net/py-zope.proxy/Makefile ============================================================================== --- head/net/py-zope.proxy/Makefile Sun Feb 9 23:29:16 2014 (r343559) +++ head/net/py-zope.proxy/Makefile Sun Feb 9 23:40:57 2014 (r343560) @@ -3,6 +3,7 @@ PORTNAME= zope.proxy PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= net python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +16,9 @@ LICENSE= ZPL21 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface -USE_ZIP= yes -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include