svn commit: r345811 - head/print/py-cups

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 10:41:57 UTC 2014


Author: sunpoet
Date: Mon Feb 24 10:41:55 2014
New Revision: 345811
URL: http://svnweb.freebsd.org/changeset/ports/345811
QAT: https://qat.redports.org/buildarchive/r345811/

Log:
  - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
  - Update USE_PYTHON
  - Bump PORTREVISION for package change

Modified:
  head/print/py-cups/Makefile

Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile	Mon Feb 24 10:41:51 2014	(r345810)
+++ head/print/py-cups/Makefile	Mon Feb 24 10:41:55 2014	(r345811)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cups
 PORTVERSION=	1.9.66
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,14 +19,12 @@ LIB_DEPENDS=	libcups.so:${PORTSDIR}/prin
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+PYDISTUTILS_AUTOPLIST=	yes
 USE_BZIP2=	yes
 USE_PYDISTUTILS=yes
-USE_PYTHON=	2
+USE_PYTHON=	yes
 USES=		iconv
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/cups.so
-PYDISTUTILS_EGGINFO=	py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
-
 .include <bsd.port.pre.mk>
 
 post-patch:


More information about the svn-ports-all mailing list