Author: bdubbs
Date: Fri Sep 7 13:23:37 2018
New Revision: 20471
Log:
Fix currency for tidy and libpsl
Modified:
trunk/scripts/blfs-chapter11.php
trunk/scripts/blfs-chapter17.php
trunk/scripts/blfs-include.php
Modified: trunk/scripts/blfs-chapter11.php
==============================================================================
--- trunk/scripts/blfs-chapter11.php Fri Sep 7 10:38:09 2018 (r20470)
+++ trunk/scripts/blfs-chapter11.php Fri Sep 7 13:23:37 2018 (r20471)
@@ -187,7 +187,8 @@
return find_max( $lines, '/tree/', '/^.*tree-([\d\.]+).tgz.*$/' );
if ( $book_index == "tidy-html5" )
- return find_max( $lines, '/tidy/', '/^.*tidy-html5-([\d\.]+).tar.*$/' );
+ return find_max( $lines, '/tidy/', '/^.*tidy-([\d\.]+).*$/' );
+ //return find_max( $lines, '/tidy/', '/^.*tidy-html5-([\d\.]+).tar.*$/' );
if ( $book_index == "rep-gtk" )
return find_max( $lines, '/rep-gtk/', '/^.*rep-gtk[_-]([\d\.]+).tar.*$/' );
Modified: trunk/scripts/blfs-chapter17.php
==============================================================================
--- trunk/scripts/blfs-chapter17.php Fri Sep 7 10:38:09 2018 (r20470)
+++ trunk/scripts/blfs-chapter17.php Fri Sep 7 13:23:37 2018 (r20471)
@@ -48,6 +48,10 @@
'match' => '^.*$',
'replace' => "http://serf.apache.org/download" ),
+ array( 'pkg' => 'libpsl',
+ 'match' => '^.*$',
+ 'replace' => "https://github.com/rockdaboot/libpsl/releases" ),
+
array( 'pkg' => 'libtirpc',
'match' => '^.*$',
'replace' =>
"http://sourceforge.net/projects/libtirpc/files/libtirpc" ),
Modified: trunk/scripts/blfs-include.php
==============================================================================
--- trunk/scripts/blfs-include.php Fri Sep 7 10:38:09 2018 (r20470)
+++ trunk/scripts/blfs-include.php Fri Sep 7 13:23:37 2018 (r20471)
@@ -263,8 +263,10 @@
$basename = "firefox";
// Skip chromium-freetype
- if ( preg_match( "/chromium-freetype/", $line ) )
- continue;
+ if ( preg_match( "/chromium-freetype/", $line ) ) continue;
+
+ // Skip UCD.zip in ibus package
+ if ( preg_match( "/UCD/", $line ) ) continue;
if ( $version == "biblatex-biber" )
{
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page