svn commit: r344765 - head/textproc/py-translationstring

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 14:46:41 UTC 2014


Author: miwi
Date: Mon Feb 17 14:46:41 2014
New Revision: 344765
URL: http://svnweb.freebsd.org/changeset/ports/344765
QAT: https://qat.redports.org/buildarchive/r344765/

Log:
  - Stage support
  - Convert to autoplist
  - Bump PORTREV

Deleted:
  head/textproc/py-translationstring/pkg-plist
Modified:
  head/textproc/py-translationstring/Makefile

Modified: head/textproc/py-translationstring/Makefile
==============================================================================
--- head/textproc/py-translationstring/Makefile	Mon Feb 17 14:46:28 2014	(r344764)
+++ head/textproc/py-translationstring/Makefile	Mon Feb 17 14:46:41 2014	(r344765)
@@ -3,6 +3,7 @@
 
 PORTNAME=	translationstring
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	textproc www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	Utility library for i18n relied on by various Repoze packages
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list