1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 1.5.4

PR:             ports/176854
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
This commit is contained in:
Frederic Culot 2013-03-11 16:03:40 +00:00
parent e319862954
commit 679670e2cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313915
3 changed files with 8 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -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")