diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-24 03:26:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-24 03:26:07 +0000 |
commit | 7b031bb9a76d8aeddb7a4ef2b184ea89f545e34d (patch) | |
tree | 4ebb15f432b0795d621b216c7c6ded5f60f1b905 /www/xist/Makefile | |
parent | 29f00dae5ecb9dc8a15f97301454f5dd770b0309 (diff) | |
download | ports-7b031bb9a76d8aeddb7a4ef2b184ea89f545e34d.tar.gz ports-7b031bb9a76d8aeddb7a4ef2b184ea89f545e34d.zip |
Notes
Diffstat (limited to 'www/xist/Makefile')
-rw-r--r-- | www/xist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index cbc424ecf5eb..6c1cb50ea49b 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -7,14 +7,14 @@ # PORTNAME= xist -PORTVERSION= 3.7.4 +PORTVERSION= 3.7.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ll-${PORTNAME}-${PORTVERSION} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An XML-based extensible HTML generator RUN_DEPENDS= ${PYXML} \ |