Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jun 2003 07:31:13 -0400
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53045: [Patch] port: graphics/qtutils unfetchable distfile
Message-ID:  <E19OyOH-000AON-Cn@quenix.dyndns.org>
Resent-Message-ID: <200306081110.h58BAFtT065596@freefall.freebsd.org>

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

>Number:         53045
>Category:       ports
>Synopsis:       [Patch] port: graphics/qtutils unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 08 04:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 22:02:29 EDT 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN3 i386


>Description:

	o Change in Makefile and distinfo
	o The file was not really unfetchable, the problem was caused
	by a wrong DISTNAME in the Makefile. Consequently, I hade to change
	not the md5 sum in the distinfo, but the name of the file.

>How-To-Repeat:

http://people.freebsd.org/~fenner/portsurvey/graphics.html#qtutils

>Fix:


--- patch-qtutils-distfile begins here ---
diff -u /usr/ports/graphics/qtutils/Makefile ./Makefile
--- /usr/ports/graphics/qtutils/Makefile	Sun May 18 12:03:16 2003
+++ ./Makefile	Sun Jun  8 07:23:38 2003
@@ -10,7 +10,6 @@
 PORTVERSION=	0.0.6
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.flyn.org/projects/qtutils/
-DISTNAME=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	QuickTime Utilities
diff -u /usr/ports/graphics/qtutils/distinfo ./distinfo
--- /usr/ports/graphics/qtutils/distinfo	Wed Sep  4 23:57:58 2002
+++ ./distinfo	Sun Jun  8 07:24:12 2003
@@ -1 +1 @@
-MD5 (qtutils.tar.gz) = 0f9d3e5da8277bfaa87068d6ef397ff0
+MD5 (qtutils-0-0.6.tar.gz) = 0f9d3e5da8277bfaa87068d6ef397ff0
--- patch-qtutils-distfile ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19OyOH-000AON-Cn>