wok rev 25843
Update some urls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 21 09:04:33 2025 +0000 (3 weeks ago) |
parents | 3e7bcaeb68e6 |
children | 75bf9c4d1a41 |
files | anthy-dev/receipt anthy/receipt gadmin-antivirus/receipt gadmin-bind/receipt gadmin-dhcpd/receipt gadmin-httpd/receipt gadmin-openvpn-client/receipt gadmin-openvpn-server/receipt gadmin-proftpd/receipt gadmin-rsync/receipt gadmin-samba/receipt gadmin-sendmail/receipt gadmin-squid/receipt gadmin-sshd/receipt hp15c/receipt kazehakase/receipt lionwiki/receipt mktorrent/receipt paper-gtk-theme/receipt ruby-gtk2/receipt zsync/receipt |
line diff
1.1 --- a/anthy-dev/receipt Thu May 15 11:37:45 2025 +0000 1.2 +++ b/anthy-dev/receipt Wed May 21 09:04:33 2025 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Hiragana text to Kana Kanji mixed text Japanese input method - development files." 1.5 MAINTAINER="maintainer@slitaz.org" 1.6 LICENSE="GPL2+" 1.7 -WEB_SITE="https://osdn.net/projects/anthy/" 1.8 +WEB_SITE="https://web.archive.org/web/20250404073626/https://osdn.net/projects/anthy/" 1.9 1.10 DEPENDS="anthy" 1.11 WANTED="anthy"
2.1 --- a/anthy/receipt Thu May 15 11:37:45 2025 +0000 2.2 +++ b/anthy/receipt Wed May 21 09:04:33 2025 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Hiragana text to Kana Kanji mixed text Japanese input method." 2.5 MAINTAINER="maintainer@slitaz.org" 2.6 LICENSE="GPL2+" 2.7 -WEB_SITE="https://osdn.net/projects/anthy/" 2.8 +WEB_SITE="https://web.archive.org/web/20250404073626/https://osdn.net/projects/anthy/" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WGET_URL="https://jaist.dl.sourceforge.jp/$PACKAGE/37536/$TARBALL"
3.1 --- a/gadmin-antivirus/receipt Thu May 15 11:37:45 2025 +0000 3.2 +++ b/gadmin-antivirus/receipt Wed May 21 09:04:33 2025 +0000 3.3 @@ -8,7 +8,7 @@ 3.4 LICENSE="GPL3" 3.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 3.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 3.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 3.9 3.10 DEPENDS="gtk+3 clamav" 3.11 BUILD_DEPENDS="gtk+3-dev" 3.12 @@ -16,8 +16,8 @@ 3.13 # What is the latest version available today? 3.14 current_version() 3.15 { 3.16 - wget -O - https://github.com/sedwards/gadmintools_src_pkgs 2>/dev/null | \ 3.17 - sed "/$PACKAGE/!d;s|.*$PACKAGE-||;s|.t.*||;q" 3.18 + wget -O - https://github.com/bartoszek/gadmintools_src_pkgs 2>/dev/null | \ 3.19 + sed "/$PACKAGE/!d;s|.*$PACKAGE-||;s|.tar.*||;q" 3.20 } 3.21 3.22 # Rules to configure and make the package.
4.1 --- a/gadmin-bind/receipt Thu May 15 11:37:45 2025 +0000 4.2 +++ b/gadmin-bind/receipt Wed May 21 09:04:33 2025 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 LICENSE="GPL3" 4.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 4.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 4.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 4.9 4.10 DEPENDS="gtk+ bind" 4.11 BUILD_DEPENDS="gtk+-dev"
5.1 --- a/gadmin-dhcpd/receipt Thu May 15 11:37:45 2025 +0000 5.2 +++ b/gadmin-dhcpd/receipt Wed May 21 09:04:33 2025 +0000 5.3 @@ -8,7 +8,7 @@ 5.4 LICENSE="GPL3" 5.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 5.7 -WGET_URL="https://github.com/bartoszek/gadmintools_src_pkgs/raw/master/$TARBALL" 5.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 5.9 5.10 DEPENDS="gtk+ dhcp" 5.11 BUILD_DEPENDS="gtk+-dev"
6.1 --- a/gadmin-httpd/receipt Thu May 15 11:37:45 2025 +0000 6.2 +++ b/gadmin-httpd/receipt Wed May 21 09:04:33 2025 +0000 6.3 @@ -8,7 +8,7 @@ 6.4 LICENSE="GPL3" 6.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 6.7 -WGET_URL="https://github.com/bartoszek/gadmintools_src_pkgs/raw/master/$TARBALL" 6.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 6.9 6.10 DEPENDS="gtk+ apache" 6.11 BUILD_DEPENDS="gtk+-dev"
7.1 --- a/gadmin-openvpn-client/receipt Thu May 15 11:37:45 2025 +0000 7.2 +++ b/gadmin-openvpn-client/receipt Wed May 21 09:04:33 2025 +0000 7.3 @@ -8,7 +8,7 @@ 7.4 LICENSE="GPL3" 7.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 7.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 7.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 7.9 7.10 DEPENDS="gtk+ openvpn" 7.11 BUILD_DEPENDS="gtk+-dev"
8.1 --- a/gadmin-openvpn-server/receipt Thu May 15 11:37:45 2025 +0000 8.2 +++ b/gadmin-openvpn-server/receipt Wed May 21 09:04:33 2025 +0000 8.3 @@ -8,7 +8,7 @@ 8.4 LICENSE="GPL3" 8.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 8.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 8.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 8.9 8.10 DEPENDS="gtk+ openvpn" 8.11 BUILD_DEPENDS="gtk+-dev"
9.1 --- a/gadmin-proftpd/receipt Thu May 15 11:37:45 2025 +0000 9.2 +++ b/gadmin-proftpd/receipt Wed May 21 09:04:33 2025 +0000 9.3 @@ -8,7 +8,7 @@ 9.4 LICENSE="GPL3" 9.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 9.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 9.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 9.9 9.10 DEPENDS="gtk+ proftpd" 9.11 BUILD_DEPENDS="gtk+-dev"
10.1 --- a/gadmin-rsync/receipt Thu May 15 11:37:45 2025 +0000 10.2 +++ b/gadmin-rsync/receipt Wed May 21 09:04:33 2025 +0000 10.3 @@ -8,7 +8,7 @@ 10.4 LICENSE="GPL3" 10.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 10.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 10.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 10.9 10.10 DEPENDS="gtk+ rsync" 10.11 BUILD_DEPENDS="gtk+-dev"
11.1 --- a/gadmin-samba/receipt Thu May 15 11:37:45 2025 +0000 11.2 +++ b/gadmin-samba/receipt Wed May 21 09:04:33 2025 +0000 11.3 @@ -8,7 +8,7 @@ 11.4 LICENSE="GPL3" 11.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 11.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 11.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 11.9 11.10 DEPENDS="gtk+ samba" 11.11 BUILD_DEPENDS="gtk+-dev"
12.1 --- a/gadmin-sendmail/receipt Thu May 15 11:37:45 2025 +0000 12.2 +++ b/gadmin-sendmail/receipt Wed May 21 09:04:33 2025 +0000 12.3 @@ -8,7 +8,7 @@ 12.4 LICENSE="GPL3" 12.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 12.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 12.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 12.9 12.10 DEPENDS="gtk+ sendmail" 12.11 BUILD_DEPENDS="gtk+-dev"
13.1 --- a/gadmin-squid/receipt Thu May 15 11:37:45 2025 +0000 13.2 +++ b/gadmin-squid/receipt Wed May 21 09:04:33 2025 +0000 13.3 @@ -8,7 +8,7 @@ 13.4 LICENSE="GPL3" 13.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 13.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 13.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 13.9 13.10 DEPENDS="gtk+ squid" 13.11 BUILD_DEPENDS="gtk+-dev"
14.1 --- a/gadmin-sshd/receipt Thu May 15 11:37:45 2025 +0000 14.2 +++ b/gadmin-sshd/receipt Wed May 21 09:04:33 2025 +0000 14.3 @@ -8,7 +8,7 @@ 14.4 LICENSE="GPL3" 14.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.6 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" 14.7 -WGET_URL="https://github.com/sedwards/gadmintools_src_pkgs/raw/master/$TARBALL" 14.8 +WGET_URL="https://raw.githubusercontent.com/bartoszek/gadmintools_src_pkgs/refs/heads/master/$TARBALL" 14.9 TAGS="ssh" 14.10 14.11 DEPENDS="gtk+ openssh" 14.12 @@ -17,7 +17,7 @@ 14.13 # What is the latest version available today? 14.14 current_version() 14.15 { 14.16 - wget -O - https://github.com/sedwards/gadmintools_src_pkgs 2>/dev/null | \ 14.17 + wget -O - https://github.com/bartoszek/gadmintools_src_pkgs 2>/dev/null | \ 14.18 sed "/$PACKAGE/!d;s|.*$PACKAGE-||;s|.t.*||;q" 14.19 } 14.20
15.1 --- a/hp15c/receipt Thu May 15 11:37:45 2025 +0000 15.2 +++ b/hp15c/receipt Wed May 21 09:04:33 2025 +0000 15.3 @@ -7,7 +7,7 @@ 15.4 SHORT_DESC="HP-15C emulator." 15.5 MAINTAINER="pascal.bellard@slitaz.org" 15.6 LICENSE="GPL3" 15.7 -WEB_SITE="http://hp-15c.homepage.t-online.de/content_web.htm" 15.8 +WEB_SITE="https://web.archive.org/web/20240318100519/https://hp-15c.hier-im-netz.de/homepage.htm" 15.9 15.10 TARBALL="${SOURCE}_${VERSION}_Source.zip" 15.11 WGET_URL="http://bit.ly/2FQ82VL"
16.1 --- a/kazehakase/receipt Thu May 15 11:37:45 2025 +0000 16.2 +++ b/kazehakase/receipt Wed May 21 09:04:33 2025 +0000 16.3 @@ -6,7 +6,7 @@ 16.4 SHORT_DESC="GTK+ web browser using Webkit rendering engine" 16.5 MAINTAINER="al.bobylev@gmail.com" 16.6 LICENSE="GPL2" 16.7 -WEB_SITE="https://osdn.net/projects/kazehakase/" 16.8 +WEB_SITE="https://web.archive.org/web/20250404174036/https://osdn.net/projects/kazehakase/" 16.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.10 WGET_URL="http://iij.dl.osdn.jp/kazehakase/43802/$TARBALL" 16.11 PATCH_URL="http://http.debian.net/debian/pool/main/k/kazehakase/kazehakase_0.5.8-4.diff.gz"
17.1 --- a/lionwiki/receipt Thu May 15 11:37:45 2025 +0000 17.2 +++ b/lionwiki/receipt Wed May 21 09:04:33 2025 +0000 17.3 @@ -6,7 +6,7 @@ 17.4 SHORT_DESC="Minimalist Wiki engine programmed in PHP." 17.5 MAINTAINER="pascal.bellard@slitaz.org" 17.6 LICENSE="GPL2" 17.7 -WEB_SITE="http://lionwiki.0o.cz/index.php?page=Main+page" 17.8 +WEB_SITE="https://web.archive.org/web/20230706005008/http://lionwiki.0o.cz/index.php?page=Main+page" 17.9 17.10 TARBALL="$PACKAGE-$VERSION.zip" 17.11 WGET_URL="http://lionwiki.0o.cz/download/$VERSION/$TARBALL"
18.1 --- a/mktorrent/receipt Thu May 15 11:37:45 2025 +0000 18.2 +++ b/mktorrent/receipt Wed May 21 09:04:33 2025 +0000 18.3 @@ -6,8 +6,7 @@ 18.4 SHORT_DESC="Command line utility to create BitTorrent metainfo files." 18.5 MAINTAINER="pascal.bellard@slitaz.org" 18.6 LICENSE="GPL2" 18.7 -WEB_SITE="https://github.com/Rudde/mktorrent" 18.8 - 18.9 +WEB_SITE="https://github.com/pobrn/mktorrent" 18.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 18.11 WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL" 18.12
19.1 --- a/paper-gtk-theme/receipt Thu May 15 11:37:45 2025 +0000 19.2 +++ b/paper-gtk-theme/receipt Wed May 21 09:04:33 2025 +0000 19.3 @@ -9,7 +9,7 @@ 19.4 WEB_SITE="https://snwh.org/paper/" 19.5 19.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.7 -WGET_URL="https://github.com/snwh/$PACKAGE/archive/v$VERSION/$TARBALL" 19.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL" 19.9 19.10 HOST_ARCH="any" 19.11 19.12 @@ -19,7 +19,7 @@ 19.13 # What is the latest version available today? 19.14 current_version() 19.15 { 19.16 - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 19.17 + wget -O - https://github.com/snwh/$PACKAGE/releases 2>/dev/null | \ 19.18 sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 19.19 } 19.20
20.1 --- a/ruby-gtk2/receipt Thu May 15 11:37:45 2025 +0000 20.2 +++ b/ruby-gtk2/receipt Wed May 21 09:04:33 2025 +0000 20.3 @@ -15,7 +15,7 @@ 20.4 LICENSE="LGPL2.1" 20.5 SOURCE="ruby-gnome2-all" 20.6 TARBALL="$SOURCE-$VERSION.tar.gz" 20.7 -WEB_SITE="http://ruby-gnome2.sourceforge.jp/" 20.8 +WEB_SITE="https://ruby-gnome.github.io/" 20.9 WGET_URL="$SF_MIRROR/ruby-gnome2/$TARBALL" 20.10 20.11 DEPENDS="ruby gtk+ xorg-libXp xorg-libXxf86vm"
21.1 --- a/zsync/receipt Thu May 15 11:37:45 2025 +0000 21.2 +++ b/zsync/receipt Wed May 21 09:04:33 2025 +0000 21.3 @@ -7,7 +7,7 @@ 21.4 MAINTAINER="pascal.bellard@slitaz.org" 21.5 LICENSE="Artistic" 21.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 21.7 -WEB_SITE="http://zsync.moria.org.uk/" 21.8 +WEB_SITE="https://zsync.moria.org.uk/" 21.9 WGET_URL="${WEB_SITE}download/$TARBALL" 21.10 TAGS="sync" 21.11