Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2012 20:25:04 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/169516: [PATCH] net/py-kombu: update to 2.2.3
Message-ID:  <20120628102504.6D9B31721A@freebsd-90-amd64.localdomain>
Resent-Message-ID: <201206281030.q5SAUA4T009354@freefall.freebsd.org>

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

>Number:         169516
>Category:       ports
>Synopsis:       [PATCH] net/py-kombu: update to 2.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 28 10:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
>Description:
- Update to 2.2.3

Changes: http://kombu.readthedocs.org/en/latest/changelog.html#version-2-2-3

Test suite output: Ran 462 tests in 4.902s - OK (skipped=2)

Note #1: This PR deprecates ports/169341 (kombo 2.2.2 update)
Note #2: This PR also depends on ports/169340 (same as ports/169341)
Note #3: I installed pymongo, py-redis and py-sqlalchemy manually for tests.
 
Port maintainer (clsung@FreeBSD.org) is cc'd.

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

--- py27-kombu-2.2.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/py-kombu/Makefile ./Makefile
--- /usr/ports/net/py-kombu/Makefile	2012-06-22 17:45:58.000000000 +1000
+++ ./Makefile	2012-06-28 20:01:37.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kombu
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.3
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@
 LICENSE=	BSD
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}amqplib>=1.0:${PORTSDIR}/net/py-amqplib \
-		${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.1:${PORTSDIR}/devel/py-anyjson
+		${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson
 
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	easy_install
diff -ruN --exclude=CVS /usr/ports/net/py-kombu/distinfo ./distinfo
--- /usr/ports/net/py-kombu/distinfo	2012-06-22 17:45:58.000000000 +1000
+++ ./distinfo	2012-06-28 20:03:23.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (kombu-2.2.1.tar.gz) = 265b8868165f4b9efcd27b2f1e3bad06b76e14e8737340fd85e6b436899863ff
-SIZE (kombu-2.2.1.tar.gz) = 281747
+SHA256 (kombu-2.2.3.tar.gz) = 59fdcf5c31b0bb204bbf81273500fabc09d65d486a809054a26e28139f25d43b
+SIZE (kombu-2.2.3.tar.gz) = 283299
--- py27-kombu-2.2.3.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?20120628102504.6D9B31721A>