Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 11:39:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439539 - in head/print: . py3-fonttools
Message-ID:  <201704271139.v3RBdAA4031183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-fonttools
+
+USES=		python:3
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704271139.v3RBdAA4031183>