summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-17 11:40:59 +0000
committerrillig <rillig>2007-11-17 11:40:59 +0000
commitcbb70a355f3d33d308e0f4d57ef616b9990e81e3 (patch)
tree2cf88c5aa3fe14f5f4a6721ab43fa2bc480d77fe /net
parentc7121ab0eb43e569d43e72c120e8cea593cd68a8 (diff)
downloadpkgsrc-cbb70a355f3d33d308e0f4d57ef616b9990e81e3.tar.gz
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 (limited to 'net')
-rw-r--r--net/jigdo/Makefile6
-rw-r--r--net/jigdo/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/net/jigdo/Makefile b/net/jigdo/Makefile
index 7de657b3a41..c5fe3f8998f 100644
--- a/net/jigdo/Makefile
+++ b/net/jigdo/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --without-libdb
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 --git a/net/jigdo/distinfo b/net/jigdo/distinfo
index f11a0f92a65..ddebec7b4db 100644
--- a/net/jigdo/distinfo
+++ b/net/jigdo/distinfo
@@ -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