From 39d352ed72cb81b9850e1e959ab737de730ce687 Mon Sep 17 00:00:00 2001 From: rm Date: Wed, 12 Dec 2012 06:42:27 +0000 Subject: - drop direct dependency on setuptools - trim Makefile header - limit python version to 2.x only - move pkg-plist contents into Makefile:PLIST_FILES PR: 174319 Submitted by: rm (myself) Approved by: brooks (maintainer, by mail) --- www/trac-ticketimport/Makefile | 12 ++++-------- www/trac-ticketimport/pkg-plist | 1 - 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 www/trac-ticketimport/pkg-plist (limited to 'www/trac-ticketimport') diff --git a/www/trac-ticketimport/Makefile b/www/trac-ticketimport/Makefile index e22734b7614..4b64e7d72ab 100644 --- a/www/trac-ticketimport/Makefile +++ b/www/trac-ticketimport/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-ticketimport -# Date created: Dec 31, 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.7c @@ -18,11 +14,11 @@ COMMENT= Import or update tickets from a CSV file or Excel file RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.1:${PORTSDIR}/textproc/py-xlrd -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= TicketImport +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% # Maintainter targets below this point diff --git a/www/trac-ticketimport/pkg-plist b/www/trac-ticketimport/pkg-plist deleted file mode 100644 index ddf68a1c022..00000000000 --- a/www/trac-ticketimport/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -- cgit n4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build on FreeBSD 10crees2012-09-022-1/+11
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* - Get Rid MD5 supportmiwi2011-03-20