From 2e4b9a8871399ba06f59980c9f1dd65cdc59b20b Mon Sep 17 00:00:00 2001 From: Dryice Dong Liu Date: Sun, 6 Jan 2008 13:19:11 +0000 Subject: - Update to 1.4.1 - Metakit backend was removed by vendor - Update my mail address PR: ports/119336 Submitted by: Denis Shaposhnikov --- www/roundup/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'www/roundup/Makefile') diff --git a/www/roundup/Makefile b/www/roundup/Makefile index 70f69d9da136..e65ba3cb8f92 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -6,14 +6,13 @@ # PORTNAME= roundup -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= www python MASTER_SITES= http://cheeseshop.python.org/packages/source/r/roundup/ \ http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= An Issue-Tracking System for Knowledge Workers USE_PYTHON= 2.3+ @@ -21,7 +20,6 @@ USE_PYDISTUTILS= yes USE_GETTEXT= yes OPTIONS= SQLITE "Support Sqlite as backend" on -OPTIONS+= METAKIT "Support metakit as backend" off OPTIONS+= PGSQL "Support posggresql as backend" off OPTIONS+= MYSQL "Support mysql as backend" off @@ -31,10 +29,6 @@ OPTIONS+= MYSQL "Support mysql as backend" off RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/sqlite/__init__.py:${PORTSDIR}/databases/py-PySQLite11 .endif -.if defined(WITH_METAKIT) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/metakit.py:${PORTSDIR}/databases/metakit -.endif - .if defined(WITH_PGSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg .endif -- cgit v1.2.3