Date: Sat, 27 Oct 2012 18:54: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: r306520 - head/www/trac-codetags Message-ID: <201210271854.q9RIsXkg036828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Oct 27 18:54:33 2012 New Revision: 306520 URL: http://svn.freebsd.org/changeset/ports/306520 Log: - do not directly depend on setuptools, use USE_DISTUTILS instead - bump PORTREVISION because of dependency change - trim Makefile header - limit python version to 2.x only - move pkg-plist contents into Makefile:PLIST_FILES - remove indefinite article in COMMENT Approved by: glarkin (maintainer, implicit) Feature safe: yes Deleted: head/www/trac-codetags/pkg-plist Modified: head/www/trac-codetags/Makefile Modified: head/www/trac-codetags/Makefile ============================================================================== --- head/www/trac-codetags/Makefile Sat Oct 27 18:53:17 2012 (r306519) +++ head/www/trac-codetags/Makefile Sat Oct 27 18:54:33 2012 (r306520) @@ -1,29 +1,22 @@ -# New ports collection makefile for: trac-codetags -# Date created: May 18 2007 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# PORTNAME= codetags PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org -COMMENT= A plugin for displaying code tags +COMMENT= Plugin for displaying code tags -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin -NO_BUILD= yes -USE_PYTHON= 2.5+ -USE_PYDISTUTILS=yes -PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} -PYDISTUTILS_NOEGGINFO= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210271854.q9RIsXkg036828>