diff options
author | rm <rm@FreeBSD.org> | 2012-10-27 02:58:57 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-10-27 02:58:57 +0800 |
commit | 688f0853400a159aff5f09cd90873d25b6d22d32 (patch) | |
tree | 761c748b467802a8afa885ecf873963986f2b375 /www | |
parent | 78149c29c8190b21df7f1ca35aad7e0eee071a18 (diff) | |
download | freebsd-ports-gnome-688f0853400a159aff5f09cd90873d25b6d22d32.tar.gz freebsd-ports-gnome-688f0853400a159aff5f09cd90873d25b6d22d32.tar.zst freebsd-ports-gnome-688f0853400a159aff5f09cd90873d25b6d22d32.zip |
- remove bogus setuptools dependency
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
PR: 173109
Submitted by: rm (myself)
Approved by: glarkin (maintainer, by mail)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-remind/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/trac-remind/Makefile b/www/trac-remind/Makefile index b2f00492df51..b0d3f2b354da 100644 --- a/www/trac-remind/Makefile +++ b/www/trac-remind/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: trac-remind -# Date created: May 18 2007 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# PORTNAME= remind PORTVERSION= 1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= http://www.unixmedia.it/ PKGNAMEPREFIX= trac- @@ -16,12 +12,11 @@ DISTNAME= trac${PORTNAME} MAINTAINER= glarkin@FreeBSD.org COMMENT= Trac tickets reminder script -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac NO_BUILD= yes USE_ZIP= yes -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 PLIST_FILES= bin/tracremind.py etc/tracremind.conf |