From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 21 12:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F86D166 for ; Wed, 21 Aug 2013 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F4C4283D for ; Wed, 21 Aug 2013 12:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7LCe2hM042907 for ; Wed, 21 Aug 2013 12:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7LCe2ac042906; Wed, 21 Aug 2013 12:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 21 Aug 2013 12:40:02 GMT Resent-Message-Id: <201308211240.r7LCe2ac042906@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47E62F7A for ; Wed, 21 Aug 2013 12:35:57 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA50A27E6 for ; Wed, 21 Aug 2013 12:35:56 +0000 (UTC) Received: from meatwad.mouf.net (cpe-107-015-170-205.nc.res.rr.com [107.15.170.205]) by mouf.net (8.14.5/8.14.5) with ESMTP id r7LCZkfS047600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 21 Aug 2013 12:35:52 GMT (envelope-from swills@meatwad.mouf.net) Received: (from swills@localhost) by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r7LCZXr8062972; Wed, 21 Aug 2013 12:35:33 GMT (envelope-from swills) Message-Id: <201308211235.r7LCZXr8062972@meatwad.mouf.net> Date: Wed, 21 Aug 2013 12:35:33 GMT From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/181454: [PATCH] databases/py27-whisper: update to 0.9.11 Cc: skreuzer@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 12:40:03 -0000 >Number: 181454 >Category: ports >Synopsis: [PATCH] databases/py27-whisper: update to 0.9.11 >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: Wed Aug 21 12:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253898: Sat Aug 3 00:09:09 >Description: - Update to 0.9.11 Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- py27-whisper-0.9.11.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 325114) +++ Makefile (working copy) @@ -1,21 +1,16 @@ -# New ports collection makefile for: py-whisper -# Date created: 2011-06-20 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= whisper -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= databases python -MASTER_SITES= CHEESESHOP \ - https://github.com/downloads/graphite-project/${PORTNAME}/ +MASTER_SITES= https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy= PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Fixed-size database, similar in design to RRD -FETCH_ARGS= -pRr +FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes Index: distinfo =================================================================== --- distinfo (revision 325114) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (whisper-0.9.10.tar.gz) = 36b5fa917526224678da0a530a6f276d00074f0aa98acd6e2412c79521f9c4ff -SIZE (whisper-0.9.10.tar.gz) = 10661 +SHA256 (whisper-0.9.11.tar.gz) = e0ca500da7f399e3ac7fdc68f200ed876f6db8911347ac914f81ec4ad369dbc0 +SIZE (whisper-0.9.11.tar.gz) = 16657 --- py27-whisper-0.9.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: