# HG changeset patch # User Pascal Bellard # Date 1712916413 0 # Node ID 0c82700f4debd58826c89f2973b8e1fbbce181ad # Parent 621bae86270ef6592b9da56aefa2a898d3b20642 Update some web_site diff -r 621bae86270e -r 0c82700f4deb cddetect/receipt --- a/cddetect/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/cddetect/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -7,8 +7,8 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.bellut.net/projects.html#cddetect" -WGET_URL="http://www.bellut.net/files/$TARBALL" +WEB_SITE="https://www.bellut.net/projects.html#cddetect" +WGET_URL="https://www.bellut.net/files/$TARBALL" TAGS="CD DVD" # What is the latest version available today? diff -r 621bae86270e -r 0c82700f4deb eigen/receipt --- a/eigen/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/eigen/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="A C++ template library for linear algebra." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MPL2 LGPL BSD" -WEB_SITE="https://eigen.tuxfamily.org/" +WEB_SITE="https://gitlab.com/libeigen/eigen" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://gitlab.com/libeigen/$PACKAGE/-/archive/$VERSION/$TARBALL" @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q + wget -O - 'https://gitlab.com/libeigen/eigen/-/tags?sort=updated_desc' 2>/dev/null | \ + sed '/\/tags\//!d;s|.*">||;s|<.*||;q' } # Rules to configure and make the package. diff -r 621bae86270e -r 0c82700f4deb exiv2-dev/receipt --- a/exiv2-dev/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/exiv2-dev/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Exiv2 development files." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://exiv2.org/" +WEB_SITE="https://github.com/Exiv2/exiv2" DEPENDS="exiv2 pkg-config" WANTED="exiv2" diff -r 621bae86270e -r 0c82700f4deb exiv2/receipt --- a/exiv2/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/exiv2/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Exif and Iptc metadata manipulation library and tools." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://exiv2.org/" +WEB_SITE="https://github.com/Exiv2/exiv2" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/Exiv2/$PACKAGE/archive/v$VERSION.tar.gz" @@ -19,8 +19,8 @@ # What is the latest version available today? current_version() { - wget -O - https://exiv2.org/download.html 2>/dev/null | \ - sed '/Exiv2 v/!d;/ource/!d;s|.*v2-||;s|-.*||;q' + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/nightly/d;/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r 621bae86270e -r 0c82700f4deb libsbc-dev/receipt --- a/libsbc-dev/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/libsbc-dev/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Digital audio encoder and decoder for Bluetooth audio output devices, development files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.bluez.org/" +WEB_SITE="https://www.bluez.org/" WANTED="libsbc" DEPENDS="libsbc pkg-config" diff -r 621bae86270e -r 0c82700f4deb libsbc/receipt --- a/libsbc/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/libsbc/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Digital audio encoder and decoder for Bluetooth audio output devices" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.bluez.org/" +WEB_SITE="https://www.bluez.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://www.kernel.org/pub/linux/bluetooth/sbc-$VERSION.tar.xz" diff -r 621bae86270e -r 0c82700f4deb perl-io-compress/receipt --- a/perl-io-compress/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/perl-io-compress/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="PERL interface to zlib compression library." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/dist/IO-Uncompress-AnyUncompress" +WEB_SITE="https://metacpan.org/pod/IO::Uncompress::AnyUncompress" REPOLOGY="perl:io-compress" SOURCE="IO-Compress" @@ -16,6 +16,7 @@ DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib" BUILD_DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 621bae86270e -r 0c82700f4deb sysstat/receipt --- a/sysstat/receipt Thu Apr 11 14:51:51 2024 +0100 +++ b/sysstat/receipt Fri Apr 12 10:06:53 2024 +0000 @@ -6,10 +6,10 @@ SHORT_DESC="Performance monitoring tools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" +WEB_SITE="https://github.com/sysstat/sysstat/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" +WGET_URL="https://github.com/sysstat/sysstat/archive/v$VERSION.tar.gz" DEPENDS="gcc83-lib-base" BUILD_DEPENDS="bzip2 gcc83 gettext"