Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2008 17:52:38 -0500 (EST)
From:      Steven Kreuzer <skreuzer@exit2shell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/129871: [PATCH] archivers/rpm: Fix MASTER_SITES 
Message-ID:  <200812222252.mBMMqcpZ025682@slurry.exit2shell.com>
Resent-Message-ID: <200812222300.mBMN06pW001502@freefall.freebsd.org>

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

>Number:         129871
>Category:       ports
>Synopsis:       [PATCH] archivers/rpm: Fix MASTER_SITES
>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:   Mon Dec 22 23:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008
>Description:
Attached patch will change the MASTER_SITES to the new correct location for
the tarball

>How-To-Repeat:
>Fix:

--- rpm-4.0.4_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/archivers/rpm4/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	6 Jun 2008 13:02:31 -0000	1.18
+++ Makefile	22 Dec 2008 22:50:32 -0000
@@ -8,7 +8,7 @@
 PORTVERSION=	4.0.4
 PORTREVISION=	7
 CATEGORIES=	archivers
-MASTER_SITES=	ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \
+MASTER_SITES=	http://rpm.org/releases/historical/rpm-4.0.x/ \
 		ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/
 
 MAINTAINER=	ports@FreeBSD.org
--- rpm-4.0.4_7.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?200812222252.mBMMqcpZ025682>