Index: head/www/roundup/Makefile =================================================================== --- head/www/roundup/Makefile (revision 185685) +++ head/www/roundup/Makefile (revision 185686) @@ -1,48 +1,48 @@ # New ports collection makefile for: roundup # Date created: 23 Mar 2003 # Whom: nbm # # $FreeBSD$ # PORTNAME= roundup -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 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 COMMENT= An Issue-Tracking System for Knowledge Workers USE_PYTHON= 2.3+ 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 .include .if !defined(WITHOUT_SQLITE) 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 .if defined(WITH_MYSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb .endif MAN1= roundup-admin.1 roundup-demo.1 roundup-mailgw.1 \ roundup-server.1 .include Property changes on: head/www/roundup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/www/roundup/distinfo =================================================================== --- head/www/roundup/distinfo (revision 185685) +++ head/www/roundup/distinfo (revision 185686) @@ -1,3 +1,3 @@ -MD5 (roundup-1.3.2.tar.gz) = 3f40312041eb60792e766158a956a588 -SHA256 (roundup-1.3.2.tar.gz) = 04d05bd8ed19cbb578bf515a95874383b3bac049e6222e983102b2fbadeeffbe -SIZE (roundup-1.3.2.tar.gz) = 1320339 +MD5 (roundup-1.3.3.tar.gz) = aefc6ae5684b3760643666f9e2e47e2f +SHA256 (roundup-1.3.3.tar.gz) = 10d6b0d43c09088bff86196d88e488f73b06c6890fdd7f5708edd6c253c64073 +SIZE (roundup-1.3.3.tar.gz) = 1322857 Property changes on: head/www/roundup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property