Date: Thu, 30 Jan 2014 08:07:04 +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: r341806 - head/print/py-pdf Message-ID: <201401300807.s0U874ZQ024274@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401300807.s0U874ZQ024274>