svn commit: r439629 - in head/print: . py-pycups py3-pycups

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 20:24:40 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+USES=		iconv localbase python:3.3+ tar:bzip2
+
+PORTSCOUT=	ignore:1
+
+MASTERDIR=	${.CURDIR}/../py-pycups
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list