svn commit: r390507 - head/www/xist
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 24 17:41:42 UTC 2015
Author: sunpoet
Date: Wed Jun 24 17:41:40 2015
New Revision: 390507
URL: https://svnweb.freebsd.org/changeset/ports/390507
Log:
- Update to 5.13.1
- Sort RUN_DEPENDS
Changes: http://www.livinglogic.de/Python/xist/History.html
Modified:
head/www/xist/Makefile
head/www/xist/distinfo
Modified: head/www/xist/Makefile
==============================================================================
--- head/www/xist/Makefile Wed Jun 24 17:41:35 2015 (r390506)
+++ head/www/xist/Makefile Wed Jun 24 17:41:40 2015 (r390507)
@@ -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 gener
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
Modified: head/www/xist/distinfo
==============================================================================
--- head/www/xist/distinfo Wed Jun 24 17:41:35 2015 (r390506)
+++ head/www/xist/distinfo Wed Jun 24 17:41:40 2015 (r390507)
@@ -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
More information about the svn-ports-all
mailing list