Date: Wed, 12 Aug 2015 05:44:30 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394005 - in head/devel/py-foolscap: . files Message-ID: <201508120544.t7C5iVl9053369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Wed Aug 12 05:44:30 2015 New Revision: 394005 URL: https://svnweb.freebsd.org/changeset/ports/394005 Log: Update to 0.8.0 PR: 202261 Submitted by: Thomas Hurst <tom at hur dot st> Deleted: head/devel/py-foolscap/files/ Modified: head/devel/py-foolscap/Makefile head/devel/py-foolscap/distinfo Modified: head/devel/py-foolscap/Makefile ============================================================================== --- head/devel/py-foolscap/Makefile Wed Aug 12 05:20:07 2015 (r394004) +++ head/devel/py-foolscap/Makefile Wed Aug 12 05:44:30 2015 (r394005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= foolscap -PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= http://foolscap.lothar.com/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}op RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python twisted -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> Modified: head/devel/py-foolscap/distinfo ============================================================================== --- head/devel/py-foolscap/distinfo Wed Aug 12 05:20:07 2015 (r394004) +++ head/devel/py-foolscap/distinfo Wed Aug 12 05:44:30 2015 (r394005) @@ -1,2 +1,2 @@ -SHA256 (foolscap-0.6.4.tar.gz) = 74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99 -SIZE (foolscap-0.6.4.tar.gz) = 479664 +SHA256 (foolscap-0.8.0.tar.gz) = 6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9 +SIZE (foolscap-0.8.0.tar.gz) = 475062
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508120544.t7C5iVl9053369>