From owner-svn-ports-head@freebsd.org Mon Jun 18 08:37:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57533101C86A; Mon, 18 Jun 2018 08:37:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03C1C74BD2; Mon, 18 Jun 2018 08:37:00 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D52F621BAD; Mon, 18 Jun 2018 08:36:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5I8axao094270; Mon, 18 Jun 2018 08:36:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5I8axuc094268; Mon, 18 Jun 2018 08:36:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201806180836.w5I8axuc094268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 18 Jun 2018 08:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472678 - head/www/py-html5-parser X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/www/py-html5-parser X-SVN-Commit-Revision: 472678 X-SVN-Commit-Repository: ports 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.26 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: Mon, 18 Jun 2018 08:37:00 -0000 Author: madpilot Date: Mon Jun 18 08:36:59 2018 New Revision: 472678 URL: https://svnweb.freebsd.org/changeset/ports/472678 Log: - Update py-html5-parser to 0.4.5 - Add missing dependency - Strip binaries Modified: head/www/py-html5-parser/Makefile head/www/py-html5-parser/distinfo Modified: head/www/py-html5-parser/Makefile ============================================================================== --- head/www/py-html5-parser/Makefile Mon Jun 18 08:34:36 2018 (r472677) +++ head/www/py-html5-parser/Makefile Mon Jun 18 08:36:59 2018 (r472678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= html5-parser -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,5 +15,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:deve USES= pkgconfig python USE_PYTHON= autoplist distutils +USE_GNOME= libxml2 + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/html5_parser/html_parser.so .include Modified: head/www/py-html5-parser/distinfo ============================================================================== --- head/www/py-html5-parser/distinfo Mon Jun 18 08:34:36 2018 (r472677) +++ head/www/py-html5-parser/distinfo Mon Jun 18 08:36:59 2018 (r472678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501753238 -SHA256 (html5-parser-0.4.4.tar.gz) = b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5 -SIZE (html5-parser-0.4.4.tar.gz) = 267787 +TIMESTAMP = 1529238524 +SHA256 (html5-parser-0.4.5.tar.gz) = a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06 +SIZE (html5-parser-0.4.5.tar.gz) = 275587