svn commit: r335034 - head/www/trac-TracGoogleAnalytics
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 27 16:43:53 UTC 2013
Author: sunpoet
Date: Wed Nov 27 16:43:52 2013
New Revision: 335034
URL: http://svnweb.freebsd.org/changeset/ports/335034
Log:
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
- Pet portlint: move LICENSE upward
- While I'm here, update USE_PYTHON
PR: ports/184300
Submitted by: Douglas William Thrift <douglas at douglasthrift.net> (maintainer)
Modified:
head/www/trac-TracGoogleAnalytics/Makefile (contents, props changed)
Modified: head/www/trac-TracGoogleAnalytics/Makefile
==============================================================================
--- head/www/trac-TracGoogleAnalytics/Makefile Wed Nov 27 16:42:22 2013 (r335033)
+++ head/www/trac-TracGoogleAnalytics/Makefile Wed Nov 27 16:43:52 2013 (r335034)
@@ -11,17 +11,14 @@ PKGNAMEPREFIX= trac-
MAINTAINER= douglas at douglasthrift.net
COMMENT= Trac plugin to enable logging by Google Analytics
+LICENSE= BSD
+
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi
-
RUN_DEPENDS:= ${BUILD_DEPENDS}
-LICENSE= BSD
-
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list