Date: Fri, 28 Apr 2017 20:24:38 +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: r439629 - in head/print: . py-pycups py3-pycups Message-ID: <201704282024.v3SKOcUF039416@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Apr 28 20:24:38 2017 New Revision: 439629 URL: https://svnweb.freebsd.org/changeset/ports/439629 Log: Add py3-pycups: slave port of py-pycups - Add SLAVEDIRS to py-pycups Requested by: kwm Added: head/print/py3-pycups/ head/print/py3-pycups/Makefile (contents, props changed) Modified: head/print/Makefile head/print/py-pycups/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Fri Apr 28 20:24:33 2017 (r439628) +++ head/print/Makefile Fri Apr 28 20:24:38 2017 (r439629) @@ -204,6 +204,7 @@ SUBDIR += py-rtf SUBDIR += py-trml2pdf SUBDIR += py3-fonttools + SUBDIR += py3-pycups SUBDIR += qpdf SUBDIR += qpdfview SUBDIR += qt5-printsupport Modified: head/print/py-pycups/Makefile ============================================================================== --- head/print/py-pycups/Makefile Fri Apr 28 20:24:33 2017 (r439628) +++ head/print/py-pycups/Makefile Fri Apr 28 20:24:38 2017 (r439629) @@ -17,7 +17,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libcups.so:print/cups USE_PYTHON= autoplist concurrent distutils -USES= iconv localbase python tar:bzip2 +USES?= iconv localbase python tar:bzip2 + +SLAVEDIRS= print/py3-pycups .include <bsd.port.pre.mk> Added: head/print/py3-pycups/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py3-pycups/Makefile Fri Apr 28 20:24:38 2017 (r439629) @@ -0,0 +1,10 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +USES= iconv localbase python:3.3+ tar:bzip2 + +PORTSCOUT= ignore:1 + +MASTERDIR= ${.CURDIR}/../py-pycups + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704282024.v3SKOcUF039416>