Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 08:11:21 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357836 - head/print/ttfquery
Message-ID:  <201406150811.s5F8BLnS095603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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