Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 May 2006 12:58:54 -0500 (CDT)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96931: archivers/undms, correct broken distfile
Message-ID:  <20060507175854.65E83261854@utd59514.utdallas.edu>
Resent-Message-ID: <200605071800.k47I0WaP078868@freefall.freebsd.org>

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

>Number:         96931
>Category:       ports
>Synopsis:       archivers/undms, correct broken distfile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 07 18:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 6.0-RELEASE-p6 i386
>Organization:
University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #1: Sat Apr 1 21:39:10 CST 2006 root@utd59514.utdallas.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	This port was reported as having an unfetchable distfile, this Makefile
        patch fixes the problem
>How-To-Repeat:
	
>Fix:

	

--- patch-Makefile begins here ---
--- Makefile.orig	Sun May  7 12:53:38 2006
+++ Makefile	Sun May  7 12:54:01 2006
@@ -8,8 +8,8 @@
 PORTNAME=	undms
 PORTVERSION=	1.3
 CATEGORIES=	archivers
-MASTER_SITES=	ftp://de.aminet.net/pub/aminet/misc/unix/ \
-		ftp://us.aminet.net/pub/aminet/misc/unix/
+MASTER_SITES=	ftp://de.aminet.net/misc/unix/ \
+		ftp://us.aminet.net/misc/unix/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.c
 EXTRACT_SUFX=	.Z
 
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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