Skip site navigation (1)Skip section navigation (2)
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:   ports/169655: [PATCH] databases/py-whisper: update MASTER_SITES and WWW, sort PLIST
Message-ID:  <3WSP8R63pHz3dK@sunpoet.net>
Resent-Message-ID: <201207050320.q653K8MM066210@freefall.freebsd.org>

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

>Number:         169655
>Category:       ports
>Synopsis:       [PATCH] databases/py-whisper: update MASTER_SITES and WWW, sort PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 05 03:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3WSP8R63pHz3dK>