From owner-svn-ports-all@freebsd.org Mon May 7 17:28:10 2018 Return-Path: Delivered-To: svn-ports-all@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 36A4AFB77BE; Mon, 7 May 2018 17:28:10 +0000 (UTC) (envelope-from antoine@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 CD35478DDD; Mon, 7 May 2018 17:28:09 +0000 (UTC) (envelope-from antoine@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 C57ED1E5EB; Mon, 7 May 2018 17:28:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w47HS918006039; Mon, 7 May 2018 17:28:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w47HS9la006037; Mon, 7 May 2018 17:28:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805071728.w47HS9la006037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 7 May 2018 17:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469302 - head/devel/py-biplist X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-biplist X-SVN-Commit-Revision: 469302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2018 17:28:10 -0000 Author: antoine Date: Mon May 7 17:28:09 2018 New Revision: 469302 URL: https://svnweb.freebsd.org/changeset/ports/469302 Log: - Update to 1.0.3 - Add LICENSE_FILE - Use the framework for regression tests PR: 228021 Approved by: maintainer Modified: head/devel/py-biplist/Makefile head/devel/py-biplist/distinfo Modified: head/devel/py-biplist/Makefile ============================================================================== --- head/devel/py-biplist/Makefile Mon May 7 17:23:47 2018 (r469301) +++ head/devel/py-biplist/Makefile Mon May 7 17:28:09 2018 (r469302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= biplist -PORTVERSION= 0.9 +PORTVERSION= 1.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,18 +11,15 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Library for reading/writing binary plists LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} -TEST_DEPENDS:= ${RUN_DEPENDS} USES= python USE_PYTHON= autoplist distutils -.include - -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -.include +.include Modified: head/devel/py-biplist/distinfo ============================================================================== --- head/devel/py-biplist/distinfo Mon May 7 17:23:47 2018 (r469301) +++ head/devel/py-biplist/distinfo Mon May 7 17:28:09 2018 (r469302) @@ -1,2 +1,3 @@ -SHA256 (biplist-0.9.tar.gz) = b57cadfd26e4754efdf89e9e37de87885f9b5c847b2615688ca04adfaf6ca604 -SIZE (biplist-0.9.tar.gz) = 14591 +TIMESTAMP = 1525591566 +SHA256 (biplist-1.0.3.tar.gz) = 4c0549764c5fe50b28042ec21aa2e14fe1a2224e239a1dae77d9e7f3932aa4c6 +SIZE (biplist-1.0.3.tar.gz) = 21258