Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 07:23:49 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176854: [MAINTAINER] www/py-rhodecode: update to 1.5.4
Message-ID:  <513de8f5.9095ec0a.3e2a.5b16@mx.google.com>
Resent-Message-ID: <201303111430.r2BEU0Oi031115@freefall.freebsd.org>

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

>Number:         176854
>Category:       ports
>Synopsis:       [MAINTAINER] www/py-rhodecode: update to 1.5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 14:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Update to 1.5.4
	Changes: https://bitbucket.org/marcinkuzminski/rhodecode/src/3be4e290c42be81fb5c473bcda917c2bfad3999a/docs/changelog.rst?at=default
	Redports: https://www.redports.org/buildarchive/20130311140001-38945/

>How-To-Repeat:
>Fix:

	See attached patch


--- py-rhodecode.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 313896)
+++ Makefile	(working copy)
@@ -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}
Index: distinfo
===================================================================
--- distinfo	(revision 313896)
+++ distinfo	(working copy)
@@ -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
Index: files/patch-setup.py
===================================================================
--- files/patch-setup.py	(revision 313896)
+++ files/patch-setup.py	(working copy)
@@ -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 @@
 -    "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 @@
      "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")
--- py-rhodecode.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?513de8f5.9095ec0a.3e2a.5b16>