From owner-svn-ports-all@freebsd.org Fri Aug 14 00:30:40 2015 Return-Path: Delivered-To: svn-ports-all@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 09BE999E6D8; Fri, 14 Aug 2015 00:30:40 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.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 D157C1702; Fri, 14 Aug 2015 00:30:39 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7E0Udi3032710; Fri, 14 Aug 2015 00:30:39 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7E0UdOu032708; Fri, 14 Aug 2015 00:30:39 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201508140030.t7E0UdOu032708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 14 Aug 2015 00:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394200 - in branches/2015Q3/devel/py-foolscap: . files X-SVN-Group: ports-branches 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.20 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: Fri, 14 Aug 2015 00:30:40 -0000 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 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 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