Revision: 26096 http://sourceforge.net/p/gar/code/26096 Author: dmichelsen Date: 2017-02-03 13:35:54 +0000 (Fri, 03 Feb 2017) Log Message: ----------- wget/trunk: Update to 1.19
Modified Paths: -------------- csw/mgar/pkg/wget/trunk/Makefile csw/mgar/pkg/wget/trunk/checksums Modified: csw/mgar/pkg/wget/trunk/Makefile =================================================================== --- csw/mgar/pkg/wget/trunk/Makefile 2017-02-01 09:50:50 UTC (rev 26095) +++ csw/mgar/pkg/wget/trunk/Makefile 2017-02-03 13:35:54 UTC (rev 26096) @@ -4,7 +4,7 @@ # https://lists.gnu.org/archive/html/bug-wget/2011-09/msg00001.html NAME = wget -VERSION = 1.18 +VERSION = 1.19 DESCRIPTION = A network utility to retrieve files from the Web define BLURB @@ -19,11 +19,15 @@ MASTER_SITES = $(GNU_MIRROR) MASTER_SITES += ftp://ftp.gnu.org/gnu/wget/ +# ftp://ftp.gnu.org/gnu/wget/wget-1.18.tar.xz DISTFILES += $(DISTNAME).tar.xz DISTFILES += map.wget -LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.wget)" +# LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.wget)" +# libgpgme.so has 1.22.7 whereas the default forces down to 1.22.5 +LINKER_MAPS = + VENDOR_URL = http://www.gnu.org/software/wget/ # We need wget for pkgutil downlaod and GAR @@ -39,15 +43,20 @@ PACKAGES += CSWwget SPKG_DESC_CSWwget = A network utility to retrieve files from the web -RUNTIME_DEP_PKGS_CSWwget += CSWlibintl8 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWwget += CSWlibintl9 RUNTIME_DEP_PKGS_CSWwget += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWwget += CSWlibz1 RUNTIME_DEP_PKGS_CSWwget += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWwget += CSWlibidn11 +RUNTIME_DEP_PKGS_CSWwget += CSWlibidn2-0 RUNTIME_DEP_PKGS_CSWwget += CSWlibpcre1 RUNTIME_DEP_PKGS_CSWwget += CSWlibuuid1 -RUNTIME_DEP_PKGS_CSWwget += CSWlibpsl0 +RUNTIME_DEP_PKGS_CSWwget += CSWlibpsl5 +RUNTIME_DEP_PKGS_CSWwget += CSWlibgpgme11 +RUNTIME_DEP_PKGS_CSWwget += CSWlibgpg-error0 RUNTIME_DEP_PKGS_CSWwget += CSWlibmetalink3 +RUNTIME_DEP_PKGS_CSWwget += CSWlibunistring2 +RUNTIME_DEP_PKGS_CSWwget += CSWlibmetalink3 RUNTIME_DEP_PKGS_CSWwget += CSWlibgpgme11 RUNTIME_DEP_PKGS_CSWwget += CSWlibgpg-error0 #Linker prob Modified: csw/mgar/pkg/wget/trunk/checksums =================================================================== --- csw/mgar/pkg/wget/trunk/checksums 2017-02-01 09:50:50 UTC (rev 26095) +++ csw/mgar/pkg/wget/trunk/checksums 2017-02-03 13:35:54 UTC (rev 26096) @@ -1 +1 @@ -af9ca95a4bb8ac4a9bf10aeae66fa5ec wget-1.18.tar.xz +1814393c5955a6148ff6d82c4a9e3c21 wget-1.19.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.