[Lunar-commits] r15322 - moonbase/trunk/ftp/wget

Terry Chan tchan at lunar-linux.org
Fri Jun 10 14:12:05 UTC 2005


Author: tchan
Date: 2005-06-10 14:12:05 +0000 (Fri, 10 Jun 2005)
New Revision: 15322

Modified:
   moonbase/trunk/ftp/wget/CONFLICTS
   moonbase/trunk/ftp/wget/DETAILS
   moonbase/trunk/ftp/wget/POST_INSTALL
Log:
Version bump to wget-1.10.  Fixed the w3c-libwww checking code to use
set_module_config correctly.


Modified: moonbase/trunk/ftp/wget/CONFLICTS
===================================================================
--- moonbase/trunk/ftp/wget/CONFLICTS	2005-06-10 14:10:19 UTC (rev 15321)
+++ moonbase/trunk/ftp/wget/CONFLICTS	2005-06-10 14:12:05 UTC (rev 15322)
@@ -1,4 +1,4 @@
 if  module_installed  w3c-libwww;  then
   lrm  w3c-libwww
-  LIN_LIBWWW="y"
+  set_module_config LIN_LIBWWW y
 fi

Modified: moonbase/trunk/ftp/wget/DETAILS
===================================================================
--- moonbase/trunk/ftp/wget/DETAILS	2005-06-10 14:10:19 UTC (rev 15321)
+++ moonbase/trunk/ftp/wget/DETAILS	2005-06-10 14:12:05 UTC (rev 15322)
@@ -1,13 +1,12 @@
           MODULE=wget
-         VERSION=1.9.1
-         #VERSION=1.9
+         VERSION=1.10
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-     SOURCE_VFY=md5:e6051f1e1487ec0ebfdbda72bedc70ad
+      SOURCE_VFY=sha1:2204e65f08e23b3cf5ff83210a669d2e5267a2d0
         WEB_SITE=http://sunsite.dk/wget
          ENTERED=20010922
-         UPDATED=20031114
+         UPDATED=20050610
            SHORT="wget retreives files from web and ftp sites."
 cat << EOF
 Wget - Retrieves files from the Web

Modified: moonbase/trunk/ftp/wget/POST_INSTALL
===================================================================
--- moonbase/trunk/ftp/wget/POST_INSTALL	2005-06-10 14:10:19 UTC (rev 15321)
+++ moonbase/trunk/ftp/wget/POST_INSTALL	2005-06-10 14:12:05 UTC (rev 15322)
@@ -1,3 +1,7 @@
-if  [  -n  "$LIN_LIBWWW"  ];  then
+LIN_LIBWWW="$(get_module_config LIN_LIBWWW)"
+
+if  [ "$LIN_LIBWWW" = "y" ];  then
   lin -c w3c-libwww
 fi
+
+unset_module_config LIN_LIBWWW



More information about the Lunar-commits mailing list