Date: Thu, 20 Dec 2012 17:42:21 +0000 (UTC) From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309320 - head/devel/pep8 Message-ID: <201212201742.qBKHgL8M091489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbz Date: Thu Dec 20 17:42:21 2012 New Revision: 309320 URL: http://svnweb.freebsd.org/changeset/ports/309320 Log: - Update to 1.3.4 Modified: head/devel/pep8/Makefile (contents, props changed) head/devel/pep8/distinfo (contents, props changed) Modified: head/devel/pep8/Makefile ============================================================================== --- head/devel/pep8/Makefile Thu Dec 20 17:39:05 2012 (r309319) +++ head/devel/pep8/Makefile Thu Dec 20 17:42:21 2012 (r309320) @@ -1,12 +1,8 @@ -# New ports collection makefile for: pep8 -# Date created: 2010-10-27 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= pep8 -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +18,7 @@ PYDISTUTILS_PKGNAME= ${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION} PYDISTUTILS_NOEGGINFO= yes -regression-test: +regression-test: extract @(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py --doctest --testsuite=testsuite) .include <bsd.port.mk> Modified: head/devel/pep8/distinfo ============================================================================== --- head/devel/pep8/distinfo Thu Dec 20 17:39:05 2012 (r309319) +++ head/devel/pep8/distinfo Thu Dec 20 17:42:21 2012 (r309320) @@ -1,2 +1,2 @@ -SHA256 (pep8-1.3.3.tar.gz) = 2033a40515a52068dd719857b38ecca651ce84dc9837b99fe500f314cadab634 -SIZE (pep8-1.3.3.tar.gz) = 39967 +SHA256 (pep8-1.3.4.tar.gz) = 9c4a53f03df131cf101eb2cd8108160314c8ac1af5c9a4147ab18c1d170f39c5 +SIZE (pep8-1.3.4.tar.gz) = 44706
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212201742.qBKHgL8M091489>