svn commit: r370197 - head/print/pkpgcounter
William Grzybowski
wg at FreeBSD.org
Mon Oct 6 17:53:54 UTC 2014
Author: wg
Date: Mon Oct 6 17:53:53 2014
New Revision: 370197
URL: https://svnweb.freebsd.org/changeset/ports/370197
QAT: https://qat.redports.org/buildarchive/r370197/
Log:
print/pkpgcounter: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/print/pkpgcounter/Makefile
Modified: head/print/pkpgcounter/Makefile
==============================================================================
--- head/print/pkpgcounter/Makefile Mon Oct 6 17:53:25 2014 (r370196)
+++ head/print/pkpgcounter/Makefile Mon Oct 6 17:53:53 2014 (r370197)
@@ -3,21 +3,21 @@
PORTNAME= pkpgcounter
PORTVERSION= 3.50
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print python
MASTER_SITES= http://www.pykota.com/software/pkpgcounter/download/tarballs/
MAINTAINER= ports at FreeBSD.org
COMMENT= Count pages and ink coverage percent
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
PORTDOCS= README COPYING BUGS CREDITS NEWS
OPTIONS_DEFINE= DOCS
More information about the svn-ports-all
mailing list