Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 09:03:54 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341702 - in head: devel/py-setuptools_hg www/py-flup www/py-plone.registry
Message-ID:  <201401290903.s0T93s0d053176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jan 29 09:03:54 2014
New Revision: 341702
URL: http://svnweb.freebsd.org/changeset/ports/341702
QAT: https://qat.redports.org/buildarchive/r341702/

Log:
  - Stage support
  - Convert to auto-generated packing list
  - Bump PORTREVISION

Deleted:
  head/www/py-flup/pkg-plist
  head/www/py-plone.registry/pkg-plist
Modified:
  head/devel/py-setuptools_hg/Makefile
  head/www/py-flup/Makefile
  head/www/py-plone.registry/Makefile

Modified: head/devel/py-setuptools_hg/Makefile
==============================================================================
--- head/devel/py-setuptools_hg/Makefile	Wed Jan 29 09:02:29 2014	(r341701)
+++ head/devel/py-setuptools_hg/Makefile	Wed Jan 29 09:03:54 2014	(r341702)
@@ -3,6 +3,7 @@
 
 PORTNAME=	setuptools_hg
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +12,7 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Setuptools plugin for hg
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/py-flup/Makefile
==============================================================================
--- head/www/py-flup/Makefile	Wed Jan 29 09:02:29 2014	(r341701)
+++ head/www/py-flup/Makefile	Wed Jan 29 09:03:54 2014	(r341702)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flup
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	http://www.saddi.com/software/flup/dist/ \
 		CHEESESHOP
@@ -13,7 +13,7 @@ MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Random assortment of WSGI servers, middleware
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/py-plone.registry/Makefile
==============================================================================
--- head/www/py-plone.registry/Makefile	Wed Jan 29 09:02:29 2014	(r341701)
+++ head/www/py-plone.registry/Makefile	Wed Jan 29 09:03:54 2014	(r341702)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plone.registry
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	www python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +23,7 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 DIST_SUBDIR=	zope
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 USE_ZIP=	yes
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401290903.s0T93s0d053176>