From owner-svn-ports-all@freebsd.org Wed Apr 13 16:01:04 2016 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 3B8B5B0F8D8; Wed, 13 Apr 2016 16:01:04 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0A906187F; Wed, 13 Apr 2016 16:01:03 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DG13YW000211; Wed, 13 Apr 2016 16:01:03 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3DG13Dl000209; Wed, 13 Apr 2016 16:01:03 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201604131601.u3DG13Dl000209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Wed, 13 Apr 2016 16:01:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413213 - head/devel/py-statgrab 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.21 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: Wed, 13 Apr 2016 16:01:04 -0000 Author: tdb Date: Wed Apr 13 16:01:02 2016 New Revision: 413213 URL: https://svnweb.freebsd.org/changeset/ports/413213 Log: Update pystatgrab to 0.7. This version supports Python 3. Modified: head/devel/py-statgrab/Makefile head/devel/py-statgrab/distinfo Modified: head/devel/py-statgrab/Makefile ============================================================================== --- head/devel/py-statgrab/Makefile Wed Apr 13 15:28:26 2016 (r413212) +++ head/devel/py-statgrab/Makefile Wed Apr 13 16:01:02 2016 (r413213) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= statgrab -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= devel python MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/py${PORTNAME}/ \ http://ftp.i-scream.org/pub/i-scream/py${PORTNAME}/ Modified: head/devel/py-statgrab/distinfo ============================================================================== --- head/devel/py-statgrab/distinfo Wed Apr 13 15:28:26 2016 (r413212) +++ head/devel/py-statgrab/distinfo Wed Apr 13 16:01:02 2016 (r413213) @@ -1,2 +1,2 @@ -SHA256 (pystatgrab-0.6.tar.gz) = eee0a65e1084628008222223bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe -SIZE (pystatgrab-0.6.tar.gz) = 78763 +SHA256 (pystatgrab-0.7.tar.gz) = 9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f +SIZE (pystatgrab-0.7.tar.gz) = 84472