pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/jigdo Updated jigdo to 0.7.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83d66e3846d4
branches:  trunk
changeset: 535427:83d66e3846d4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 17 11:40:59 2007 +0000

description:
Updated jigdo to 0.7.3.

Changes since 0.7.1:

jigdo 0.7.3 -- Richard Atterer, 19 May 2006

  - A maintenance release with some bug fixes
  - Fix for compilation on 64 bit architectures (sigh, as usual...)
  - Fixes to make the code compile cleanly with GCC 4.1

jigdo 0.7.2 -- Richard Atterer, 12 Jul 2005

  - jigdo-file: Added support for bzip2 (de)compression in .template
    files, as an alternative to zlib compression. Bzip2 is disabled by
    default (but may become the default in the future). Use --bzip and
    --gzip to switch between the two.
  - Patch by Jochen Hepp: New switch --scan-whole-file for "jigdo-file
    scan" command: Scan whole file instead of only first block
  - Patch by Jochen Hepp: New switch --no-greedy-matching for
    "jigdo-file make-template" prevents small matches from cancelling
    pending larger matches.
  - jigdo: Switched over from libwww to libcurl for downloads
  - jigdo-lite: Fixed regular expressions so they work with sed 4.1
    and non-GNU sed
  - jigdo-lite: --noask switch to allow running jigdo-lite from cron
    jobs (Silas Bennett)
  - jigdo-file: Bugfix for the code which deduces missing --image/
    --jigdo/--template arguments. Broken in 0.7.1, would deduce
    /x.iso.template from /x.iso, instead of /x.template (Adrian Bunk)
  - Fix for compilation on 64 bit architectures
  - Fixed "compiler recent enough" check in configure.ac for GCC 3.5+
  - Fixes for GCC 4.0

diffstat:

 net/jigdo/Makefile |  6 +++---
 net/jigdo/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 8d3a486bae9f -r 83d66e3846d4 net/jigdo/Makefile
--- a/net/jigdo/Makefile        Sat Nov 17 11:12:08 2007 +0000
+++ b/net/jigdo/Makefile        Sat Nov 17 11:40:59 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:23 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/11/17 11:40:59 rillig Exp $
 
-DISTNAME=              jigdo-0.7.1
-PKGREVISION=           3
+DISTNAME=              jigdo-0.7.3
 CATEGORIES=            net
 MASTER_SITES=          http://atterer.net/jigdo/
 EXTRACT_SUFX=          .tar.bz2
@@ -17,6 +16,7 @@
 BROKEN_GETTEXT_DETECTION=      yes
 
 #.include "../../databases/db3/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../www/libwww/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 8d3a486bae9f -r 83d66e3846d4 net/jigdo/distinfo
--- a/net/jigdo/distinfo        Sat Nov 17 11:12:08 2007 +0000
+++ b/net/jigdo/distinfo        Sat Nov 17 11:40:59 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:13:51 agc Exp $
+$NetBSD: distinfo,v 1.5 2007/11/17 11:40:59 rillig Exp $
 
-SHA1 (jigdo-0.7.1.tar.bz2) = 00498affd86a44af4c720d905b42b31d52f045d9
-RMD160 (jigdo-0.7.1.tar.bz2) = 1ecd8a51e39f45f940b2dcb448d090089e280cbd
-Size (jigdo-0.7.1.tar.bz2) = 599969 bytes
+SHA1 (jigdo-0.7.3.tar.bz2) = 7b83c35af71f908b31b9aa55b0dda9dfb4d224f0
+RMD160 (jigdo-0.7.3.tar.bz2) = 545b4abbcb0a02636072e5acadeba7d99f59365f
+Size (jigdo-0.7.3.tar.bz2) = 644670 bytes



Home | Main Index | Thread Index | Old Index