ports/67802: Fix emulators/qemu fetching.

Christopher Nehren apeiron at comcast.net
Thu Jun 10 18:01:02 UTC 2004


>Number:         67802
>Category:       ports
>Synopsis:       Fix emulators/qemu fetching.
>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:   Thu Jun 10 18:00:44 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Sun Jun 6 16:04:08 EDT 2004 root at prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386


	
>Description:

emulators/qemu was marked BROKEN because of a fetching problem. A ten-second 
web excursion produces a fix. 

>How-To-Repeat:
cd ${PORTSDIR}/emulators/qemu && make fetch
>Fix:

diff -urN qemu.orig/Makefile qemu/Makefile
--- qemu.orig/Makefile	Thu Jun 10 13:51:45 2004
+++ qemu/Makefile	Thu Jun 10 13:50:51 2004
@@ -6,15 +6,13 @@
 #
 
 PORTNAME=	qemu
-PORTVERSION=	0.5.5.s.20040606
+PORTVERSION=	0.5.5.s.20040609
 CATEGORIES=	emulators
 MASTER_SITES=	http://dad-answers.com/qemu/
-DISTNAME=	${PORTNAME}-snapshot-2004-06-06_23-40
+DISTNAME=	${PORTNAME}-snapshot-2004-06-09_23-40
 
 MAINTAINER=	nox at jelal.kn-bremen.de
 COMMENT=	QEMU CPU Emulator
-
-BROKEN=		"Unfetchable"
 
 BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
 
diff -urN qemu.orig/distinfo qemu/distinfo
--- qemu.orig/distinfo	Thu Jun 10 13:51:45 2004
+++ qemu/distinfo	Thu Jun 10 13:44:08 2004
@@ -1,2 +1,2 @@
-MD5 (qemu-snapshot-2004-06-06_23-40.tar.bz2) = a3154f400dd7814f528b0e5d8d1ea8fd
-SIZE (qemu-snapshot-2004-06-06_23-40.tar.bz2) = 661472
+MD5 (qemu-snapshot-2004-06-09_23-40.tar.bz2) = 78e1c9cee72e258118a07cecc415b329
+SIZE (qemu-snapshot-2004-06-09_23-40.tar.bz2) = 662370
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list