diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-25 01:41:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-25 01:41:40 +0800 |
commit | cce2f6053a7663d77ad729785509c64d7e60b34d (patch) | |
tree | 9694c5f812e3640a9597f2289020b112f400396e | |
parent | a2097c87c324ee6f4ea0447659522a3d6fd1f5d1 (diff) | |
download | freebsd-ports-gnome-cce2f6053a7663d77ad729785509c64d7e60b34d.tar.gz freebsd-ports-gnome-cce2f6053a7663d77ad729785509c64d7e60b34d.tar.zst freebsd-ports-gnome-cce2f6053a7663d77ad729785509c64d7e60b34d.zip |
- Update to 5.13.1
- Sort RUN_DEPENDS
Changes: http://www.livinglogic.de/Python/xist/History.html
-rw-r--r-- | www/xist/Makefile | 8 | ||||
-rw-r--r-- | www/xist/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index ce4f4674bb5e..17b2f48fdf85 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 5.13 +PORTVERSION= 5.13.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ @@ -14,9 +14,9 @@ COMMENT= XML-based extensible HTML generator LICENSE= MIT -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 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0:${PORTSDIR}/www/py-cssutils \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.4:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}pillow>=2.6:${PORTSDIR}/graphics/py-pillow USES= python:3 tar:bzip2 USE_PYTHON= autoplist distutils diff --git a/www/xist/distinfo b/www/xist/distinfo index 3a489adb71e0..3b6d4a0e701a 100644 --- a/www/xist/distinfo +++ b/www/xist/distinfo @@ -1,2 +1,2 @@ -SHA256 (ll-xist-5.13.tar.bz2) = 5cd186bf90db261c4e5f72ea1ff7422f8fd97677b706f39daf15980e1c1f1ec0 -SIZE (ll-xist-5.13.tar.bz2) = 519088 +SHA256 (ll-xist-5.13.1.tar.bz2) = 68f63eeade82509055b6c4e7a421b54410374dff3a17b45fe7c7192d20572f67 +SIZE (ll-xist-5.13.1.tar.bz2) = 738682 |