From sunpoet@sunpoet.net  Thu Jul  5 03:11:25 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D1D18106564A;
	Thu,  5 Jul 2012 03:11:25 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 95C5B8FC0C;
	Thu,  5 Jul 2012 03:11:25 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3WSP8R63pHz3dK; Thu,  5 Jul 2012 11:05:43 +0800 (CST)
Message-Id: <3WSP8R63pHz3dK@sunpoet.net>
Date: Thu,  5 Jul 2012 11:05:43 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skreuzer@FreeBSD.org
Subject: [PATCH] databases/py-whisper: update MASTER_SITES and WWW, sort PLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169655
>Category:       ports
>Synopsis:       [PATCH] databases/py-whisper: update MASTER_SITES and WWW, sort PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 05 03:20:08 UTC 2012
>Closed-Date:    Thu Jul 05 21:55:29 UTC 2012
>Last-Modified:  Thu Jul  5 22:00:22 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jun 23 18:28:28 CST 2012
>Description:
- Update MASTER_SITES and WWW
- Sort PLIST
- Remove unnecessary double quotes

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

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

--- py27-whisper-0.9.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/py-whisper/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	25 Jun 2012 16:27:24 -0000	1.3
+++ Makefile	5 Jul 2012 03:04:40 -0000
@@ -8,13 +8,14 @@
 PORTNAME=	whisper
 PORTVERSION=	0.9.10
 CATEGORIES=	databases python
-MASTER_SITES=	http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/
+MASTER_SITES=	CHEESESHOP \
+		https://github.com/downloads/graphite-project/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Fixed-size database, similar in design to RRD
 
-FETCH_ARGS=	"-pRr"
+FETCH_ARGS=	-pRr
 
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	yes
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/py-whisper/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	22 Jun 2011 18:23:38 -0000	1.1
+++ pkg-descr	5 Jul 2012 03:04:40 -0000
@@ -1,5 +1,5 @@
 Whisper is a fixed-size database, similar in design to RRD
-(round-robin-database). It provides fast, reliable storage of
-numeric data over time.
+(round-robin-database). It provides fast, reliable storage of numeric data over
+time.
 
-WWW:	http://graphite.wikidot.com/whisper
+WWW: https://github.com/graphite-project/whisper
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/py-whisper/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	25 Jun 2012 16:27:24 -0000	1.3
+++ pkg-plist	5 Jul 2012 03:04:40 -0000
@@ -1,13 +1,12 @@
-@comment $FreeBSD: ports/databases/py-whisper/pkg-plist,v 1.3 2012/06/25 16:27:24 skreuzer Exp $
-%%PYTHON_SITELIBDIR%%/whisper.py
-%%PYTHON_SITELIBDIR%%/whisper.pyc
-%%PYTHON_SITELIBDIR%%/whisper.pyo
 bin/rrd2whisper.py
-bin/whisper-info.py
-bin/whisper-fetch.py
-bin/whisper-update.py
-bin/whisper-resize.py
 bin/whisper-create.py
-bin/whisper-set-aggregation-method.py
 bin/whisper-dump.py
+bin/whisper-fetch.py
+bin/whisper-info.py
 bin/whisper-merge.py
+bin/whisper-resize.py
+bin/whisper-set-aggregation-method.py
+bin/whisper-update.py
+%%PYTHON_SITELIBDIR%%/whisper.py
+%%PYTHON_SITELIBDIR%%/whisper.pyc
+%%PYTHON_SITELIBDIR%%/whisper.pyo
--- py27-whisper-0.9.10.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 5 03:20:20 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169655 
State-Changed-From-To: open->closed 
State-Changed-By: skreuzer 
State-Changed-When: Thu Jul 5 21:55:28 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169655 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169655: commit references a PR
Date: Thu,  5 Jul 2012 21:55:22 +0000 (UTC)

 skreuzer    2012-07-05 21:54:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/py-whisper Makefile pkg-descr pkg-plist 
   Log:
   Update MASTER_SITES and WWW
   Sort PLIST
   
   PR:             ports/169655
   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
   
   Revision  Changes    Path
   1.4       +3 -2      ports/databases/py-whisper/Makefile
   1.2       +3 -3      ports/databases/py-whisper/pkg-descr
   1.4       +8 -9      ports/databases/py-whisper/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
