svn commit: r344358 - head/dns/py-idnkit2

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:27:05 UTC 2014


Author: miwi
Date: Sat Feb 15 10:27:05 2014
New Revision: 344358
URL: http://svnweb.freebsd.org/changeset/ports/344358
QAT: https://qat.redports.org/buildarchive/r344358/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREV

Modified:
  head/dns/py-idnkit2/Makefile

Modified: head/dns/py-idnkit2/Makefile
==============================================================================
--- head/dns/py-idnkit2/Makefile	Sat Feb 15 10:26:45 2014	(r344357)
+++ head/dns/py-idnkit2/Makefile	Sat Feb 15 10:27:05 2014	(r344358)
@@ -3,6 +3,7 @@
 
 PORTNAME=	idnkit-python
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://jprs.co.jp/idn/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +16,8 @@ LIB_DEPENDS=	idnkitlite.2:${PORTSDIR}/dn
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/idnkit.so
-
-NO_STAGE=	yes
 post-patch:
 		${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		    ${WRKSRC}/setup.py


More information about the svn-ports-all mailing list