Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16931/perlmod/Fink

Modified Files:
        ChangeLog NetAccess.pm 
Log Message:
Reconfigure the nonverbose flag for wget due to upstream changes:

--non-verbose in wget < 1.10
--no-verbose in wget >= 1.10
-nv for all versions.


Index: NetAccess.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/NetAccess.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- NetAccess.pm        20 Jul 2005 20:27:46 -0000      1.43
+++ NetAccess.pm        21 Sep 2005 18:20:22 -0000      1.44
@@ -352,7 +352,7 @@
                if ($config->verbosity_level() >= 1) {
                        $cmd .= " --verbose";
                } else {
-                       $cmd .= " --non-verbose";
+                       $cmd .= " -nv";
                }
                if ($config->param_boolean("ProxyPassiveFTP")) {
                        $cmd .= " --passive-ftp";

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1142
retrieving revision 1.1143
diff -u -d -r1.1142 -r1.1143
--- ChangeLog   17 Sep 2005 09:23:08 -0000      1.1142
+++ ChangeLog   21 Sep 2005 18:20:22 -0000      1.1143
@@ -1,3 +1,10 @@
+2005-09-21     Alexander Hansen <[EMAIL PROTECTED]>
+
+       * NetAccess.pm: wget versions >= 1.10 use -no-verbose instead of 
+       --non-verbose (arguably more GNU-standard).  In order that we may 
release
+       a 1.10.x package use the short flag (-nv) instead as that is usable by 
both 
+       wget < 1.10 and wget >= 1.10.
+
 2005-09-16  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * Notify.pm, Services.pm: Use generic way to find "sub-packages".



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to