# HG changeset patch # User Pascal Bellard # Date 1709118612 0 # Node ID a66f312c374b635dbafc84a8b418dc45e0fa4483 # Parent a37b66b7c2c889eb4ca814285412aeeafee0bb8b tiptop: race condition diff -r a37b66b7c2c8 -r a66f312c374b 2048/receipt --- a/2048/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/2048/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b 8086tiny/receipt --- a/8086tiny/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/8086tiny/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -24,7 +24,7 @@ current_version() { wget -O - https://github.com/adriancable/8086tiny/commits/master 2>/dev/null | \ - sed '/Revision/!d;s|.*sion ||;s|<.*||;q' + sed 's|,|,\n|g' | sed '/"Revision /!d;s|.*:"Revision ||;s|".*||;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b Arkanoid/receipt --- a/Arkanoid/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/Arkanoid/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b Connect-Four/receipt --- a/Connect-Four/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/Connect-Four/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b SkypeFreak/receipt --- a/SkypeFreak/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/SkypeFreak/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/*/*}/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b adbfs-rootless/receipt --- a/adbfs-rootless/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/adbfs-rootless/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b adwaita-icon-theme/receipt --- a/adwaita-icon-theme/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/adwaita-icon-theme/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,10 +15,11 @@ DEPENDS="" BUILD_DEPENDS="" +# What is the latest version available today? current_version() { - wget -O - $(dirname $WGET_URL) 2>/dev/null | \ - sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q + wget -O - $WEB_SITE/tags 2>/dev/null | \ + sed '/alpha/d;/beta/d;/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b aircrack-ng-oui/receipt --- a/aircrack-ng-oui/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/aircrack-ng-oui/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/royhills/arp-scan/commits/master/ieee-oui.txt 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b ajaxterm/receipt --- a/ajaxterm/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/ajaxterm/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/antonylesuisse/qweb/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b alieninvasion/receipt --- a/alieninvasion/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/alieninvasion/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b asciidoc/receipt --- a/asciidoc/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/asciidoc/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Text based document generation" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.methods.co.nz/asciidoc/" +WEB_SITE="https://pypi.org/project/asciidoc/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/project/asciidoc/asciidoc/$VERSION/$TARBALL" diff -r a37b66b7c2c8 -r a66f312c374b asciiquarium/receipt --- a/asciiquarium/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/asciiquarium/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,8 +18,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed '/Asciiquarium v/!d;s|.*sciiquarium v||;q' + wget -O - $WEB_SITE/commits/master 2>/dev/null | \ + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b blazekiss/receipt --- a/blazekiss/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/blazekiss/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/krisxoofoo/blazekiss/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b boulderdash/receipt --- a/boulderdash/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/boulderdash/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/jakesgordon/javascript-boulderdash/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b brotli/receipt --- a/brotli/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/brotli/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' + sed '/tag\/v/!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b checker_online/receipt --- a/checker_online/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/checker_online/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b collectd-bind/receipt --- a/collectd-bind/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/collectd-bind/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -19,8 +19,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ + sed '/rc[0-9]/d;/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b connman-ui/receipt --- a/connman-ui/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/connman-ui/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -2,7 +2,7 @@ PACKAGE="connman-ui" GITHASH="e4a8ddcca0870eb2ece5a7e3ea0296de9c86e5b2" -VERSION=${GITHASH:0:7} +VERSION="20140110" CATEGORY="network" SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan" MAINTAINER="domcox@slitaz.org" @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q' + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b cryptkeeper/receipt --- a/cryptkeeper/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/cryptkeeper/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/bump version to/!d;s|.* to ||;s|<.*||;q' + sed 's|,|,\n|g' | sed '/bump version to/!d;s|.* to ||;s|".*||;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b digger/receipt --- a/digger/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/digger/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/lutzroeder/digger/commits/main 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b diggerjs/receipt --- a/diggerjs/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/diggerjs/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - https://github.com/lutzroeder/digger/commits/main 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b dnstop/receipt --- a/dnstop/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/dnstop/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/measurement-factory/$PACKAGE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b droid-font/receipt --- a/droid-font/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/droid-font/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/aosp-mirror/platform_frameworks_base/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y-%m-%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b dummynet/receipt --- a/dummynet/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/dummynet/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/luigirizzo/dummynet/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b dummynet64/receipt --- a/dummynet64/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/dummynet64/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/luigirizzo/dummynet/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b dzen2/receipt --- a/dzen2/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/dzen2/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/robm/dzen/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b eggwm/receipt --- a/eggwm/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/eggwm/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b electricsheep/receipt --- a/electricsheep/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/electricsheep/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/scottdraves/electricsheep/commits/master 2>/dev/null | \ - sed '/version to [0-9]/!d;s|.* to ||;s|<.*||;q' + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b fbvnc-auth/receipt --- a/fbvnc-auth/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/fbvnc-auth/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - https://github.com/zohead/fbvnc/commits/master 2>/dev/null | \ - sed '/[0-9] version/!d;s|.*">||;s| .*||;q' + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b flag-icons/receipt --- a/flag-icons/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/flag-icons/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - https://github.com/gosquared/flags/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b fltk-2.0.x/receipt --- a/fltk-2.0.x/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/fltk-2.0.x/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://github.com/fltk/fltk-legacy/commits/branch-2.0 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b fontconfig-infinality/receipt --- a/fontconfig-infinality/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/fontconfig-infinality/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/bohoomil/fontconfig-ultimate/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b foo2xqx/receipt --- a/foo2xqx/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/foo2xqx/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ { # wget -O - $WEB_SITE 2>/dev/null | sed '/Current version/!d;s|.*/b> *||;s| *<.*||' wget -O - https://github.com/koenkooi/foo2zjs/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b geeqie/receipt --- a/geeqie/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/geeqie/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/BestImageViewer/geeqie/releases 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' + sed '/tag\/v/!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b gitso/receipt --- a/gitso/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/gitso/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b gnuplot/receipt --- a/gnuplot/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/gnuplot/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Command-line driven interactive data and function plotting." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="http://www.gnuplot.info/" +WEB_SITE="https://sourceforge.net/projects/gnuplot/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r a37b66b7c2c8 -r a66f312c374b httpfs2-enhanced/receipt --- a/httpfs2-enhanced/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/httpfs2-enhanced/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -2,7 +2,7 @@ PACKAGE="httpfs2-enhanced" GITHASH="416cd8d56c75fa470ad8c58791c42212c8cfc0aa" -VERSION=${GITHASH:0:7} +VERSION="20171111" CATEGORY="system-tools" SHORT_DESC="HTTP/HTTPS Filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" @@ -20,7 +20,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q' + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b httptunnel/receipt --- a/httptunnel/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/httptunnel/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -14,7 +14,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b icmptx/receipt --- a/icmptx/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/icmptx/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b imapbox/receipt --- a/imapbox/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/imapbox/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -2,7 +2,7 @@ PACKAGE="imapbox" GITHASH="c7265e34b03ee41963aad243055a5508c9e88fc9" -VERSION=${GITHASH:0:7} +VERSION="20181231" CATEGORY="network" SHORT_DESC="Dump imap inbox in a backupable format: html, json and attachements" MAINTAINER="pascal.bellard@slitaz.org" @@ -18,7 +18,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q' + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b intel2gas/receipt --- a/intel2gas/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/intel2gas/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ { # replace with https://github.com/skywind3000/Intel2GAS ? wget -O - https://github.com/skywind3000/Intel2GAS/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b irssi-scripts/receipt --- a/irssi-scripts/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/irssi-scripts/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/irssi/scripts.irssi.org/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b javascript-boulderdash/receipt --- a/javascript-boulderdash/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/javascript-boulderdash/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://github.com/jakesgordon/javascript-boulderdash/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b javascript-racer/receipt --- a/javascript-racer/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/javascript-racer/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - https://github.com/jakesgordon/javascript-racer/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b jsmin/receipt --- a/jsmin/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/jsmin/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -2,7 +2,7 @@ PACKAGE="jsmin" COMMIT="1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b" -VERSION="${COMMIT:0:10}" +VERSION="20130329" CATEGORY="development" SHORT_DESC="JavaScript minification filter" MAINTAINER="al.bobylev@gmail.com" @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/commits_list_item/!d;s|.*commits/\(..........\).*|\1|;q' + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b kilo/receipt --- a/kilo/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/kilo/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/antirez/kilo/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b kriss_feed/receipt --- a/kriss_feed/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/kriss_feed/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/tontof/kriss_feed/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b logfsprogs/receipt --- a/logfsprogs/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/logfsprogs/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://github.com/prasad-joshi/logfsprogs/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b lorcon-old/receipt --- a/lorcon-old/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/lorcon-old/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/grayburn/lorcon-old/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b lua-readline/receipt --- a/lua-readline/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/lua-readline/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - https://github.com/hleuwer/readline/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package. diff -r a37b66b7c2c8 -r a66f312c374b minesweeper/receipt --- a/minesweeper/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/minesweeper/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b mist-icon-theme/receipt --- a/mist-icon-theme/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/mist-icon-theme/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/lapo/mist-icon-theme/commits/master 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r a37b66b7c2c8 -r a66f312c374b perl-rrd-simple/receipt --- a/perl-rrd-simple/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/perl-rrd-simple/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL" SOURCE="RRD-Simple" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/$SOURCE" +WEB_SITE="https://metacpan.org/dist/$SOURCE" WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL" DEPENDS="perl rrdtool-perl" diff -r a37b66b7c2c8 -r a66f312c374b tiptop/receipt --- a/tiptop/receipt Mon Feb 26 14:52:00 2024 +0000 +++ b/tiptop/receipt Wed Feb 28 11:10:12 2024 +0000 @@ -25,7 +25,7 @@ compile_rules() { ./configure --prefix=/usr && - make && + make -j 1 && make install }