diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2011-06-11 12:56:43 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2011-06-11 12:56:43 +0000 |
commit | 5ac2aa22bde73fd933d46a94de7c4d1a8f6825e4 (patch) | |
tree | d68c3807a76485d86757de328a41085b6a617cda /www | |
parent | - Update to 0.0.7 (diff) |
- no longer broken because it's fixed in the last commit (ports/153760)
- drop maintainership
Notes
Notes:
svn path=/head/; revision=275364
Diffstat (limited to 'www')
-rw-r--r-- | www/session2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile index 50e6d548816c..90c88b456928 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://quixote.idyll.org/session2/ \ http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= session2-${PORTVERSION} -MAINTAINER= dryice@dryice.name +MAINTAINER= ports@FreeBSD.org COMMENT= A quixote session manager with persistence support USE_PYTHON= yes @@ -27,7 +27,6 @@ OPTIONS+= POSTGRESQL "psycopg support" on .if defined(WITH_MYSQL) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb -BROKEN= bad dependency line .endif .if defined(WITH_POSTGRESQL) |