svn commit: r358356 - head/www/trac-datefield

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


Author: mva
Date: Thu Jun 19 06:36:56 2014
New Revision: 358356
URL: http://svnweb.freebsd.org/changeset/ports/358356
QAT: https://qat.redports.org/buildarchive/r358356/

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

Modified: head/www/trac-datefield/Makefile
==============================================================================
--- head/www/trac-datefield/Makefile	Thu Jun 19 06:34:22 2014	(r358355)
+++ head/www/trac-datefield/Makefile	Thu Jun 19 06:36:56 2014	(r358356)
@@ -3,7 +3,7 @@
 
 PORTNAME=	datefield
 PORTVERSION=	1.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www python
 MASTER_SITES=	http://dist.codelabs.ru/fbsd/
 PKGNAMEPREFIX=	trac-
@@ -15,11 +15,11 @@ COMMENT=	Plugin for creating date fields
 RUN_DEPENDS+=	trac>=0.11:${PORTSDIR}/www/trac
 
 USES=		zip
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracDateField
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 WRKSRC=		${WRKDIR}/datefieldplugin/0.11
 REL=		7267
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list