Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 16:03:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343359 - head/devel/py-asn1
Message-ID:  <201402081603.s18G3bIs059915@svn.freebsd.org>

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



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