svn commit: r439539 - in head/print: . py3-fonttools

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 27 11:39:11 UTC 2017


Author: amdmi3
Date: Thu Apr 27 11:39:10 2017
New Revision: 439539
URL: https://svnweb.freebsd.org/changeset/ports/439539

Log:
  - Add python3 counterpart for py-fonttools

Added:
  head/print/py3-fonttools/
  head/print/py3-fonttools/Makefile   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Thu Apr 27 10:42:15 2017	(r439538)
+++ head/print/Makefile	Thu Apr 27 11:39:10 2017	(r439539)
@@ -202,6 +202,7 @@
     SUBDIR += py-reportlab1
     SUBDIR += py-rtf
     SUBDIR += py-trml2pdf
+    SUBDIR += py3-fonttools
     SUBDIR += qpdf
     SUBDIR += qpdfview
     SUBDIR += qt5-printsupport

Added: head/print/py3-fonttools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py3-fonttools/Makefile	Thu Apr 27 11:39:10 2017	(r439539)
@@ -0,0 +1,8 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-fonttools
+
+USES=		python:3
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list