ports/157219: [patch] sysutils/ganglia-monitor-core fix download uri
Olli Hauer
ohauer at FreeBSD.org
Fri May 20 19:20:11 UTC 2011
>Number: 157219
>Category: ports
>Synopsis: [patch] sysutils/ganglia-monitor-core fix download uri
>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: Fri May 20 19:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Olli Hauer
>Release: FreeBSD 7.4-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
Fix ganglia download uri, "3.1.7 (Wien)" -> 3.1.7
Attempting to fetch http://heanet.dl.sourceforge.net/project/ganglia/ganglia%20monitoring%20core/3.1.7%20%28Wien%29/ganglia-3.1.7.tar.gz
fetch: http://heanet.dl.sourceforge.net/project/ganglia/ganglia%20monitoring%20core/3.1.7%20%28Wien%29/ganglia-3.1.7.tar.gz: Moved Temporarily
....
>How-To-Repeat:
>Fix:
--- ganglia.diff begins here ---
Index: ganglia-monitor-core/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/ganglia-monitor-core/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- ganglia-monitor-core/Makefile 20 May 2011 00:47:34 -0000 1.40
+++ ganglia-monitor-core/Makefile 20 May 2011 19:10:42 -0000
@@ -8,7 +8,7 @@
PORTNAME= monitor-core
PORTVERSION= 3.1.7
CATEGORIES= sysutils net parallel
-MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}%20%28Wien%29
+MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}
PKGNAMEPREFIX= ganglia-
.if defined(CLUSTER)
PKGNAMESUFFIX= -${CLUSTER}
Index: ganglia-webfrontend/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/ganglia-webfrontend/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- ganglia-webfrontend/Makefile 20 May 2011 15:25:49 -0000 1.25
+++ ganglia-webfrontend/Makefile 20 May 2011 19:10:42 -0000
@@ -8,7 +8,7 @@
PORTNAME= webfrontend
PORTVERSION= 3.1.7
CATEGORIES= sysutils net parallel www
-MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}%20%28Wien%29
+MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}
PKGNAMEPREFIX= ganglia-
DISTNAME= ganglia-${PORTVERSION}
--- ganglia.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list