From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 11 07:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 879B41D7 for ; Mon, 11 Mar 2013 07:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6BCE1B11 for ; Mon, 11 Mar 2013 07:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2B7o0Qw049285 for ; Mon, 11 Mar 2013 07:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2B7o0go049284; Mon, 11 Mar 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 11 Mar 2013 07:50:00 GMT Resent-Message-Id: <201303110750.r2B7o0go049284@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F15F13C; Mon, 11 Mar 2013 07:46:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-ia0-x22f.google.com (mail-ia0-x22f.google.com [IPv6:2607:f8b0:4001:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 083FEAF3; Mon, 11 Mar 2013 07:46:36 +0000 (UTC) Received: by mail-ia0-f175.google.com with SMTP id e16so1648022iaa.6 for ; Mon, 11 Mar 2013 00:46:36 -0700 (PDT) Received: from freebsd-RELENG_9-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id vb15sm13003532igb.9.2013.03.11.00.46.28 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 00:46:35 -0700 (PDT) Received: by freebsd-RELENG_9-amd64.elysium (Postfix, from userid 1001) id 55FB83AC56; Mon, 11 Mar 2013 18:46:24 +1100 (EST) Message-Id: <20130311074624.55FB83AC56@freebsd-RELENG_9-amd64.elysium> Date: Mon, 11 Mar 2013 18:46:24 +1100 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176839: [PATCH] devel/py-virtualenv: update to 1.9.1 Cc: nivit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 07:50:00 -0000 >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 portlint: looks fine. porttest: OK (RELENG_9 amd64) testport: OK (poudreiere: all versions & archs) 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 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: