svn commit: r358343 - head/www/trac-math

Marcus von Appen mva at FreeBSD.org
Thu Jun 19 06:06:11 UTC 2014


Author: mva
Date: Thu Jun 19 06:06:10 2014
New Revision: 358343
URL: http://svnweb.freebsd.org/changeset/ports/358343
QAT: https://qat.redports.org/buildarchive/r358343/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/www/trac-math/Makefile

Modified: head/www/trac-math/Makefile
==============================================================================
--- head/www/trac-math/Makefile	Thu Jun 19 05:54:02 2014	(r358342)
+++ head/www/trac-math/Makefile	Thu Jun 19 06:06:10 2014	(r358343)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl}
+PORTNAME=	math
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www math python
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	brooks
@@ -17,10 +17,9 @@ USE_TEX=	latex
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracMath
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-install:
 	${CAT} ${PKGMESSAGE}
@@ -38,15 +37,5 @@ do-fetch:
 	cd ${WRKDIR} && tar cvf ${DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME}
 .endif
 
-# Create a pkg-plist after the package is installed.
-EGGDIR=		${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}
-PLIST_EGGDIR=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-build-plist:
-	${FIND} ${EGGDIR} -type f | \
-	    ${SED} -e 's|${EGGDIR}|${PLIST_EGGDIR}|' | \
-	    ${SORT} > pkg-plist
-	${FIND} ${EGGDIR} -type d | \
-	    ${SED} -e 's|${EGGDIR}|@dirrm ${PLIST_EGGDIR}|' | \
-	    ${SORT} -r >> pkg-plist
-
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list