From owner-svn-ports-head@freebsd.org Mon Jan 30 11:51:38 2017 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 CFAD2CC679D; Mon, 30 Jan 2017 11:51:38 +0000 (UTC) (envelope-from jhale@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 8536D1CDC; Mon, 30 Jan 2017 11:51:38 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0UBpbAP040628; Mon, 30 Jan 2017 11:51:37 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0UBpbas040625; Mon, 30 Jan 2017 11:51:37 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701301151.v0UBpbas040625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 30 Jan 2017 11:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432837 - head/audio/py-discid 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: Mon, 30 Jan 2017 11:51:38 -0000 Author: jhale Date: Mon Jan 30 11:51:37 2017 New Revision: 432837 URL: https://svnweb.freebsd.org/changeset/ports/432837 Log: - Update to 1.1.1 - Add NO_ARCH - Add regression testing support - Use something better than the Github repo for WWW Modified: head/audio/py-discid/Makefile head/audio/py-discid/distinfo head/audio/py-discid/pkg-descr Modified: head/audio/py-discid/Makefile ============================================================================== --- head/audio/py-discid/Makefile Mon Jan 30 11:37:16 2017 (r432836) +++ head/audio/py-discid/Makefile Mon Jan 30 11:51:37 2017 (r432837) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= discid -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,4 +17,9 @@ LIB_DEPENDS= libdiscid.so:audio/libdisci USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + +TEST_TARGET= test +DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP} + .include Modified: head/audio/py-discid/distinfo ============================================================================== --- head/audio/py-discid/distinfo Mon Jan 30 11:37:16 2017 (r432836) +++ head/audio/py-discid/distinfo Mon Jan 30 11:51:37 2017 (r432837) @@ -1,2 +1,3 @@ -SHA256 (discid-1.1.0.tar.gz) = b39d443051b26d0230be7a6c616243daae93337a8711dd5d4119bb6a0e516fa8 -SIZE (discid-1.1.0.tar.gz) = 31160 +TIMESTAMP = 1485774952 +SHA256 (discid-1.1.1.tar.gz) = 78a3bf6c8377fdbe3d85e914a209ff97aa43e35605779639847b510ced31f7b9 +SIZE (discid-1.1.1.tar.gz) = 30982 Modified: head/audio/py-discid/pkg-descr ============================================================================== --- head/audio/py-discid/pkg-descr Mon Jan 30 11:37:16 2017 (r432836) +++ head/audio/py-discid/pkg-descr Mon Jan 30 11:51:37 2017 (r432837) @@ -1,3 +1,3 @@ Python bindings for the libdiscid CD-lookup library. -WWW: https://github.com/JonnyJD/python-discid +WWW: https://python-discid.readthedocs.io/en/latest/