Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 16:21:42 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wg@FreeBSD.org
Subject:   ports/189717: [PATCH] net/py-kombu: update to 3.0.16
Message-ID:  <201405121421.s4CELgRo015925@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405121430.s4CEU14M053638@freefall.freebsd.org>

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

>Number:         189717
>Category:       ports
>Synopsis:       [PATCH] net/py-kombu: update to 3.0.16
>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:   Mon May 12 14:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- Update to 3.0.16
- Fixed REDI_RUN_DEPENDS typo

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-kombu/3.0.16/

Port maintainer (wg@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-kombu-3.0.16.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353826)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kombu
-PORTVERSION=	3.0.15
+PORTVERSION=	3.0.16
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +27,7 @@
 BEANSTALK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beanstalkc>0:${PORTSDIR}/net/py-beanstalkc
 BOTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>=2.6.0:${PORTSDIR}/devel/py-boto
 MONGODB_RUN_DEPENDS=	pymongo>0:${PORTSDIR}/databases/pymongo
-REDI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>0:${PORTSDIR}/databases/py-redis
+REDIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>0:${PORTSDIR}/databases/py-redis
 SQLALCHEMY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy
 ZMQ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyzmq>=13.1.0:${PORTSDIR}/net/py-pyzmq
 
Index: distinfo
===================================================================
--- distinfo	(revision 353826)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (kombu-3.0.15.tar.gz) = 8872a52e42f9e08c2c135cc67dbe8eb9f2707a714cb6719f6900c4af66bc5500
-SIZE (kombu-3.0.15.tar.gz) = 342092
+SHA256 (kombu-3.0.16.tar.gz) = c1e0a1146ef109b85a35cc5f7f8e4b652211aa4d666efba5d727c554e25e2957
+SIZE (kombu-3.0.16.tar.gz) = 342440
--- py-kombu-3.0.16.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?201405121421.s4CELgRo015925>