Date: Fri, 26 Oct 2012 18:58:58 +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: r306465 - head/www/trac-remind Message-ID: <201210261858.q9QIwwJs070436@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210261858.q9QIwwJs070436>