Date: Mon, 11 Mar 2013 16:03:40 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313915 - in head/www/py-rhodecode: . files Message-ID: <201303111603.r2BG3euF098027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Mon Mar 11 16:03:40 2013 New Revision: 313915 URL: http://svnweb.freebsd.org/changeset/ports/313915 Log: - Update to 1.5.4 PR: ports/176854 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Modified: head/www/py-rhodecode/Makefile head/www/py-rhodecode/distinfo head/www/py-rhodecode/files/patch-setup.py Modified: head/www/py-rhodecode/Makefile ============================================================================== --- head/www/py-rhodecode/Makefile Mon Mar 11 15:01:32 2013 (r313914) +++ head/www/py-rhodecode/Makefile Mon Mar 11 16:03:40 2013 (r313915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rhodecode -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-rhodecode/distinfo ============================================================================== --- head/www/py-rhodecode/distinfo Mon Mar 11 15:01:32 2013 (r313914) +++ head/www/py-rhodecode/distinfo Mon Mar 11 16:03:40 2013 (r313915) @@ -1,2 +1,2 @@ -SHA256 (RhodeCode-1.5.3.tar.gz) = 4024a28840bd9b9b2d2e47cdf225349e008745b5282e79af7a7357cb6b94330d -SIZE (RhodeCode-1.5.3.tar.gz) = 2569673 +SHA256 (RhodeCode-1.5.4.tar.gz) = 3dd730f5b23093eb9cd3976476c90608aba602550be41412e0650b3bb2972eae +SIZE (RhodeCode-1.5.4.tar.gz) = 2572673 Modified: head/www/py-rhodecode/files/patch-setup.py ============================================================================== --- head/www/py-rhodecode/files/patch-setup.py Mon Mar 11 15:01:32 2013 (r313914) +++ head/www/py-rhodecode/files/patch-setup.py Mon Mar 11 16:03:40 2013 (r313915) @@ -1,13 +1,14 @@ diff --git setup.py setup.py -index 70b6aa5..6f2c869 100644 +index 3e48554..2ff6cd7 100644 --- setup.py +++ setup.py -@@ -33,23 +33,23 @@ __platform__ = platform.system() +@@ -33,24 +33,24 @@ __platform__ = platform.system() is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata) requirements = [ - "waitress==0.8.1", - "webob==1.0.8", +- "webtest==1.4.3", - "Pylons==1.0.0", - "Beaker==1.6.4", - "WebHelpers==1.3", @@ -16,6 +17,7 @@ index 70b6aa5..6f2c869 100644 - "Mako==0.7.3", + "waitress>=0.8.1", + "webob>=1.0.8", ++ "webtest>=1.4.3", + "Pylons>=1.0.0", + "Beaker>=1.6.4", + "WebHelpers>=1.3", @@ -40,7 +42,7 @@ index 70b6aa5..6f2c869 100644 "mock", ] -@@ -64,7 +64,7 @@ if is_windows: +@@ -65,7 +65,7 @@ if is_windows: requirements.append("mercurial==2.4.2") else: requirements.append("py-bcrypt")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303111603.r2BG3euF098027>