Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2012 10:25:40 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nivit@FreeBSD.org
Subject:   ports/169335: [PATCH] devel/py-virtualenv: update to 1.7.2
Message-ID:  <20120623002540.2DFAF17738@freebsd-90-amd64.localdomain>
Resent-Message-ID: <201206230030.q5N0U680087436@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169335
>Category:       ports
>Synopsis:       [PATCH] devel/py-virtualenv: update to 1.7.2
>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:   Sat Jun 23 00:30:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Update to 1.7.2
- Add LICENSE
- Bump DISTRIBUTEVER

Changes: http://www.virtualenv.org/en/latest/news.html#id1

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-virtualenv-1.7.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-virtualenv/Makefile ./Makefile
--- /usr/ports/devel/py-virtualenv/Makefile	2012-04-25 23:34:18.000000000 +1000
+++ ./Makefile	2012-06-23 10:21:45.000000000 +1000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	virtualenv
-PORTVERSION=	1.7.1.2
-PORTREVISION=	0
+PORTVERSION=	1.7.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +14,8 @@
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Virtual Python Environment builder
 
+LICENSE=	MIT
+
 PLIST_SUB=	PYVER=${PYTHON_VER} PIPVER=${PIPVER} DISTRIBUTEVER=${DISTRIBUTEVER} \
 		PY2X=${PY2X}
 
@@ -23,7 +24,7 @@
 USE_PYDISTUTILS=	easy_install
 
 PIPVER=	1.1
-DISTRIBUTEVER=	0.6.24
+DISTRIBUTEVER=	0.6.27
 
 .if !defined(NOPORTDOCS)
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/devel/py-virtualenv/distinfo ./distinfo
--- /usr/ports/devel/py-virtualenv/distinfo	2012-04-25 23:34:18.000000000 +1000
+++ ./distinfo	2012-06-23 10:12:33.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (virtualenv-1.7.1.2.tar.gz) = 9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e
-SIZE (virtualenv-1.7.1.2.tar.gz) = 2138019
+SHA256 (virtualenv-1.7.2.tar.gz) = 8cbbe308ab0f446a4ceacf24b2656bedd33ea22825b0750fd079766cc6e91bf4
+SIZE (virtualenv-1.7.2.tar.gz) = 2156615
--- py27-virtualenv-1.7.2.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?20120623002540.2DFAF17738>