svn commit: r306693 - head/www/trac-vote
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Oct 30 19:37:21 UTC 2012
Author: rm
Date: Tue Oct 30 19:37:20 2012
New Revision: 306693
URL: http://svn.freebsd.org/changeset/ports/306693
Log:
- do not directly depend on setuptools, use USE_DISTUTILS instead
- do not bump PORTREVISION because it had dependended on setuptools both
directly and via USE_PYDISTUTILS, so dependencies list isn't changed
- remove indefinite article in COMMENT
- move pkg-plist contents into Makefile:PLIST_FILES
- trim Makefile header
- limit python version to 2.x only
PR: 173060
Submitted by: rm (myself)
Approved by: brooks (maintainer, by mail)
Feature safe: yes
Deleted:
head/www/trac-vote/pkg-plist
Modified:
head/www/trac-vote/Makefile
Modified: head/www/trac-vote/Makefile
==============================================================================
--- head/www/trac-vote/Makefile Tue Oct 30 19:36:16 2012 (r306692)
+++ head/www/trac-vote/Makefile Tue Oct 30 19:37:20 2012 (r306693)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: trac-vote
-# Date created: Dec 31, 2009
-# Whom: Brooks Davis <brooks at freebsd.org>
-#
+# Created by: Brooks Davis <brooks at freebsd.org>
# $FreeBSD$
-#
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1.2
@@ -14,14 +10,14 @@ MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
MAINTAINER= brooks at FreeBSD.org
-COMMENT= A plugin for voting on Trac resources
+COMMENT= 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= TracVote
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
# Maintainter targets below this point
More information about the svn-ports-head
mailing list