wok rev 25530

Up perl-io (1.51)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 09:07:28 2023 +0000 (14 months ago)
parents a207ae6fc9cd
children 595fe6959202
files apr-util/receipt memtest/receipt memtest64/receipt perl-io/receipt
line diff
     1.1 --- a/apr-util/receipt	Sat Feb 25 14:14:14 2023 +0100
     1.2 +++ b/apr-util/receipt	Mon Feb 27 09:07:28 2023 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://apr.apache.org"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WGET_URL="https://www.apache.org/dist/apr/$TARBALL"
     1.8 +WGET_URL="https://archive.apache.org/dist/apr/$TARBALL"
     1.9  
    1.10  DEPENDS="apr expat ncurses readline zlib"
    1.11  BUILD_DEPENDS="apr-dev expat-dev gawk libmysqlclient 
     2.1 --- a/memtest/receipt	Sat Feb 25 14:14:14 2023 +0100
     2.2 +++ b/memtest/receipt	Mon Feb 27 09:07:28 2023 +0000
     2.3 @@ -93,7 +93,8 @@
     2.4  	! grep -qs 'Check memory' $1/boot/isolinux/isolinux.cfg && sed -i \
     2.5  's|LABEL md5|LABEL memtest mem ram\
     2.6  	MENU LABEL Check memory\
     2.7 -	KERNEL /boot/memtest.exe\
     2.8 +	COM32 c32box.c32\
     2.9 +	APPEND linux /boot/memtest.exe\
    2.10  \n&|' $1/boot/isolinux/isolinux.cfg
    2.11  	true
    2.12  }
     3.1 --- a/memtest64/receipt	Sat Feb 25 14:14:14 2023 +0100
     3.2 +++ b/memtest64/receipt	Mon Feb 27 09:07:28 2023 +0000
     3.3 @@ -83,7 +83,8 @@
     3.4  	! grep -qs 'Check memory' $1/boot/isolinux/isolinux.cfg && sed -i \
     3.5  's|LABEL md5|LABEL memtest mem ram\
     3.6  	MENU LABEL Check memory\
     3.7 -	KERNEL /boot/memtest.exe\
     3.8 +	COM32 c32box.c32\
     3.9 +	APPEND linux /boot/memtest.exe\
    3.10  \n&|' $1/boot/isolinux/isolinux.cfg
    3.11  	true
    3.12  }
     4.1 --- a/perl-io/receipt	Sat Feb 25 14:14:14 2023 +0100
     4.2 +++ b/perl-io/receipt	Mon Feb 27 09:07:28 2023 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="perl-io"
     4.7 -VERSION="1.48"
     4.8 +VERSION="1.51"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Perl extension IO."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -11,7 +11,7 @@
    4.13  
    4.14  SOURCE="IO"
    4.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    4.16 -WGET_URL="https://www.cpan.org/modules/by-module/IO/$TARBALL"
    4.17 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    4.18  
    4.19  DEPENDS="perl"
    4.20  BUILD_DEPENDS="perl"