Date: Sat, 25 Jan 2014 20:55:48 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341101 - head/devel/py-Products.ATReferenceBrowserWidget Message-ID: <201401252055.s0PKtmCA015089@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Jan 25 20:55:47 2014 New Revision: 341101 URL: http://svnweb.freebsd.org/changeset/ports/341101 QAT: https://qat.redports.org/buildarchive/r341101/ Log: - convert to auto-generated packing list - move DIST_SUBDIR upper - bump PORTREVISION Deleted: head/devel/py-Products.ATReferenceBrowserWidget/pkg-plist Modified: head/devel/py-Products.ATReferenceBrowserWidget/Makefile Modified: head/devel/py-Products.ATReferenceBrowserWidget/Makefile ============================================================================== --- head/devel/py-Products.ATReferenceBrowserWidget/Makefile Sat Jan 25 20:55:07 2014 (r341100) +++ head/devel/py-Products.ATReferenceBrowserWidget/Makefile Sat Jan 25 20:55:47 2014 (r341101) @@ -2,9 +2,11 @@ PORTNAME= Products.ATReferenceBrowserWidget PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Reference widget for Archetypes @@ -14,11 +16,9 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archetypes.referencebrowserwidget>=0:${PORTSDIR}/devel/py-archetypes.referencebrowserwidget \ ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401252055.s0PKtmCA015089>