Bug 189717 - [PATCH] net/py-kombu: update to 3.0.16
Summary: [PATCH] net/py-kombu: update to 3.0.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 15:30 UTC by Bartek Rutkowski
Modified: 2014-05-24 14:30 UTC (History)
1 user (show)

See Also:


Attachments
py-kombu-3.0.16.patch (1.31 KB, patch)
2014-05-12 15:30 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-12 15:30:01 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-12 15:30:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 14:26:11 UTC
Author: wg
Date: Sat May 24 13:26:07 2014
New Revision: 355019
URL: http://svnweb.freebsd.org/changeset/ports/355019
QAT: https://qat.redports.org/buildarchive/r355019/

Log:
  net/py-kombu: update to 3.0.16 and fix typo
  
  PR:		ports/189717
  Submitted by:	Bartek Rutkowski <ports at robakdesign com>

Modified:
  head/net/py-kombu/Makefile
  head/net/py-kombu/distinfo

Modified: head/net/py-kombu/Makefile
==============================================================================
--- head/net/py-kombu/Makefile	Sat May 24 13:09:32 2014	(r355018)
+++ head/net/py-kombu/Makefile	Sat May 24 13:26:07 2014	(r355019)
@@ -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 @@ ZMQ_DESC=	Include ZMQ transport support
 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
 

Modified: head/net/py-kombu/distinfo
==============================================================================
--- head/net/py-kombu/distinfo	Sat May 24 13:09:32 2014	(r355018)
+++ head/net/py-kombu/distinfo	Sat May 24 13:26:07 2014	(r355019)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2014-05-24 14:26:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!