svn commit: r306465 - head/www/trac-remind
Ruslan Mahmatkhanov
rm at FreeBSD.org
Fri Oct 26 18:58:58 UTC 2012
Author: rm
Date: Fri Oct 26 18:58:57 2012
New Revision: 306465
URL: http://svn.freebsd.org/changeset/ports/306465
Log:
- 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
Modified:
head/www/trac-remind/Makefile
Modified: head/www/trac-remind/Makefile
==============================================================================
--- head/www/trac-remind/Makefile Fri Oct 26 18:58:07 2012 (r306464)
+++ head/www/trac-remind/Makefile Fri Oct 26 18:58:57 2012 (r306465)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: trac-remind
-# Date created: May 18 2007
-# Whom: Gerrit Beine <gerrit.beine at gmx.de>
-#
+# Created by: Gerrit Beine <gerrit.beine at 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 at 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
More information about the svn-ports-head
mailing list