diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-11-17 21:10:59 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-11-17 21:10:59 +0800 |
commit | bfa3ed115a70ec1183064cd60fbccd524ef4d009 (patch) | |
tree | b98ed286ce4bbd05044cc0e3316baba424346ac2 /www/xist/Makefile | |
parent | ffbc01171924d18f312a0b67d8976ce02c2eb722 (diff) | |
download | freebsd-ports-gnome-bfa3ed115a70ec1183064cd60fbccd524ef4d009.tar.gz freebsd-ports-gnome-bfa3ed115a70ec1183064cd60fbccd524ef4d009.tar.zst freebsd-ports-gnome-bfa3ed115a70ec1183064cd60fbccd524ef4d009.zip |
Update to 5.12
Diffstat (limited to 'www/xist/Makefile')
-rw-r--r-- | www/xist/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index 24292ef687ed..30bee9bd55db 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 3.25 -PORTREVISION= 4 +PORTVERSION= 5.12 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ @@ -15,18 +14,11 @@ COMMENT= XML-based extensible HTML generator LICENSE= MIT -RUN_DEPENDS= ${PYXML} \ - ${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ - ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.4:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}pillow>2.6:${PORTSDIR}/graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0:${PORTSDIR}/www/py-cssutils -USES= python:2 tar:bzip2 +USES= python:3 tar:bzip2 USE_PYTHON= autoplist distutils -post-patch: -.for conflictswithllcore in __init__ scripts/__init__ ansistyle astyle color \ - daemon make misc scripts/ucp sisyphus url xml_codec - ${RM} ${WRKSRC}/src/ll/${conflictswithllcore}.py -.endfor - .include <bsd.port.mk> |