Author: bdubbs
Date: Thu Jan 11 13:53:52 2018
New Revision: 19666

Log:
Updates for sourforge - Chapters 14=26

Modified:
   trunk/scripts/blfs-chapter14.php
   trunk/scripts/blfs-chapter17.php
   trunk/scripts/blfs-chapter25.php
   trunk/scripts/blfs-chapter26.php

Modified: trunk/scripts/blfs-chapter14.php
==============================================================================
--- trunk/scripts/blfs-chapter14.php    Thu Jan 11 13:41:11 2018        (r19665)
+++ trunk/scripts/blfs-chapter14.php    Thu Jan 11 13:53:52 2018        (r19666)
@@ -18,10 +18,7 @@
 
 //$current="bridge-utils";
 
-$regex[ 'nfs-utils'       ] = "/^.*Download nfs-utils-(\d[\d\.]+\d).tar.*$/";
-$regex[ 'rpcbind'         ] = "/^.*Download rpcbind-(\d[\d\.]+\d).tar.*$/";
 $regex[ 'wireless_tools.' ] = "/^.*latest stable.*version (\d\d).*$/";
-$regex[ 'traceroute'      ] = "/^.*Download traceroute-([\d\.]*).tar.*$/";
 $regex[ 'wicd'            ] = "/^.*Latest version is ([\d\.]*).*$/";
 
 $url_fix = array (

Modified: trunk/scripts/blfs-chapter17.php
==============================================================================
--- trunk/scripts/blfs-chapter17.php    Thu Jan 11 13:41:11 2018        (r19665)
+++ trunk/scripts/blfs-chapter17.php    Thu Jan 11 13:53:52 2018        (r19666)
@@ -16,11 +16,9 @@
 //$current="lynx";
 
 $regex = array();
-$regex[ 'w3m'           ] = "/^.*Download w3m-(\d[\d\.]+\d).tar.*$/";
 $regex[ 'serf'          ] = "/^.*Serf is ([\d\.]+\d).*$/";
 $regex[ 'neon'          ] = "/^.*neon-(\d[\d\.]*).tar.*$/";
 $regex[ 'libevent'      ] = "/^.*release-(\d[\d\.]*)-stable.*$/";
-$regex[ 'fetchmail'     ] = "/^.*Download fetchmail-(\d[\d\.]*).tar.*$/";
 $regex[ 'libnsl'        ] = "/^.*libnsl ([\d\.]+\d)*$/";
 $regex[ 'rpcsvc-proto'  ] = "/^.*Version ([\d\.]+\d)*$/";
 

Modified: trunk/scripts/blfs-chapter25.php
==============================================================================
--- trunk/scripts/blfs-chapter25.php    Thu Jan 11 13:41:11 2018        (r19665)
+++ trunk/scripts/blfs-chapter25.php    Thu Jan 11 13:53:52 2018        (r19666)
@@ -23,7 +23,6 @@
 //$current="libepoxy"; // For debugging
 
 $regex = array();
-$regex[ 'freeglut' ] = "/^.*Download freeglut-(\d[\d\.]+\d).tar.*$/";
 
 $url_fix = array (
    array( 'pkg'     => 'freeglut',

Modified: trunk/scripts/blfs-chapter26.php
==============================================================================
--- trunk/scripts/blfs-chapter26.php    Thu Jan 11 13:41:11 2018        (r19665)
+++ trunk/scripts/blfs-chapter26.php    Thu Jan 11 13:53:52 2018        (r19666)
@@ -14,8 +14,7 @@
 $ignores = array();
 
 $regex = array();
-$regex[ 'fluxbox' ] = "/^.*current version of Fluxbox is (\d[\d\.]+\d).*$/";
-$regex[ 'lxdm'    ] = "/^.*Download lxdm-(\d[\d\.]+\d).*$/";
+//$regex[ 'fluxbox' ] = "/^.*current version of Fluxbox is (\d[\d\.]+\d).*$/";
 
 //$current="lxde-icon-theme";  # For debugging
 
@@ -23,7 +22,7 @@
 
    array( 'pkg'     => 'fluxbox',
           'match'   => '^.*$', 
-          'replace' => "http://www.fluxbox.org/download"; ),
+          'replace' => "https://sourceforge.net/projects/fluxbox/files"; ),
 
    array( 'pkg'     => 'icewm',
           'match'   => '^.*$', 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to