svn commit: r306457 - head/www/trac-timingandestimation
Ruslan Mahmatkhanov
rm at FreeBSD.org
Fri Oct 26 18:52:43 UTC 2012
Author: rm
Date: Fri Oct 26 18:52:42 2012
New Revision: 306457
URL: http://svn.freebsd.org/changeset/ports/306457
Log:
- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- move pkg-plist contents into Makefile:PLIST_FILES
- trim Makefile header
- limit python version to 2.x only
- tab -> space change in pkg-descr:WWW
PR: 173062
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
Deleted:
head/www/trac-timingandestimation/pkg-plist
Modified:
head/www/trac-timingandestimation/Makefile
head/www/trac-timingandestimation/pkg-descr
Modified: head/www/trac-timingandestimation/Makefile
==============================================================================
--- head/www/trac-timingandestimation/Makefile Fri Oct 26 18:51:38 2012 (r306456)
+++ head/www/trac-timingandestimation/Makefile Fri Oct 26 18:52:42 2012 (r306457)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: trac-timingandestimation
-# Date created: February 26 2010
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= timingandestimation
PORTVERSION= 1.0.8b
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
@@ -17,15 +14,14 @@ USE_ZIP= yes
MAINTAINER= glarkin at FreeBSD.org
COMMENT= Add estimation and time tracking functionality to Trac
-BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
-NO_BUILD= yes
-USE_PYTHON= 2.3+
-USE_PYDISTUTILS=yes
-PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
-PYDISTUTILS_NOEGGINFO= yes
+USE_PYTHON= -2.7
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_PKGNAME= ${PORTNAME}plugin
+PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.r/_r/}
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
post-install:
@${CAT} ${PKGMESSAGE}
Modified: head/www/trac-timingandestimation/pkg-descr
==============================================================================
--- head/www/trac-timingandestimation/pkg-descr Fri Oct 26 18:51:38 2012 (r306456)
+++ head/www/trac-timingandestimation/pkg-descr Fri Oct 26 18:52:42 2012 (r306457)
@@ -3,4 +3,4 @@ tracking to Trac. This basically adds C
and an interface for filling the dynamic variables for the report
(requires Javascript).
-WWW: http://trac-hacks.org/wiki/TimingAndEstimationPlugin
+WWW: http://trac-hacks.org/wiki/TimingAndEstimationPlugin
More information about the svn-ports-head
mailing list