# HG changeset patch # User Hans-G?nter Theisgen # Date 1649499092 -3600 # Node ID fc2903dd32f5bdca5b4c30cef6f868a6e8f6d777 # Parent 5d4991abf806492c5628fa3f6f4c056969ae71ea# Parent a6b997a82f3960fd78e6f5611ad8e1b53faaccaf updated mercurial (5.3.1 -> 6.1.1) diff -r 5d4991abf806 -r fc2903dd32f5 cmospwd/receipt --- a/cmospwd/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/cmospwd/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -12,6 +12,13 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://www.cgsecurity.org/$TARBALL" +# What is the latest version available today? +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/cmospwd-/!d;/tar..z/!d;s|.*cmospwd-||;s|.tar.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 5d4991abf806 -r fc2903dd32f5 decibel/receipt --- a/decibel/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/decibel/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -16,6 +16,13 @@ BUILD_DEPENDS="findutils gettext" # findutils is needed to install locale files +# What is the latest version available today? +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/atest version/!d;s|.*||;s|<.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 5d4991abf806 -r fc2903dd32f5 duat/receipt --- a/duat/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/duat/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE" -WEB_SITE="https://github.com/valodzka/duat" +WEB_SITE="https://code.google.com/archive/p/duat/" WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/duat/$TARBALL" DEPENDS="perl" diff -r 5d4991abf806 -r fc2903dd32f5 enna/receipt --- a/enna/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/enna/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -21,6 +21,13 @@ expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \ xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev" +# What is the latest version available today? +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/is available/!d;s|.*[ (]v|v|;s|[ )].*||;q' +} + # Handle cross compilation case "$ARCH" in i?86) BUILD_DEPENDS="$BUILD_DEPENDS mercurial automake " ;; diff -r 5d4991abf806 -r fc2903dd32f5 gamin-dev/receipt --- a/gamin-dev/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/gamin-dev/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" WANTED="gamin" -WEB_SITE="https://www.gnome.org/~veillard/gamin/" +WEB_SITE="https://gitlab.gnome.org/Archive/gamin" DEPENDS="pkg-config" diff -r 5d4991abf806 -r fc2903dd32f5 gamin/receipt --- a/gamin/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/gamin/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.gnome.org/~veillard/gamin/" +WEB_SITE="https://gitlab.gnome.org/Archive/gamin" WGET_URL="https://www.gnome.org/~veillard/gamin/sources/$TARBALL" #HOST_ARCH="i486 arm" @@ -16,6 +16,13 @@ DEPENDS="glib" BUILD_DEPENDS="pkg-config glib glib-dev gtk+-dev" +# What is the latest version available today? +current_version() +{ + wget -O - https://gitlab.gnome.org/Archive/gamin/-/tags?sort=updated_desc 2>/dev/null | \ + sed '/item-title/!d;s|.*GAMIN_||;s|<.*||;s|_|.|g;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 5d4991abf806 -r fc2903dd32f5 gnome-ppp/receipt --- a/gnome-ppp/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/gnome-ppp/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -6,7 +6,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" SHORT_DESC="A GNOME 2 WvDial frontend" -WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41" +WEB_SITE="https://web.archive.org/web/20100728041618/http://www.gnomefiles.org:80/app.php?soft_id=41" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$TARBALL" TAGS="modem 3G" diff -r 5d4991abf806 -r fc2903dd32f5 libbonobo-dev/receipt --- a/libbonobo-dev/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/libbonobo-dev/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="devel files for libbonobo" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://developer.gnome.org/libbonobo/" +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" WANTED="libbonobo" DEPENDS="libbonobo pkg-config" diff -r 5d4991abf806 -r fc2903dd32f5 libbonobo/receipt --- a/libbonobo/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/libbonobo/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://developer.gnome.org/libbonobo/" +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="glib ORBit2 libxml2 libglade" diff -r 5d4991abf806 -r fc2903dd32f5 libbonoboui-dev/receipt --- a/libbonoboui-dev/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/libbonoboui-dev/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="The libbonoboui development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://developer.gnome.org/libbonobo/" +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" WANTED="libbonoboui" DEPENDS="libbonoboui libgnomecanvas-dev pkg-config" diff -r 5d4991abf806 -r fc2903dd32f5 libbonoboui/receipt --- a/libbonoboui/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/libbonoboui/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="The libbonoboui package contains libbonoboui libraries." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://developer.gnome.org/libbonobo/" +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 5d4991abf806 -r fc2903dd32f5 non-studio/receipt --- a/non-studio/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/non-studio/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -21,6 +21,13 @@ i?86) BUILD_DEPENDS="$BUILD_DEPENDS git python" esac +# What is the latest version available today? +current_version() +{ + wget -O - https://non.tuxfamily.org/wiki/News 2>/dev/null | \ + sed '/nnouncement/!d;s|.*nnouncement v||;s|<.*||;q' +} + # Rules to configure and make the package. --project=mixer compile_rules() { diff -r 5d4991abf806 -r fc2903dd32f5 pdnsd/receipt --- a/pdnsd/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/pdnsd/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="A proxy DNS server with permanent caching." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://members.home.nl/p.a.rombouts/pdnsd" +WEB_SITE="https://web.archive.org/web/20201203080556/members.home.nl/p.a.rombouts/pdnsd/" TARBALL="$PACKAGE-$VERSION-par.tar.gz" WGET_URL="$WEB_SITE/releases/$TARBALL" CONFIG_FILES="/etc/pdnsd.conf" diff -r 5d4991abf806 -r fc2903dd32f5 puppet-dashboard/receipt --- a/puppet-dashboard/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/puppet-dashboard/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.puppetlabs.com/" +WEB_SITE="https://github.com/puppetlabs/puppet" WGET_URL="http://downloads.puppetlabs.com/dashboard/$TARBALL" DEPENDS="ruby puppet" diff -r 5d4991abf806 -r fc2903dd32f5 puppet/receipt --- a/puppet/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/puppet/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.puppetlabs.com/" +WEB_SITE="https://github.com/puppetlabs/puppet" WGET_URL="http://downloads.puppetlabs.com/puppet/$TARBALL" DEPENDS="ruby facter" diff -r 5d4991abf806 -r fc2903dd32f5 rsstail/receipt --- a/rsstail/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/rsstail/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -14,6 +14,13 @@ DEPENDS="curl libmrss libnxml" BUILD_DEPENDS="curl-dev libcurl libnxml-dev libmrss-dev" +# What is the latest version available today? +current_version() +{ + wget -O - https://raw.githubusercontent.com/oldlaptop/rsstail/master/Makefile 2>/dev/null | \ + sed '/VERSION/!d;s|.*=||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 5d4991abf806 -r fc2903dd32f5 tiptop/receipt --- a/tiptop/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/tiptop/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -9,11 +9,18 @@ WEB_SITE="https://github.com/FeCastle/tiptop" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}releases/$TARBALL" +WGET_URL="http://tiptop.gforge.inria.fr/releases/$TARBALL" DEPENDS="libxml2 ncurses" BUILD_DEPENDS="bison flex libxml2-dev m4 ncurses-dev" +# What is the latest version available today? +current_version() +{ + wget -O - https://raw.githubusercontent.com/FeCastle/tiptop/master/configure.ac 2>/dev/null | \ + sed '/AC_INIT/!d;s|.*.tiptop., .||;s|].*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 5d4991abf806 -r fc2903dd32f5 tyrian/receipt --- a/tyrian/receipt Sat Apr 09 11:10:54 2022 +0100 +++ b/tyrian/receipt Sat Apr 09 11:11:32 2022 +0100 @@ -7,11 +7,18 @@ MAINTAINER="mallory@sweetpeople.org" BUILD_DEPENDS="wget" TARBALL="$PACKAGE$VERSION.zip" -WEB_SITE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home" +WEB_SITE="https://github.com/opentyrian/opentyrian" WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL" LICENSE="other" +# What is the latest version available today? +current_version() +{ + wget -O - https://github.com/opentyrian/opentyrian/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() {