wok-current rev 25048
glusterfs: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 14:47:50 2022 +0000 (2022-06-04) |
parents | fc6443233c97 |
children | edba74bff784 |
files | getmail/receipt glusterfs/receipt h8300-gdb/receipt |
line diff
1.1 --- a/getmail/receipt Sat Jun 04 12:13:41 2022 +0000 1.2 +++ b/getmail/receipt Sat Jun 04 14:47:50 2022 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail." 1.5 MAINTAINER="claudinei@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://pyropus.ca/software/getmail" 1.8 +WEB_SITE="https://web.archive.org/web/20220520160205/https://pyropus.ca/software/getmail/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="http://www.mirrorservice.org/pub/pkgsrc/distfiles/$TARBALL" 1.12 @@ -17,7 +17,7 @@ 1.13 # What is the latest version available today? 1.14 current_version() 1.15 { 1.16 - wget -O - $WEB_SITE 2>/dev/null | \ 1.17 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.18 sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.19 } 1.20
2.1 --- a/glusterfs/receipt Sat Jun 04 12:13:41 2022 +0000 2.2 +++ b/glusterfs/receipt Sat Jun 04 14:47:50 2022 +0000 2.3 @@ -11,7 +11,8 @@ 2.4 WGET_URL="https://github.com/gluster/glusterfs/archive/refs/tags/v$VERSION.tar.gz" 2.5 2.6 DEPENDS="python readline mpc-library elfutils openssl" 2.7 -BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev libtirpc-dev liburcu-dev libaio-dev automake" 2.8 +BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev \ 2.9 +curl-dev libtirpc-dev liburcu-dev libaio-dev automake" 2.10 2.11 # What is the latest version available today? 2.12 current_version()
3.1 --- a/h8300-gdb/receipt Sat Jun 04 12:13:41 2022 +0000 3.2 +++ b/h8300-gdb/receipt Sat Jun 04 14:47:50 2022 +0000 3.3 @@ -2,7 +2,7 @@ 3.4 3.5 PACKAGE="h8300-gdb" 3.6 SOURCE="gdb" 3.7 -VERSION="7.1" 3.8 +VERSION="7.1a" 3.9 CATEGORY="development" 3.10 SHORT_DESC="The GNU Project Debugger targeting the H8/300." 3.11 MAINTAINER="rcx@zoominternet.net"