From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC35A106564A for ; Sat, 23 Jun 2012 09:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B10BF8FC15 for ; Sat, 23 Jun 2012 09:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9UGmk014743 for ; Sat, 23 Jun 2012 09:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9UG2s014740; Sat, 23 Jun 2012 09:30:16 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 09:30:16 GMT Resent-Message-Id: <201206230930.q5N9UG2s014740@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60B731065672; Sat, 23 Jun 2012 09:23:51 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2CC3B8FC18; Sat, 23 Jun 2012 09:23:51 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so4937412pbb.13 for ; Sat, 23 Jun 2012 02:23:50 -0700 (PDT) Received: by 10.68.195.198 with SMTP id ig6mr18990059pbc.92.1340443430786; Sat, 23 Jun 2012 02:23:50 -0700 (PDT) Received: from freebsd-90-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id os9sm1828402pbb.62.2012.06.23.02.23.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Jun 2012 02:23:50 -0700 (PDT) Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001) id 37D371773B; Sat, 23 Jun 2012 19:23:46 +1000 (EST) Message-Id: <20120623092346.37D371773B@freebsd-90-amd64.localdomain> Date: Sat, 23 Jun 2012 19:23:46 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/169341: [PATCH] net/py-kombu: update to 2.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 09:30:17 -0000 >Number: 169341 >Category: ports >Synopsis: [PATCH] net/py-kombu: update to 2.2.2 >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: Sat Jun 23 09:30:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 2.2.2 - Update py-anyjson RUN_DEPENDS version Changes: http://kombu.readthedocs.org/en/latest/changelog.html#version-2-2-2 This depends on py-anyjson update PR: ports/169340 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.2.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-23 19:16:33.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= kombu -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 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-23 19:16:50.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.2.tar.gz) = 1114c5b5ff553c5900a2c455bcd5a8a51977a125d6b44a09b9dcf87d23f65095 +SIZE (kombu-2.2.2.tar.gz) = 283028 --- py27-kombu-2.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: