# HG changeset patch # User Pascal Bellard # Date 1673776695 0 # Node ID fb82383c591b7146b3261b2fd70127ad4b92db36 # Parent c5245e11296bc309390977c093f447182088a943 Up memtest-efi* (6.01) diff -r c5245e11296b -r fb82383c591b dhcp/receipt --- a/dhcp/receipt Wed Jan 11 14:20:29 2023 +0000 +++ b/dhcp/receipt Sun Jan 15 09:58:15 2023 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.isc.org/dhcp/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://fossies.org/linux/misc/$TARBALL" +WGET_URL="https://ftp.isc.org/isc/dhcp/$VERSION/$TARBALL" DEPENDS="libcrypto" BUILD_DEPENDS="file perl" diff -r c5245e11296b -r fb82383c591b dhcp6/receipt --- a/dhcp6/receipt Wed Jan 11 14:20:29 2023 +0000 +++ b/dhcp6/receipt Sun Jan 15 09:58:15 2023 +0000 @@ -10,7 +10,7 @@ SOURCE="dhcp" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://fossies.org/linux/misc/$TARBALL" +WGET_URL="https://ftp.isc.org/isc/dhcp/$SOURCE/$TARBALL" PROVIDE="dhcp" DEPENDS="libcrypto" diff -r c5245e11296b -r fb82383c591b ftjam/receipt --- a/ftjam/receipt Wed Jan 11 14:20:29 2023 +0000 +++ b/ftjam/receipt Sun Jan 15 09:58:15 2023 +0000 @@ -6,7 +6,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="BSD" SHORT_DESC="FT Jam - an enhanced version of the Jam build tool" -WEB_SITE="http://freetype.org/jam/" +WEB_SITE="https://freetype.org/jam/" PROVIDE="jam" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://www.mirrorservice.org/sites/download.salixos.org/i486/14.0/source/d/$PACKAGE/$TARBALL" diff -r c5245e11296b -r fb82383c591b memtest-efi32/receipt --- a/memtest-efi32/receipt Wed Jan 11 14:20:29 2023 +0000 +++ b/memtest-efi32/receipt Sun Jan 15 09:58:15 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="memtest-efi32" -VERSION="6.00b2" +VERSION="6.01" CATEGORY="base-system" SHORT_DESC="Memory failures detection tool." MAINTAINER="pascal.bellard@slitaz.org" diff -r c5245e11296b -r fb82383c591b memtest-efi64/receipt --- a/memtest-efi64/receipt Wed Jan 11 14:20:29 2023 +0000 +++ b/memtest-efi64/receipt Sun Jan 15 09:58:15 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="memtest-efi64" -VERSION="6.00b2" +VERSION="6.01" CATEGORY="base-system" SHORT_DESC="Memory failures detection tool." MAINTAINER="pascal.bellard@slitaz.org" diff -r c5245e11296b -r fb82383c591b wmctrl/receipt --- a/wmctrl/receipt Wed Jan 11 14:20:29 2023 +0000 +++ b/wmctrl/receipt Sun Jan 15 09:58:15 2023 +0000 @@ -6,10 +6,10 @@ SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager." MAINTAINER="yuripourre@gmail.com" LICENSE="GPL" -WEB_SITE="http://tripie.sweb.cz/utils/wmctrl/" +WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}dist/$TARBALL" +WGET_URL="https://7010c55d-a-62cb3a1a-s-sites.googlegroups.com/site/tstyblo/wmctrl/$TARBALL" DEPENDS="glib" BUILD_DEPENDS="glib-dev" @@ -18,7 +18,7 @@ current_version() { wget -O - $WEB_SITE 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q + sed '/Current version/!d;s|.*: ||;s|<.*||' } # Rules to configure and make the package. @@ -32,6 +32,7 @@ make DESTDIR=$DESTDIR install } +# Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr