# HG changeset patch # User Pascal Bellard # Date 1665678493 0 # Node ID 362a5a98467f66fdb9405207fd17842504731748 # Parent 3b9684a8901fe69ff77b1915da44c48dee2c0af2 Up foomatic-db-nonfree (20221012) diff -r 3b9684a8901f -r 362a5a98467f bcrypt/receipt --- a/bcrypt/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/bcrypt/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="BSD" WEB_SITE="https://bcrypt.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://bcrypt.sourceforge.net/${TARBALL}" +WGET_URL="https://bcrypt.sourceforge.net/${TARBALL}" TAGS="encrypt" DEPENDS="zlib" diff -r 3b9684a8901f -r 362a5a98467f bridge-utils/receipt --- a/bridge-utils/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/bridge-utils/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" +WEB_SITE="https://wiki.linuxfoundation.org/networking/bridge" WGET_URL="https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/$TARBALL" TAGS="ethernet bridge" diff -r 3b9684a8901f -r 362a5a98467f espeak-dev/receipt --- a/espeak-dev/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/espeak-dev/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Speech synthesizer development files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" -WEB_SITE="https://espeak.sourceforge.io/" +WEB_SITE="https://github.com/espeak-ng/espeak-ng" WANTED="espeak" HOST_ARCH="i486 arm" diff -r 3b9684a8901f -r 362a5a98467f espeak/receipt --- a/espeak/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/espeak/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Speech synthesizer." MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" -WEB_SITE="https://espeak.sourceforge.io/" +WEB_SITE="https://github.com/espeak-ng/espeak-ng" TARBALL="$PACKAGE-$VERSION-source.zip" #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -20,9 +20,8 @@ # What is the latest version available today? current_version() { - wget -O - https://sourceforge.net/projects/espeak/files/espeak/ 2>/dev/null | \ - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ - sed '/scope="row/!d;/-source/!d;s|.*espeak-.*espeak-||;s|-source.*||;q' + wget -O - https://github.com/espeak-ng/espeak-ng/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r 3b9684a8901f -r 362a5a98467f foomatic-db-nonfree/receipt --- a/foomatic-db-nonfree/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/foomatic-db-nonfree/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="foomatic-db-nonfree" -VERSION="20210824" +VERSION="20221012" CATEGORY="system-tools" SHORT_DESC="database engine generates PPD files from the data in Foomatic's XML database" MAINTAINER="jozee@slitaz.org" diff -r 3b9684a8901f -r 362a5a98467f iat/receipt --- a/iat/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/iat/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -12,7 +12,7 @@ HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$WEB_SITE/files/$TARBALL" +WGET_URL="$SF_MIRROR/iat.berlios/$TARBALL" DEPENDS="" BUILD_DEPENDS="" diff -r 3b9684a8901f -r 362a5a98467f libpqxx/receipt --- a/libpqxx/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/libpqxx/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://pqxx.org/development/libpqxx/" +WEB_SITE="https://github.com/jtv/libpqxx/" WGET_URL="https://github.com/jtv/libpqxx/archive/$VERSION.tar.gz" BUILD_DEPENDS="gcc49 postgresql-dev" diff -r 3b9684a8901f -r 362a5a98467f libtirpc-dev/receipt --- a/libtirpc-dev/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/libtirpc-dev/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Transport-Independent RPC library, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://sourceforge.net/projects/libtirpc" +WEB_SITE="https://sourceforge.net/projects/libtirpc/" DEPENDS="libtirpc pkg-config" WANTED="libtirpc" diff -r 3b9684a8901f -r 362a5a98467f libtirpc/receipt --- a/libtirpc/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/libtirpc/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Transport-Independent RPC library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://sourceforge.net/projects/libtirpc" +WEB_SITE="https://sourceforge.net/projects/libtirpci/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 3b9684a8901f -r 362a5a98467f pwgen/receipt --- a/pwgen/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/pwgen/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -15,7 +15,7 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ + wget -O - https://github.com/tytso/pwgen/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } diff -r 3b9684a8901f -r 362a5a98467f terminus-font-base/receipt --- a/terminus-font-base/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/terminus-font-base/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="8x14 Unicode console font" MAINTAINER="al.bobylev@gmail.com" LICENSE="OFL" -WEB_SITE="https://sourceforge.net/projects/terminus-font" +WEB_SITE="https://sourceforge.net/projects/terminus-font/" SOURCE="terminus-font" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" diff -r 3b9684a8901f -r 362a5a98467f terminus-font/receipt --- a/terminus-font/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/terminus-font/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Monospaced font designed for long (8+ hours per day) work with computers." MAINTAINER="al.bobylev@gmail.com" LICENSE="OFL" -WEB_SITE="https://sourceforge.net/projects/terminus-font" +WEB_SITE="https://sourceforge.net/projects/terminus-font/" WANTED="terminus-font-base" DEPENDS="terminus-font-base" diff -r 3b9684a8901f -r 362a5a98467f xine-lib/receipt --- a/xine-lib/receipt Thu Oct 13 17:05:46 2022 +0100 +++ b/xine-lib/receipt Thu Oct 13 16:28:13 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Xine video library." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.xine-project.org/" +WEB_SITE="https://xine-project.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/project/xine/$PACKAGE/$VERSION/$TARBALL"