Date: Wed, 13 Apr 2016 16:01:03 +0000 (UTC) From: Tim Bishop <tdb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413213 - head/devel/py-statgrab Message-ID: <201604131601.u3DG13Dl000209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604131601.u3DG13Dl000209>