Date: Wed, 27 Nov 2013 16:43:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335034 - head/www/trac-TracGoogleAnalytics Message-ID: <201311271643.rARGhqWu045322@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271643.rARGhqWu045322>