svn commit: r358347 - head/www/trac-gantt

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


Author: mva
Date: Thu Jun 19 06:15:26 2014
New Revision: 358347
URL: http://svnweb.freebsd.org/changeset/ports/358347
QAT: https://qat.redports.org/buildarchive/r358347/

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-gantt/Makefile

Modified: head/www/trac-gantt/Makefile
==============================================================================
--- head/www/trac-gantt/Makefile	Thu Jun 19 06:13:32 2014	(r358346)
+++ head/www/trac-gantt/Makefile	Thu Jun 19 06:15:26 2014	(r358347)
@@ -3,7 +3,7 @@
 
 PORTNAME=	TracGantt
 PORTVERSION=	0.3.2a
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www devel python
 MASTER_SITES=	http://willbarton.com/files/ \
 		http://dryice.name/computer/FreeBSD/distfiles/
@@ -14,10 +14,9 @@ COMMENT=	Plugin to creates Gantt charts 
 
 RUN_DEPENDS+=	trac>=0.11:${PORTSDIR}/www/trac
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracGantt
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	DOCS
 
@@ -34,4 +33,5 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list