svn commit: r344354 - head/dns/py-adns

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:24:09 UTC 2014


Author: miwi
Date: Sat Feb 15 10:24:08 2014
New Revision: 344354
URL: http://svnweb.freebsd.org/changeset/ports/344354
QAT: https://qat.redports.org/buildarchive/r344354/

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

Deleted:
  head/dns/py-adns/pkg-plist
Modified:
  head/dns/py-adns/Makefile

Modified: head/dns/py-adns/Makefile
==============================================================================
--- head/dns/py-adns/Makefile	Sat Feb 15 10:15:39 2014	(r344353)
+++ head/dns/py-adns/Makefile	Sat Feb 15 10:24:08 2014	(r344354)
@@ -3,6 +3,7 @@
 
 PORTNAME=	adns
 PORTVERSION=	1.2.1
+PORTREVISION=	14
 CATEGORIES=	dns python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +17,8 @@ LIB_DEPENDS=	adns.1:${PORTSDIR}/dns/adns
 PROJECTHOST=	adns-python
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	adns-python
-PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \
 		-e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \


More information about the svn-ports-head mailing list