SF.net SVN: gar:[24693] csw/mgar/pkg/wget/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Mar 1 11:31:47 CET 2015


Revision: 24693
          http://sourceforge.net/p/gar/code/24693
Author:   dmichelsen
Date:     2015-03-01 10:31:46 +0000 (Sun, 01 Mar 2015)
Log Message:
-----------
wget/trunk: Update to 1.16.2, add support for libpsl

Modified Paths:
--------------
    csw/mgar/pkg/wget/trunk/Makefile
    csw/mgar/pkg/wget/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/wget/trunk/files/map.wget

Modified: csw/mgar/pkg/wget/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wget/trunk/Makefile	2015-02-27 12:14:16 UTC (rev 24692)
+++ csw/mgar/pkg/wget/trunk/Makefile	2015-03-01 10:31:46 UTC (rev 24693)
@@ -4,7 +4,7 @@
 #     https://lists.gnu.org/archive/html/bug-wget/2011-09/msg00001.html
 
 NAME = wget
-VERSION = 1.15
+VERSION = 1.16.2
 
 DESCRIPTION = A network utility to retrieve files from the Web
 define BLURB
@@ -18,15 +18,24 @@
 endef
 
 MASTER_SITES = $(GNU_MIRROR)
-MASTER_SITES += ftp://alpha.gnu.org/gnu/wget/
-DISTFILES = $(NAME)-$(VERSION).tar.xz
+MASTER_SITES += ftp://ftp.gnu.org/gnu/wget/
+DISTFILES += $(DISTNAME).tar.xz
+DISTFILES += map.wget
 
+LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.wget)"
+
 VENDOR_URL = http://www.gnu.org/software/wget/
 
 # We need wget for pkgutil downlaod and GAR
 PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
 
+BUILD_DEP_PKGS += CSWlibz-dev
+BUILD_DEP_PKGS += CSWlibidn-dev
+BUILD_DEP_PKGS += CSWlibpcre-dev
+BUILD_DEP_PKGS += CSWlibuuid-dev
+BUILD_DEP_PKGS += CSWlibpsl-dev
+
 PACKAGES += CSWwget
 SPKG_DESC_CSWwget = A network utility to retrieve files from the web
 RUNTIME_DEP_PKGS_CSWwget += CSWlibintl8
@@ -36,6 +45,7 @@
 RUNTIME_DEP_PKGS_CSWwget += CSWlibidn11
 RUNTIME_DEP_PKGS_CSWwget += CSWlibpcre1
 RUNTIME_DEP_PKGS_CSWwget += CSWlibuuid1
+RUNTIME_DEP_PKGS_CSWwget += CSWlibpsl0
 
 EXTRA_MODULATORS = STATIC
 MODULATIONS_STATIC = disable enable

Modified: csw/mgar/pkg/wget/trunk/checksums
===================================================================
--- csw/mgar/pkg/wget/trunk/checksums	2015-02-27 12:14:16 UTC (rev 24692)
+++ csw/mgar/pkg/wget/trunk/checksums	2015-03-01 10:31:46 UTC (rev 24693)
@@ -1 +1 @@
-7a279d5ac5594919124d5526e7143e28  wget-1.15.tar.xz
+50b67a11971ecc6d142e634e8436fc0f  wget-1.16.2.tar.xz

Copied: csw/mgar/pkg/wget/trunk/files/map.wget (from rev 24362, csw/mgar/pkg/ghostscript/trunk/files/map.ghostscript)
===================================================================
--- csw/mgar/pkg/wget/trunk/files/map.wget	                        (rev 0)
+++ csw/mgar/pkg/wget/trunk/files/map.wget	2015-03-01 10:31:46 UTC (rev 24693)
@@ -0,0 +1 @@
+libc.so - SUNW_1.22.5 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.5;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list