Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2016 13:14:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429352 - head/www/xist
Message-ID:  <201612241314.uBODEjYv034271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 24 13:14:45 2016
New Revision: 429352
URL: https://svnweb.freebsd.org/changeset/ports/429352

Log:
  - 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

Modified:
  head/www/xist/Makefile
  head/www/xist/distinfo

Modified: head/www/xist/Makefile
==============================================================================
--- head/www/xist/Makefile	Sat Dec 24 13:10:46 2016	(r429351)
+++ head/www/xist/Makefile	Sat Dec 24 13:14:45 2016	(r429352)
@@ -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 gener
 
 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>

Modified: head/www/xist/distinfo
==============================================================================
--- head/www/xist/distinfo	Sat Dec 24 13:10:46 2016	(r429351)
+++ head/www/xist/distinfo	Sat Dec 24 13:14:45 2016	(r429352)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612241314.uBODEjYv034271>