svn commit: r523436 - in head/print: . py-fonttools3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 18 18:23:28 UTC 2020


Author: sunpoet
Date: Sat Jan 18 18:23:27 2020
New Revision: 523436
URL: https://svnweb.freebsd.org/changeset/ports/523436

Log:
  Add py-fonttools3 3.44.0 (copied from py-fonttools)
  
  - Add PORTSCOUT

Added:
  head/print/py-fonttools3/
     - copied from r523299, head/print/py-fonttools/
Modified:
  head/print/Makefile
  head/print/py-fonttools3/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat Jan 18 18:22:55 2020	(r523435)
+++ head/print/Makefile	Sat Jan 18 18:23:27 2020	(r523436)
@@ -178,6 +178,7 @@
     SUBDIR += psutils
     SUBDIR += py-fontaine
     SUBDIR += py-fonttools
+    SUBDIR += py-fonttools3
     SUBDIR += py-fpdf
     SUBDIR += py-pdf
     SUBDIR += py-pdf2

Modified: head/print/py-fonttools3/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Fri Jan 17 14:38:39 2020	(r523299)
+++ head/print/py-fonttools3/Makefile	Sat Jan 18 18:23:27 2020	(r523436)
@@ -3,10 +3,10 @@
 
 PORTNAME=	fonttools
 PORTVERSION=	3.44.0
-PORTREVISION=	2
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Open source library for manipulating fonts, written in Python
@@ -19,6 +19,8 @@ USE_PYTHON=	autoplist concurrent distutils
 
 MAKE_ENV=	FONTTOOLS_MANPATH="man"
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^3\.
 
 OPTIONS_DEFINE=	GRAPHITE INTERPOLATABLE LXML PLOT SYMFONT UFO UNICODE WOFF
 OPTIONS_DEFAULT= LXML UFO UNICODE


More information about the svn-ports-all mailing list