wok rev 25848
Up perl-compress-raw-bzip2 (2.213)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 02 08:53:43 2025 +0000 (11 days ago) |
parents | 7b15df49f34d |
children | 5ce7d1b4d033 |
files | dos33fsprogs/receipt perl-compress-raw-bzip2/receipt perl-config-tiny/receipt |
line diff
1.1 --- a/dos33fsprogs/receipt Mon May 26 22:28:58 2025 +0200 1.2 +++ b/dos33fsprogs/receipt Mon Jun 02 08:53:43 2025 +0000 1.3 @@ -12,6 +12,7 @@ 1.4 #WGET_URL="https://github.com/peterferrie/dos33fsprogs/archive/$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/deater/dos33fsprogs/archive/$VERSION.tar.gz" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.11 @@ -21,6 +22,7 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 + sed -i 's|TRACKS_PER_DISK.*|TRACKS_PER_DISK sector_buffer[VTOC_NUM_TRACKS]|' dos33fs-utils/dos33.h 1.16 sed -i "s|/usr/local|$DESTDIR/usr|" Makefile.inc 1.17 mkdir -p $DESTDIR/usr/bin 1.18 make &&
2.1 --- a/perl-compress-raw-bzip2/receipt Mon May 26 22:28:58 2025 +0200 2.2 +++ b/perl-compress-raw-bzip2/receipt Mon Jun 02 08:53:43 2025 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-compress-raw-bzip2" 2.7 -VERSION="2.101" 2.8 +VERSION="2.213" 2.9 CATEGORY="development" 2.10 SHORT_DESC="PERL low-level interface to bzip2." 2.11 MAINTAINER="erjo@slitaz.org"
3.1 --- a/perl-config-tiny/receipt Mon May 26 22:28:58 2025 +0200 3.2 +++ b/perl-config-tiny/receipt Mon Jun 02 08:53:43 2025 +0000 3.3 @@ -11,11 +11,12 @@ 3.4 3.5 SOURCE="Config-Tiny" 3.6 TARBALL="$SOURCE-$VERSION.tgz" 3.7 -WGET_URL="https://www.cpan.org/modules/by-module/Config/$TARBALL" 3.8 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$TARBALL" 3.9 3.10 DEPENDS="perl" 3.11 BUILD_DEPENDS="perl" 3.12 3.13 +# What is the latest version available today? 3.14 current_version() 3.15 { 3.16 wget -O - $WEB_SITE 2>/dev/null | \