diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-26 18:59:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-26 18:59:44 +0000 |
commit | 353ad5f13d5f42fa62ca88ff799b1e55c506b535 (patch) | |
tree | 0b362159636078ec193b03381bae2591e80f4daf /www/trac-scrumburndown/Makefile | |
parent | 503aa110de33def51147f818411b798ae7583438 (diff) |
- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- remove indefinite article in COMMENT
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW
PR: 173110
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306466
Diffstat (limited to 'www/trac-scrumburndown/Makefile')
-rw-r--r-- | www/trac-scrumburndown/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/www/trac-scrumburndown/Makefile b/www/trac-scrumburndown/Makefile index 074c1aff227a..c372ebd2b716 100644 --- a/www/trac-scrumburndown/Makefile +++ b/www/trac-scrumburndown/Makefile @@ -1,31 +1,26 @@ -# New ports collection makefile for: trac-scrumburndown -# Date created: February 26 2010 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= scrumburndown PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- MAINTAINER= glarkin@FreeBSD.org -COMMENT= A plugin to enable Scrum burndown chart capabilities +COMMENT= Plugin to enable Scrum burndown chart capabilities -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ trac-timingandestimation>=0:${PORTSDIR}/www/trac-timingandestimation WRKSRC= ${WRKDIR}/${PORTNAME}plugin -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= TracBurndown +PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.r/_r/} +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% post-install: @${CAT} ${PKGMESSAGE} |