diff options
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} \ |