r23449 - gnucash/trunk - Fix price quotes installation on Windows

Geert Janssens gjanssens at code.gnucash.org
Tue Nov 26 17:23:13 EST 2013


Author: gjanssens
Date: 2013-11-26 17:23:12 -0500 (Tue, 26 Nov 2013)
New Revision: 23449
Trac: http://svn.gnucash.org/trac/changeset/23449

Modified:
   gnucash/trunk/packaging/win32/getperl.vbs
   gnucash/trunk/packaging/win32/install-fq-mods.cmd
   gnucash/trunk/src/quotes/gnc-fq-update.in
Log:
Fix price quotes installation on Windows

The default perl version was too old for DateManip's dependencies
A couple of cosmetic tweaks

Modified: gnucash/trunk/packaging/win32/getperl.vbs
===================================================================
--- gnucash/trunk/packaging/win32/getperl.vbs	2013-11-26 22:23:03 UTC (rev 23448)
+++ gnucash/trunk/packaging/win32/getperl.vbs	2013-11-26 22:23:12 UTC (rev 23449)
@@ -11,7 +11,7 @@
 strHDLocation = Wscript.Arguments.Item(0)
 
 ' Set your settings
-    strFileURL    = "http://strawberry-perl.googlecode.com/files/strawberry-perl-5.12.3.0.msi"
+    strFileURL    = "https://strawberry-perl.googlecode.com/files/strawberry-perl-5.18.1.1-win32.msi"
 
     Wscript.Echo "   copying " & strFileURL
     Wscript.Echo "   to "  & strHDLocation

Modified: gnucash/trunk/packaging/win32/install-fq-mods.cmd
===================================================================
--- gnucash/trunk/packaging/win32/install-fq-mods.cmd	2013-11-26 22:23:03 UTC (rev 23448)
+++ gnucash/trunk/packaging/win32/install-fq-mods.cmd	2013-11-26 22:23:12 UTC (rev 23449)
@@ -17,6 +17,7 @@
 if %errorlevel% equ 0 goto chkver
 echo. 
 echo   No Perl executable found, attempt to install Strawberry Perl
+echo   This may take a while depending on your network speed
 
 REM ----------------------------------------------------------------------------
 echo.

Modified: gnucash/trunk/src/quotes/gnc-fq-update.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-update.in	2013-11-26 22:23:03 UTC (rev 23448)
+++ gnucash/trunk/src/quotes/gnc-fq-update.in	2013-11-26 22:23:12 UTC (rev 23449)
@@ -28,7 +28,7 @@
   print "\n";
   print "You probably need to be root before running gnc-fq-update.";
   print "\n\n";
-  print "Are you shure, you want to update parts of your Perl library? (y/n) ";
+  print "Are you sure, you want to update parts of your Perl library? (y/n) ";
 
   my $input = <STDIN>;
   chomp ($input);



More information about the gnucash-changes mailing list