svn commit: r341806 - head/print/py-pdf

Martin Wilke miwi at FreeBSD.org
Thu Jan 30 08:07:05 UTC 2014


Author: miwi
Date: Thu Jan 30 08:07:04 2014
New Revision: 341806
URL: http://svnweb.freebsd.org/changeset/ports/341806
QAT: https://qat.redports.org/buildarchive/r341806/

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

Deleted:
  head/print/py-pdf/pkg-plist
Modified:
  head/print/py-pdf/Makefile

Modified: head/print/py-pdf/Makefile
==============================================================================
--- head/print/py-pdf/Makefile	Thu Jan 30 07:55:01 2014	(r341805)
+++ head/print/py-pdf/Makefile	Thu Jan 30 08:07:04 2014	(r341806)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pdf
 PORTVERSION=	1.13
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	http://pybrary.net/pyPdf/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,6 @@ COMMENT=	Pure-Python PDF toolkit
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pyPdf
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list