From owner-svn-ports-head@freebsd.org Sat Dec 24 13:14:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0E42C8EE23; Sat, 24 Dec 2016 13:14:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7664D16DC; Sat, 24 Dec 2016 13:14:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBODEjqt034273; Sat, 24 Dec 2016 13:14:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBODEjYv034271; Sat, 24 Dec 2016 13:14:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612241314.uBODEjYv034271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 Dec 2016 13:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429352 - head/www/xist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2016 13:14:46 -0000 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 +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 +.include 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