Date: Mon, 11 Mar 2013 18:46:24 +1100 (EST) From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: nivit@FreeBSD.org Subject: ports/176839: [PATCH] devel/py-virtualenv: update to 1.9.1 Message-ID: <20130311074624.55FB83AC56@freebsd-RELENG_9-amd64.elysium> Resent-Message-ID: <201303110750.r2B7o0go049284@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176839 >Category: ports >Synopsis: [PATCH] devel/py-virtualenv: update to 1.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 11 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD freebsd-RELENG_9-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #0 r245946: Sun Jan 27 13:13:07 EST >Description: - Update to 1.9.1 - Whitespace alignment <QA> portlint: looks fine. porttest: OK (RELENG_9 amd64) testport: OK (poudreiere: all versions & archs) </QAS> Changes: http://www.virtualenv.org/en/1.9.1/news.html Port maintainer (nivit@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-virtualenv-1.9.1.patch begins here --- diff -ruN /usr/ports/devel/py-virtualenv/Makefile ./Makefile --- /usr/ports/devel/py-virtualenv/Makefile 2013-02-04 13:23:37.000000000 +1100 +++ ./Makefile 2013-03-11 18:19:53.229526005 +1100 @@ -1,7 +1,7 @@ -# $FreeBSD: ports/devel/py-virtualenv/Makefile,v 1.31 2013/02/04 02:23:37 svnexp Exp $ +# $FreeBSD: head/devel/py-virtualenv/Makefile 311487 2013-02-03 20:17:56Z nivit $ PORTNAME= virtualenv -PORTVERSION= 1.8.4 +PORTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,11 +17,11 @@ PY2X=${PY2X} # Python3 ready -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= easy_install -PIPVER= 1.2.1 -DISTRIBUTEVER= 0.6.31 +PIPVER= 1.3.1 +DISTRIBUTEVER= 0.6.34 .include <bsd.port.options.mk> diff -ruN /usr/ports/devel/py-virtualenv/distinfo ./distinfo --- /usr/ports/devel/py-virtualenv/distinfo 2013-02-04 13:23:37.000000000 +1100 +++ ./distinfo 2013-03-08 23:46:59.092600567 +1100 @@ -1,2 +1,2 @@ -SHA256 (virtualenv-1.8.4.tar.gz) = a16ee99f4a3b72be04704b8bd28c2f21d510af545492501ca3cd50fde9a70cb6 -SIZE (virtualenv-1.8.4.tar.gz) = 1857001 +SHA256 (virtualenv-1.9.1.tar.gz) = d04f750c968e18de42ff15f50759f15ba22800b12247b95826e2f8b160f7d99a +SIZE (virtualenv-1.9.1.tar.gz) = 2004589 diff -ruN /usr/ports/devel/py-virtualenv/pkg-plist ./pkg-plist --- /usr/ports/devel/py-virtualenv/pkg-plist 2012-11-17 16:56:52.000000000 +1100 +++ ./pkg-plist 2013-01-19 12:16:06.213392309 +1100 @@ -1,4 +1,4 @@ -@comment $FreeBSD: ports/devel/py-virtualenv/pkg-plist,v 1.17 2012/11/17 05:56:52 svnexp Exp $ +@comment $FreeBSD: head/devel/py-virtualenv/pkg-plist 303684 2012-09-05 06:01:31Z nivit $ bin/virtualenv bin/virtualenv-%%PYVER%% %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO --- py27-virtualenv-1.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130311074624.55FB83AC56>