Date: Mon, 17 Nov 2014 13:11:00 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372665 - in head/www/xist: . files Message-ID: <201411171311.sAHDB0XX052627@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Nov 17 13:10:59 2014 New Revision: 372665 URL: https://svnweb.freebsd.org/changeset/ports/372665 QAT: https://qat.redports.org/buildarchive/r372665/ Log: Update to 5.12 Deleted: head/www/xist/files/ Modified: head/www/xist/Makefile head/www/xist/distinfo Modified: head/www/xist/Makefile ============================================================================== --- head/www/xist/Makefile Mon Nov 17 12:44:17 2014 (r372664) +++ head/www/xist/Makefile Mon Nov 17 13:10:59 2014 (r372665) @@ -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 gener 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> Modified: head/www/xist/distinfo ============================================================================== --- head/www/xist/distinfo Mon Nov 17 12:44:17 2014 (r372664) +++ head/www/xist/distinfo Mon Nov 17 13:10:59 2014 (r372665) @@ -1,2 +1,2 @@ -SHA256 (ll-xist-3.25.tar.bz2) = 8eed92b69f5852bbe406c3800c18ddfeab8835029b9d606891a57897eb8b74b2 -SIZE (ll-xist-3.25.tar.bz2) = 388303 +SHA256 (ll-xist-5.12.tar.bz2) = a38e53eb5502e61b532fe69cadb3f22233b81d1e9318e553ac2972d00d7d2d1a +SIZE (ll-xist-5.12.tar.bz2) = 516348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411171311.sAHDB0XX052627>