Date: Thu, 25 Sep 2014 16:46:47 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369273 - head/devel/py-biplist Message-ID: <201409251646.s8PGklhC071436@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409251646.s8PGklhC071436>