Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 08:43:33 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306738 - head/www/trac-fivestarvote
Message-ID:  <201210310843.q9V8hXq6094241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Oct 31 08:43:33 2012
New Revision: 306738
URL: http://svn.freebsd.org/changeset/ports/306738

Log:
  - 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

Deleted:
  head/www/trac-fivestarvote/pkg-plist
Modified:
  head/www/trac-fivestarvote/Makefile

Modified: head/www/trac-fivestarvote/Makefile
==============================================================================
--- head/www/trac-fivestarvote/Makefile	Wed Oct 31 08:11:25 2012	(r306737)
+++ head/www/trac-fivestarvote/Makefile	Wed Oct 31 08:43:33 2012	(r306738)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210310843.q9V8hXq6094241>