aboutsummaryrefslogtreecommitdiff
path: root/www/roundup/Makefile
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2008-01-06 13:19:11 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2008-01-06 13:19:11 +0000
commit2e4b9a8871399ba06f59980c9f1dd65cdc59b20b (patch)
treea0e49a4155d18f1e1640986e882e3d8717dc913a /www/roundup/Makefile
parentd1a3ff9a04370a0469796abdd496dbdc01789a92 (diff)
downloadports-2e4b9a8871399ba06f59980c9f1dd65cdc59b20b.tar.gz
ports-2e4b9a8871399ba06f59980c9f1dd65cdc59b20b.zip
Notes
Diffstat (limited to 'www/roundup/Makefile')
-rw-r--r--www/roundup/Makefile10
1 files changed, 2 insertions, 8 deletions
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