Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 09:33:21 +0200 (EET)
From:      Valentin Nechayev <netch@netch.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89048: Fix MASTER_SITES for ports/sysutils/linuxfdisk
Message-ID:  <200511150733.jAF7XLvT038460@segfault.kiev.ua>
Resent-Message-ID: <200511150740.jAF7eFvf074930@freefall.freebsd.org>

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

>Number:         89048
>Category:       ports
>Synopsis:       Fix MASTER_SITES for ports/sysutils/linuxfdisk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 15 07:40:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Valentin Nechayev
>Release:        FreeBSD 4.11-RELEASE-p8 i386
>Organization:
private
>Environment:

Any

>Description:

Source tarball is unfetchable now because
oldest util-linux releases are moved to old/ subdirectory.
Add it to MASTER_SITES to smooth update process.

Newer port version isn't tested yet.

>How-To-Repeat:

>Fix:

--- Makefile.orig	Wed Oct 26 15:18:59 2005
+++ Makefile	Tue Nov 15 09:25:28 2005
@@ -8,7 +8,8 @@
 PORTNAME=	linuxfdisk
 PORTVERSION=	2.11z
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.kernel.org/pub/linux/utils/util-linux/
+MASTER_SITES=	ftp://ftp.kernel.org/pub/linux/utils/util-linux/ \
+		ftp://ftp.kernel.org/pub/linux/utils/util-linux/old/
 DISTNAME=	util-linux-${PORTVERSION}
 EXTRACT_SUFX=	.tar.bz2
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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