diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-05 16:45:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-05 16:45:32 +0000 |
commit | 7a68c17373c16ab881470343174b7e1f532fffef (patch) | |
tree | 489d3228b88d7de6e34825f4504760ffcf8b8029 /net/wget | |
parent | db570e9f9b5c3f99bb41c3aeb4ddbee4a90ebf92 (diff) | |
download | pkgsrc-7a68c17373c16ab881470343174b7e1f532fffef.tar.gz |
Update to 1.10.1:
* Wget 1.10.1 is a bugfix release with no user-visible changes.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 5 | ||||
-rw-r--r-- | net/wget/distinfo | 9 | ||||
-rw-r--r-- | net/wget/patches/patch-ah | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 25a9176abdf..6a410b34270 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2005/07/02 15:10:23 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2005/09/05 16:45:32 wiz Exp $ -DISTNAME= wget-1.10 +DISTNAME= wget-1.10.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} @@ -16,7 +16,6 @@ USE_PKGINSTALL= YES GNU_CONFIGURE= YES USE_OLD_DES_API= YES USE_PKGLOCALEDIR= YES -USE_LIBTOOL= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes diff --git a/net/wget/distinfo b/net/wget/distinfo index 577a5b4774b..896fb4683bd 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.26 2005/07/02 15:10:23 wiz Exp $ +$NetBSD: distinfo,v 1.27 2005/09/05 16:45:32 wiz Exp $ -SHA1 (wget-1.10.tar.gz) = 2204e65f08e23b3cf5ff83210a669d2e5267a2d0 -RMD160 (wget-1.10.tar.gz) = 4c3368fd698751a54d812c8ef5a4bae2136d9edf -Size (wget-1.10.tar.gz) = 1593119 bytes +SHA1 (wget-1.10.1.tar.gz) = 63249e837a02eb946b887a610ccc7be4ab41d0bc +RMD160 (wget-1.10.1.tar.gz) = ae5b8198b71919a703e9184a4b2eae87812f4574 +Size (wget-1.10.1.tar.gz) = 1212784 bytes SHA1 (patch-ag) = c501bc48070ba9b71d51d6cdebf5c3e5d5aa5ffb -SHA1 (patch-ah) = d4d1e152c5d65e743489b325397080060ac1de37 diff --git a/net/wget/patches/patch-ah b/net/wget/patches/patch-ah deleted file mode 100644 index 03c10bd7df9..00000000000 --- a/net/wget/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.6 2005/07/02 15:10:23 wiz Exp $ - ---- configure.orig 2005-06-08 00:40:03.000000000 +0200 -+++ configure -@@ -25570,7 +25570,7 @@ if test x"$with_ssl" != x"no"; then - wget_save_LDFLAGS=$LDFLAGS - wget_save_CPPFLAGS=$CPPFLAGS - -- CC="$SHELL ./libtool $CC" -+# CC="$SHELL ./libtool $CC" - - - echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |