From owner-svn-ports-head@freebsd.org Mon Apr 18 18:16:13 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 3052AB13EA0; Mon, 18 Apr 2016 18:16:13 +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 DB4C81AED; Mon, 18 Apr 2016 18:16:12 +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 u3IIGCn4059517; Mon, 18 Apr 2016 18:16:12 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3IIGBJ6059515; Mon, 18 Apr 2016 18:16:11 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201604181816.u3IIGBJ6059515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 18 Apr 2016 18:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413602 - head/www/py-html5lib 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.21 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 Apr 2016 18:16:13 -0000 Author: rm Date: Mon Apr 18 18:16:11 2016 New Revision: 413602 URL: https://svnweb.freebsd.org/changeset/ports/413602 Log: 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 Modified: head/www/py-html5lib/Makefile head/www/py-html5lib/distinfo Modified: head/www/py-html5lib/Makefile ============================================================================== --- head/www/py-html5lib/Makefile Mon Apr 18 17:58:45 2016 (r413601) +++ head/www/py-html5lib/Makefile Mon Apr 18 18:16:11 2016 (r413602) @@ -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: head/www/py-html5lib/distinfo ============================================================================== --- head/www/py-html5lib/distinfo Mon Apr 18 17:58:45 2016 (r413601) +++ head/www/py-html5lib/distinfo Mon Apr 18 18:16:11 2016 (r413602) @@ -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