From owner-svn-ports-all@FreeBSD.ORG Thu Sep 25 16:46:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22BA1D89; Thu, 25 Sep 2014 16:46:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0CAFCCE1; Thu, 25 Sep 2014 16:46:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PGklZ9071438; Thu, 25 Sep 2014 16:46:47 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PGklhC071436; Thu, 25 Sep 2014 16:46:47 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409251646.s8PGklhC071436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 25 Sep 2014 16:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369273 - head/devel/py-biplist X-SVN-Group: ports-head 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.18-1 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: Thu, 25 Sep 2014 16:46:48 -0000 Author: wg Date: Thu Sep 25 16:46:46 2014 New Revision: 369273 URL: http://svnweb.freebsd.org/changeset/ports/369273 QAT: https://qat.redports.org/buildarchive/r369273/ Log: devel/py-biplist: update to 0.8 - USES python - Change LICENSE to BSD3CLAUSE Modified: head/devel/py-biplist/Makefile head/devel/py-biplist/distinfo Modified: head/devel/py-biplist/Makefile ============================================================================== --- head/devel/py-biplist/Makefile Thu Sep 25 16:43:07 2014 (r369272) +++ head/devel/py-biplist/Makefile Thu Sep 25 16:46:46 2014 (r369273) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= biplist -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,16 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Library for reading/writing binary plists -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:${PORTSDIR}/devel/py-coverage RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six TEST_DEPENDS:= ${RUN_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-biplist/distinfo ============================================================================== --- head/devel/py-biplist/distinfo Thu Sep 25 16:43:07 2014 (r369272) +++ head/devel/py-biplist/distinfo Thu Sep 25 16:46:46 2014 (r369273) @@ -1,2 +1,2 @@ -SHA256 (biplist-0.7.tar.gz) = 98c88de5d11be38ee2b65d41213a40f902fb6ca1b03a1814c5087a11e1b24957 -SIZE (biplist-0.7.tar.gz) = 13983 +SHA256 (biplist-0.8.tar.gz) = d8a9c6dff4d2a45fb3e9f27d19ea63da0a82ed59c758c34f6342badaccf6ea71 +SIZE (biplist-0.8.tar.gz) = 14306