svn commit: r343359 - head/devel/py-asn1

Martin Wilke miwi at FreeBSD.org
Sat Feb 8 16:03:37 UTC 2014


Author: miwi
Date: Sat Feb  8 16:03:36 2014
New Revision: 343359
URL: http://svnweb.freebsd.org/changeset/ports/343359
QAT: https://qat.redports.org/buildarchive/r343359/

Log:
  - Stage support
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION

Deleted:
  head/devel/py-asn1/pkg-plist
Modified:
  head/devel/py-asn1/Makefile

Modified: head/devel/py-asn1/Makefile
==============================================================================
--- head/devel/py-asn1/Makefile	Sat Feb  8 16:02:37 2014	(r343358)
+++ head/devel/py-asn1/Makefile	Sat Feb  8 16:03:36 2014	(r343359)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asn1
 PORTVERSION=	0.1.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
@@ -17,29 +18,8 @@ LICENSE=	BSD
 
 # Python3 ready
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	pyasn1
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
-
-BASEDOCS=	CHANGES \
-		README \
-		TODO
-
-DOCDOCS=	pyasn1-tutorial.html
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-.for f in ${BASEDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.for f in ${DOCDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
-.endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list