Bug 176839 - [PATCH] devel/py-virtualenv: update to 1.9.1
Summary: [PATCH] devel/py-virtualenv: update to 1.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 07:50 UTC by koobs
Modified: 2013-03-11 15:10 UTC (History)
1 user (show)

See Also:


Attachments
py27-virtualenv-1.9.1.patch (1.73 KB, patch)
2013-03-11 07:50 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2013-03-11 07:50:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-11 07:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-11 15:01:47 UTC
Author: nivit
Date: Mon Mar 11 15:01:32 2013
New Revision: 313914
URL: http://svnweb.freebsd.org/changeset/ports/313914

Log:
  - Update to 1.9.1  [1]
  - Add OPTIONS_DEFINE
  
  BuildLog:	http://goo.gl/PyuYq
  Changes&News:	http://goo.gl/og4kg
  
  PR:	ports/176839  [1]
  Submitted by:	koobs

Modified:
  head/devel/py-virtualenv/Makefile
  head/devel/py-virtualenv/distinfo

Modified: head/devel/py-virtualenv/Makefile
==============================================================================
--- head/devel/py-virtualenv/Makefile	Mon Mar 11 14:56:56 2013	(r313913)
+++ head/devel/py-virtualenv/Makefile	Mon Mar 11 15:01:32 2013	(r313914)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	virtualenv
-PORTVERSION=	1.8.4
+PORTVERSION=	1.9.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,17 +11,18 @@ COMMENT=	Virtual Python Environment buil
 
 LICENSE=	MIT
 
+OPTIONS_DEFINE=	DOCS
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
 PLIST_SUB=	PYVER=${PYTHON_VER} PIPVER=${PIPVER} DISTRIBUTEVER=${DISTRIBUTEVER} \
 		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>
 

Modified: head/devel/py-virtualenv/distinfo
==============================================================================
--- head/devel/py-virtualenv/distinfo	Mon Mar 11 14:56:56 2013	(r313913)
+++ head/devel/py-virtualenv/distinfo	Mon Mar 11 15:01:32 2013	(r313914)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2013-03-11 15:01:49 UTC
State Changed
From-To: open->closed

Committed, thanks!