Date: Thu, 10 Jun 2004 13:54:55 -0400 (EDT) From: Christopher Nehren <apeiron@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67802: Fix emulators/qemu fetching. Message-ID: <200406101754.i5AHst9x007809@prophecy.dyndns.org> Resent-Message-ID: <200406101800.i5AI0jvS081580@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406101754.i5AHst9x007809>