Date: Tue, 30 Oct 2012 19:37:20 +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: r306693 - head/www/trac-vote Message-ID: <201210301937.q9UJbKBk059943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@freebsd.org> -# +# Created by: Brooks Davis <brooks@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210301937.q9UJbKBk059943>