svn commit: r347032 - head/textproc/py-xlrd

Martin Wilke miwi at FreeBSD.org
Tue Mar 4 15:41:06 UTC 2014


Author: miwi
Date: Tue Mar  4 15:41:05 2014
New Revision: 347032
URL: http://svnweb.freebsd.org/changeset/ports/347032
QAT: https://qat.redports.org/buildarchive/r347032/

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

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

Modified: head/textproc/py-xlrd/Makefile
==============================================================================
--- head/textproc/py-xlrd/Makefile	Tue Mar  4 15:40:55 2014	(r347031)
+++ head/textproc/py-xlrd/Makefile	Tue Mar  4 15:41:05 2014	(r347032)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xlrd
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,6 @@ COMMENT=	Reading data and formatting inf
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list