Date: Tue, 21 Sep 2004 10:43:08 +0200 (CEST) From: bra@fsn.hu To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71963: MAINTAINER-UPDATE: ftp/jigdo Message-ID: <20040921084308.132558444A@people.fsn.hu> Resent-Message-ID: <200409210850.i8L8oVNh020246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71963 >Category: ports >Synopsis: MAINTAINER-UPDATE: ftp/jigdo >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 Sep 21 08:50:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: bra@fsn.hu >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD people.fsn.hu 5.3-BETA3 FreeBSD 5.3-BETA3 #1: Mon Sep 6 03:39:32 CEST 2004 root@people.fsn.hu:/usr/obj/usr/src/sys/PEOPLE i386 >Description: Update to 0.7.1, which also fixes the compilation problem on 5.x. >How-To-Repeat: >Fix: Please delete files/patch-aa --- jigdo.patch begins here --- diff -ruN jigdo.bak/Makefile jigdo/Makefile --- jigdo.bak/Makefile Sat Sep 18 20:15:26 2004 +++ jigdo/Makefile Mon Sep 20 10:27:06 2004 @@ -6,8 +6,7 @@ # PORTNAME= jigdo -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= ftp MASTER_SITES= http://atterer.net/jigdo/ @@ -16,8 +15,6 @@ BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget - -BROKEN= Does not compile MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1 diff -ruN jigdo.bak/distinfo jigdo/distinfo --- jigdo.bak/distinfo Thu Mar 18 21:59:12 2004 +++ jigdo/distinfo Mon Sep 20 10:18:18 2004 @@ -1,2 +1,2 @@ -MD5 (jigdo-0.7.0.tar.bz2) = a1960f7b269c1842d2013eae0abfc3eb -SIZE (jigdo-0.7.0.tar.bz2) = 530737 +MD5 (jigdo-0.7.1.tar.bz2) = aa9aa42923af90d09b6ff4a878b8d53a +SIZE (jigdo-0.7.1.tar.bz2) = 599969 diff -ruN jigdo.bak/files/patch-aa jigdo/files/patch-aa --- jigdo.bak/files/patch-aa Tue Feb 3 10:32:10 2004 +++ jigdo/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,18 +0,0 @@ ---- src.orig/mktemplate.cc -+++ src/mktemplate.cc -@@ -1,4 +1,4 @@ --/* $Id: mktemplate.cc,v 1.92 2003/04/27 15:57:21 richard Exp $ -*- C++ -*- -+/* $Id: mktemplate.cc,v 1.93 2003/05/06 19:12:14 richard Exp $ -*- C++ -*- - __ _ - |_) /| Copyright (C) 2001-2002 Richard Atterer - | \/¯| <richard at atterer.net> -@@ -643,7 +643,7 @@ - Paranoid(*data + len <= bufferLength); - rsum->addBack(buf + *data, len); - *data += len; off += len; *n -= len; -- *rsumBack = modAdd(*rsumBack, len, bufferLength); -+ *rsumBack = modAdd(*rsumBack, implicit_cast<size_t>(len), bufferLength); - Paranoid(off == nextEvent || off == nextAlignedOff); - # if DEBUG - for (unsigned i = 0; i < len; ++i) { - --- jigdo.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040921084308.132558444A>