# HG changeset patch # User Pascal Bellard # Date 1654354070 0 # Node ID 76aba861a11eaf6d2c6d76d94639e15a12f5f705 # Parent fc6443233c97c0f47b06c9d4fe61fc662a195acf glusterfs: update bdeps diff -r fc6443233c97 -r 76aba861a11e getmail/receipt --- a/getmail/receipt Sat Jun 04 12:13:41 2022 +0000 +++ b/getmail/receipt Sat Jun 04 14:47:50 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://pyropus.ca/software/getmail" +WEB_SITE="https://web.archive.org/web/20220520160205/https://pyropus.ca/software/getmail/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.mirrorservice.org/pub/pkgsrc/distfiles/$TARBALL" @@ -17,7 +17,7 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ + wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } diff -r fc6443233c97 -r 76aba861a11e glusterfs/receipt --- a/glusterfs/receipt Sat Jun 04 12:13:41 2022 +0000 +++ b/glusterfs/receipt Sat Jun 04 14:47:50 2022 +0000 @@ -11,7 +11,8 @@ WGET_URL="https://github.com/gluster/glusterfs/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="python readline mpc-library elfutils openssl" -BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev libtirpc-dev liburcu-dev libaio-dev automake" +BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev \ +curl-dev libtirpc-dev liburcu-dev libaio-dev automake" # What is the latest version available today? current_version() diff -r fc6443233c97 -r 76aba861a11e h8300-gdb/receipt --- a/h8300-gdb/receipt Sat Jun 04 12:13:41 2022 +0000 +++ b/h8300-gdb/receipt Sat Jun 04 14:47:50 2022 +0000 @@ -2,7 +2,7 @@ PACKAGE="h8300-gdb" SOURCE="gdb" -VERSION="7.1" +VERSION="7.1a" CATEGORY="development" SHORT_DESC="The GNU Project Debugger targeting the H8/300." MAINTAINER="rcx@zoominternet.net"