svn commit: r341101 - head/devel/py-Products.ATReferenceBrowserWidget

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Jan 25 20:55:48 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list