Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 00:49:18 +1100 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174231: [MAINTAINER] databases/py-redis: update to 2.7.2, Use GITHUB
Message-ID:  <201212061349.qB6DnIlr056964@freebsd-91-amd64.elysium>
Resent-Message-ID: <201212061350.qB6Do0Ww044255@freefall.freebsd.org>

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

>Number:         174231
>Category:       ports
>Synopsis:       [MAINTAINER] databases/py-redis: update to 2.7.2, Use GITHUB
>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:   Thu Dec 06 13:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-91-amd64 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243872: Wed Dec  5 16:49:35
>Description:
- Update to 2.7.2
- Tab->space in Makefile header
- Switch to GITHUB

<ChangeLog>
* 2.7.2
    * Parse errors are now *always* raised on multi/exec pipelines, regardless
      of the `raise_on_error` flag. See
      https://groups.google.com/forum/?hl=en&fromgroups=#!topic/redis-db/VUiEFT8U8U0
      for more info.
* 2.7.1
    * Packaged tests with source code
</ChangeLog>

<QA>
portlint: looks fine.
unittest: Ran 156 tests in 7.731s - OK
testport:

VERSION         ARCH    STATUS
10.0-CURRENT    amd64   OK
10.0-CURRENT    i386    make: don't know how to make pyconfig.h. (1)
8.3-RELEASE     amd64   OK 
8.3-RELEASE     i386    OK
9.0-RELEASE     amd64   OK
9.0-RELEASE     i386    OK 
9.1-RC3         amd64   OK  
</QA>

References:

1: http://svnweb.freebsd.org/base?view=revision&amp;revision=239588

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

--- py27-redis-2.7.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/py-redis/Makefile ./Makefile
--- /usr/ports/databases/py-redis/Makefile	2012-11-28 14:37:46.000000000 +1100
+++ ./Makefile	2012-12-06 23:29:49.837081559 +1100
@@ -1,11 +1,9 @@
-# Created by:	Cheng-Lung Sung <clsung@FreeBSD.org>
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
 # $FreeBSD: ports/databases/py-redis/Makefile,v 1.7 2012/11/28 03:37:46 svnexp Exp $
 
 PORTNAME=	redis
-PORTVERSION=	2.7.0
+PORTVERSION=	2.7.2
 CATEGORIES=	databases python
-MASTER_SITES=	CHEESESHOP \
-		http://cloud.github.com/downloads/andymccurdy/redis-py/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs.freebsd@gmail.com
@@ -13,6 +11,10 @@
 
 LICENSE=	MIT
 
+USE_GITHUB=		yes
+GH_ACCOUNT=		andymccurdy
+GH_PROJECT=		${PORTNAME}-py
+GH_COMMIT=		c02231c
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 
diff -ruN --exclude=CVS /usr/ports/databases/py-redis/distinfo ./distinfo
--- /usr/ports/databases/py-redis/distinfo	2012-11-28 14:37:46.000000000 +1100
+++ ./distinfo	2012-12-06 19:06:46.344089293 +1100
@@ -1,2 +1,2 @@
-SHA256 (redis-2.7.0.tar.gz) = 0a6d3ff3d83ade3fb3f2f7392414e43237af61d92ce783cae05b9d1ac40f0e91
-SIZE (redis-2.7.0.tar.gz) = 39229
+SHA256 (redis-2.7.2.tar.gz) = 430d984f8813f157db7fe9467cce4f451ffa07d58e8cdda425e109d38b60837d
+SIZE (redis-2.7.2.tar.gz) = 44074
--- py27-redis-2.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?201212061349.qB6DnIlr056964>