diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-24 21:14:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-24 21:14:45 +0800 |
commit | abbc9b50bf64e5144be19c70f1e0df4a03ca3cf1 (patch) | |
tree | 3905b4a1f766b960e21e681692ced85d111635cc /www | |
parent | 07a8d203183594d49c8e015c2cbff029d6c86c5a (diff) | |
download | freebsd-ports-gnome-abbc9b50bf64e5144be19c70f1e0df4a03ca3cf1.tar.gz freebsd-ports-gnome-abbc9b50bf64e5144be19c70f1e0df4a03ca3cf1.tar.zst freebsd-ports-gnome-abbc9b50bf64e5144be19c70f1e0df4a03ca3cf1.zip |
- Update to 5.23
- Update RUN_DEPENDS to py3-* to build official package
- Strip shared library
Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst
Diffstat (limited to 'www')
-rw-r--r-- | www/xist/Makefile | 17 | ||||
-rw-r--r-- | www/xist/distinfo | 5 |
2 files changed, 10 insertions, 12 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index a050c64e0f1e..336eb8958ca4 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 5.15.1 +PORTVERSION= 5.23 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ @@ -14,17 +14,14 @@ COMMENT= XML-based extensible HTML generator LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0,1:www/py-cssutils \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}pillow>=2.6:graphics/py-pillow +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0,1:www/py3-cssutils \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py3-lxml \ + ${PYTHON_PKGNAMEPREFIX}pillow>=2.6:graphics/py3-pillow USES= python:3 tar:bzip2 USE_PYTHON= autoplist distutils -.include <bsd.port.pre.mk> +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ll/*.so ${STAGEDIR}${PYTHON_SITELIBDIR}/ll/xist/*.so -.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} -IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/xist/distinfo b/www/xist/distinfo index c756d1976013..272457157d4b 100644 --- a/www/xist/distinfo +++ b/www/xist/distinfo @@ -1,2 +1,3 @@ -SHA256 (ll-xist-5.15.1.tar.bz2) = 778963dd67d57a8795a97affb5050248be537966d4a9db75bc09b96ecb19c795 -SIZE (ll-xist-5.15.1.tar.bz2) = 533187 +TIMESTAMP = 1482515471 +SHA256 (ll-xist-5.23.tar.bz2) = c8059543ce30e1949af266a957a5c6612314a2adb3a568e54512c25088dd5583 +SIZE (ll-xist-5.23.tar.bz2) = 555463 |