svn commit: r394200 - in branches/2015Q3/devel/py-foolscap: . files
Xin LI
delphij at FreeBSD.org
Fri Aug 14 00:30:40 UTC 2015
Author: delphij
Date: Fri Aug 14 00:30:38 2015
New Revision: 394200
URL: https://svnweb.freebsd.org/changeset/ports/394200
Log:
MFH: r394005
Update to 0.8.0
PR: 202261
Submitted by: Thomas Hurst <tom at hur dot st>
Approved by: ports-secteam
Deleted:
branches/2015Q3/devel/py-foolscap/files/
Modified:
branches/2015Q3/devel/py-foolscap/Makefile
branches/2015Q3/devel/py-foolscap/distinfo
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/devel/py-foolscap/Makefile
==============================================================================
--- branches/2015Q3/devel/py-foolscap/Makefile Fri Aug 14 00:13:13 2015 (r394199)
+++ branches/2015Q3/devel/py-foolscap/Makefile Fri Aug 14 00:30:38 2015 (r394200)
@@ -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: branches/2015Q3/devel/py-foolscap/distinfo
==============================================================================
--- branches/2015Q3/devel/py-foolscap/distinfo Fri Aug 14 00:13:13 2015 (r394199)
+++ branches/2015Q3/devel/py-foolscap/distinfo Fri Aug 14 00:30:38 2015 (r394200)
@@ -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
More information about the svn-ports-all
mailing list