svn commit: r357836 - head/print/ttfquery
Marcus von Appen
mva at FreeBSD.org
Sun Jun 15 08:11:22 UTC 2014
Author: mva
Date: Sun Jun 15 08:11:21 2014
New Revision: 357836
URL: http://svnweb.freebsd.org/changeset/ports/357836
QAT: https://qat.redports.org/buildarchive/r357836/
Log:
- Enable stagedir support
- Fix LICENSE
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Deleted:
head/print/ttfquery/pkg-plist
Modified:
head/print/ttfquery/Makefile
Modified: head/print/ttfquery/Makefile
==============================================================================
--- head/print/ttfquery/Makefile Sun Jun 15 08:05:37 2014 (r357835)
+++ head/print/ttfquery/Makefile Sun Jun 15 08:11:21 2014 (r357836)
@@ -3,7 +3,7 @@
PORTNAME= ttfquery
PORTVERSION= 1.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= CHEESESHOP
DISTNAME= TTFQuery-${PORTVERSION}
@@ -11,15 +11,14 @@ DISTNAME= TTFQuery-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= FontTools-based package for querying system fonts
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:${PORTSDIR}/print/py-fonttools \
${PYNUMPY}
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= TTFQuery
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list