diff options
author | rm <rm@FreeBSD.org> | 2012-10-31 16:43:33 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-10-31 16:43:33 +0800 |
commit | ca98c7a733eb42f0c3aef621a0cb2a473220feda (patch) | |
tree | 409530921fd6a137b25c5104b2f65116c94243c5 /www/trac-fivestarvote | |
parent | c580b76c4b07e7e39c3597efc9d72176ecc68fac (diff) | |
download | freebsd-ports-gnome-ca98c7a733eb42f0c3aef621a0cb2a473220feda.tar.gz freebsd-ports-gnome-ca98c7a733eb42f0c3aef621a0cb2a473220feda.tar.zst freebsd-ports-gnome-ca98c7a733eb42f0c3aef621a0cb2a473220feda.zip |
- do not directly depend on setuptools
- no PORTREVISION bump is needed, because it already had run/build dependency
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
Approved by: brooks (maintainer, implicit)
Feature safe: yes
Diffstat (limited to 'www/trac-fivestarvote')
-rw-r--r-- | www/trac-fivestarvote/Makefile | 14 | ||||
-rw-r--r-- | www/trac-fivestarvote/pkg-plist | 1 |
2 files changed, 5 insertions, 10 deletions
diff --git a/www/trac-fivestarvote/Makefile b/www/trac-fivestarvote/Makefile index a1ef354f1c0d..17ee8ef4a696 100644 --- a/www/trac-fivestarvote/Makefile +++ b/www/trac-fivestarvote/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-fivestarvote -# Date created: Dec 31, 2009 -# Whom: Brooks Davis <brooks@freebsd.org> -# +# Created by: Brooks Davis <brooks@freebsd.org> # $FreeBSD$ -# PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.1 @@ -14,14 +10,14 @@ MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- MAINTAINER= brooks@FreeBSD.org -COMMENT= A 5 star plugin for voting on Trac resources +COMMENT= Five star plugin for voting on Trac resources RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= FiveStarVote +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% # Maintainter targets below this point diff --git a/www/trac-fivestarvote/pkg-plist b/www/trac-fivestarvote/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/www/trac-fivestarvote/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |