From owner-svn-ports-branches@freebsd.org Fri Apr 29 05:34:59 2016 Return-Path: Delivered-To: svn-ports-branches@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 0166AB202B1; Fri, 29 Apr 2016 05:34:58 +0000 (UTC) (envelope-from rm@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 9EA1617B5; Fri, 29 Apr 2016 05:34:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3T5YvKJ037301; Fri, 29 Apr 2016 05:34:57 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3T5YvFU037299; Fri, 29 Apr 2016 05:34:57 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201604290534.u3T5YvFU037299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 29 Apr 2016 05:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414256 - branches/2016Q2/www/py-html5lib X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 05:34:59 -0000 Author: rm Date: Fri Apr 29 05:34:57 2016 New Revision: 414256 URL: https://svnweb.freebsd.org/changeset/ports/414256 Log: MFH: r413602 www/py-html5lib: drop TEST option Distfile with test data disappeared (along with the web-server), so drop the TEST option. It seems there are official tests at https://github.com/html5lib/html5lib-tests, so it should be switched to them someday. PR: 208903 Reported by: marino Approved by: ports-secteam (blanket) Modified: branches/2016Q2/www/py-html5lib/Makefile branches/2016Q2/www/py-html5lib/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/www/py-html5lib/Makefile ============================================================================== --- branches/2016Q2/www/py-html5lib/Makefile Fri Apr 29 04:55:00 2016 (r414255) +++ branches/2016Q2/www/py-html5lib/Makefile Fri Apr 29 05:34:57 2016 (r414256) @@ -4,8 +4,7 @@ PORTNAME= html5lib PORTVERSION= 0.9999999 CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - http://magemana.nl/ports/dist/:test +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org @@ -15,28 +14,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose - -OPTIONS_DEFINE= TEST NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -.include - -.if !empty(PORT_OPTIONS:MTEST) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-0.999-testdata${EXTRACT_SUFX}:test -BUILD_DEPENDS+= ${TEST_DEPENDS} -.endif - -regression-test: build - @${ECHO_MSG} "===> Testing ${PORTNAME} (patience...)" - @cd ${WRKSRC} && nosetests -q - -.if !empty(PORT_OPTIONS:MTEST) -pre-install: regression-test -.endif - .include Modified: branches/2016Q2/www/py-html5lib/distinfo ============================================================================== --- branches/2016Q2/www/py-html5lib/distinfo Fri Apr 29 04:55:00 2016 (r414255) +++ branches/2016Q2/www/py-html5lib/distinfo Fri Apr 29 05:34:57 2016 (r414256) @@ -1,4 +1,2 @@ SHA256 (html5lib-0.9999999.tar.gz) = 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 SIZE (html5lib-0.9999999.tar.gz) = 889312 -SHA256 (html5lib-0.999-testdata.tar.gz) = 27c6b2d9668aecf893a34a25ce19af324d5d8ba3acd734ea2915321a3d03a9cd -SIZE (html5lib-0.999-testdata.tar.gz) = 788956