Wed Mar 11 15:07:55 2015 UTC ()
Update to 1.16.3:

* Changes in Wget 1.16.3

** Fix a regression introduced by wget 1.16.2 that --quiet is not
   really quiet anymore.


(wiz)
diff -r1.123 -r1.124 pkgsrc/net/wget/Makefile
diff -r1.46 -r1.47 pkgsrc/net/wget/distinfo
diff -r1.1 -r0 pkgsrc/net/wget/patches/patch-src_main.c

cvs diff -r1.123 -r1.124 pkgsrc/net/wget/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wget/Makefile 2015/03/02 20:23:07 1.123
+++ pkgsrc/net/wget/Makefile 2015/03/11 15:07:55 1.124
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.123 2015/03/02 20:23:07 tron Exp $ 1# $NetBSD: Makefile,v 1.124 2015/03/11 15:07:55 wiz Exp $
2 2
3DISTNAME= wget-1.16.2 3DISTNAME= wget-1.16.3
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GNU:=wget/} 5MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnu.org/software/wget/wget.html 9HOMEPAGE= http://www.gnu.org/software/wget/wget.html
11COMMENT= Retrieve files from the 'net via HTTP and FTP 10COMMENT= Retrieve files from the 'net via HTTP and FTP
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14USE_TOOLS+= perl pod2man pkg-config 13USE_TOOLS+= perl pod2man pkg-config
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17USE_OLD_DES_API= YES 16USE_OLD_DES_API= YES

cvs diff -r1.46 -r1.47 pkgsrc/net/wget/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wget/distinfo 2015/03/02 20:23:07 1.46
+++ pkgsrc/net/wget/distinfo 2015/03/11 15:07:55 1.47
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.46 2015/03/02 20:23:07 tron Exp $ 1$NetBSD: distinfo,v 1.47 2015/03/11 15:07:55 wiz Exp $
2 2
3SHA1 (wget-1.16.2.tar.xz) = a77b455ad01620ea3b709db2e07e6841da518f38 3SHA1 (wget-1.16.3.tar.xz) = a7d24a8512720893b0a8c5c436f324e9ed43874d
4RMD160 (wget-1.16.2.tar.xz) = d0d298a40f3fa7c9c16e985a748a6a524ec99000 4RMD160 (wget-1.16.3.tar.xz) = 23ffad97b5a92dff2596925e7a95731ee46b1b68
5Size (wget-1.16.2.tar.xz) = 1805080 bytes 5Size (wget-1.16.3.tar.xz) = 1794148 bytes
6SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 6SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8
7SHA1 (patch-src_main.c) = 3afca9581c5cca7e0a6ca7a6812bdd305cdd6786 

File Deleted: pkgsrc/net/wget/patches/Attic/patch-src_main.c