Date: Mon, 24 Feb 2014 10:41:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345811 - head/print/py-cups Message-ID: <201402241041.s1OAft10062504@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241041.s1OAft10062504>