svn commit: r343352 - head/textproc/py-genshi

Martin Wilke miwi at FreeBSD.org
Sat Feb 8 15:38:19 UTC 2014


Author: miwi
Date: Sat Feb  8 15:38:18 2014
New Revision: 343352
URL: http://svnweb.freebsd.org/changeset/ports/343352
QAT: https://qat.redports.org/buildarchive/r343352/

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

Deleted:
  head/textproc/py-genshi/pkg-plist
Modified:
  head/textproc/py-genshi/Makefile

Modified: head/textproc/py-genshi/Makefile
==============================================================================
--- head/textproc/py-genshi/Makefile	Sat Feb  8 15:35:55 2014	(r343351)
+++ head/textproc/py-genshi/Makefile	Sat Feb  8 15:38:18 2014	(r343352)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Genshi
 PORTVERSION=	0.7
-PORTREVISION=	0
+PORTREVISION=	1
 #PORTEPOCH=	0
 CATEGORIES=	textproc www python
 MASTER_SITES=	http://ftp.edgewall.com/pub/${PORTNAME:L}/
@@ -18,30 +18,14 @@ OPTIONS_DEFINE=	BABEL
 OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
 BABEL_DESC=	I18n support through the Babel plugin
 
-PYEASYINSTALL_ARCHDEP=	yes
-
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBABEL}
 RUN_DEPENDS+=	${PKGNAMEPREFIX}Babel>=0.9.6:${PORTSDIR}/devel/py-babel
 .endif
 
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR}
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
-	${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list