# HG changeset patch # User Pascal Bellard # Date 1660720171 0 # Node ID 65784e875d4596334ea02bf9c087b3a9014b48ac # Parent 00bff3684d8aca87d454c046fe7f49781938de90 Update some web_site diff -r 00bff3684d8a -r 65784e875d45 BootProg/stuff/bootex.asm --- a/BootProg/stuff/bootex.asm Wed Aug 10 07:02:08 2022 +0000 +++ b/BootProg/stuff/bootex.asm Wed Aug 17 07:09:31 2022 +0000 @@ -365,8 +365,8 @@ imul si, dx, byte 4 ; si=entry # offset in sector cdq - add eax, [bx(bpbFatSectorStart)] ; sector # relative to FAT32 - call ReadSectorC ; read 1 FAT32 sector + add eax, [bx(bpbFatSectorStart)] ; sector # relative to exFAT + call ReadSectorC ; read 1 exFAT sector mov esi, [es:si] ; esi=next cluster # diff -r 00bff3684d8a -r 65784e875d45 clonezilla/receipt --- a/clonezilla/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/clonezilla/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning" MAINTAINER="shann@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://clonezilla.org" +WEB_SITE="https://clonezilla.org" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://free.nchc.org.tw/drbl-core/old/src/$TARBALL" diff -r 00bff3684d8a -r 65784e875d45 enchant2-dev/receipt --- a/enchant2-dev/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/enchant2-dev/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for enchant." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://www.abisource.com/projects/enchant/" +WEB_SITE="https://github.com/AbiWord/enchant" DEPENDS="enchant2 pkg-config" WANTED="enchant2" diff -r 00bff3684d8a -r 65784e875d45 enchant2/receipt --- a/enchant2/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/enchant2/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Enchant spell checking library." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://www.abisource.com/projects/enchant/" +WEB_SITE="https://github.com/AbiWord/enchant" SOURCE="enchant" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r 00bff3684d8a -r 65784e875d45 ftgl-dev/receipt --- a/ftgl-dev/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/ftgl-dev/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for ftgl." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/ftgl/" +WEB_SITE="https://github.com/frankheckenbach/ftgl" DEPENDS="ftgl pkg-config" WANTED="ftgl" diff -r 00bff3684d8a -r 65784e875d45 ftgl/receipt --- a/ftgl/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/ftgl/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="OpenGL library to use arbitrary fonts." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/ftgl/" +WEB_SITE="https://github.com/frankheckenbach/ftgl" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/frankheckenbach/$PACKAGE/archive/v$VERSION.tar.gz" diff -r 00bff3684d8a -r 65784e875d45 imlib-dev/receipt --- a/imlib-dev/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/imlib-dev/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -4,7 +4,7 @@ VERSION="1.9.15" CATEGORY="development" SHORT_DESC="imlib devel files." -WEB_SITE="http://freshmeat.net/projects/imlib/" +WEB_SITE="https://download.gnome.org/sources/$PACKAGE/" MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" WANTED="imlib" diff -r 00bff3684d8a -r 65784e875d45 imlib/receipt --- a/imlib/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/imlib/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -7,12 +7,13 @@ MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://freshmeat.net/projects/imlib/" +WEB_SITE="https://download.gnome.org/sources/$PACKAGE/" WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext giflib jpeg libpng tiff zlib util-linux-uuid" BUILD_DEPENDS="slitaz-toolchain xorg-dev xorg-xextproto giflib giflib-dev jpeg jpeg-dev libpng libpng-dev tiff tiff-dev zlib zlib-dev util-linux-uuid-dev" +# What is the latest version available today? current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ diff -r 00bff3684d8a -r 65784e875d45 psycopg2/receipt --- a/psycopg2/receipt Wed Aug 10 07:02:08 2022 +0000 +++ b/psycopg2/receipt Wed Aug 17 07:09:31 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="PostgreSQL database adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL3" -WEB_SITE="http://initd.org/psycopg/" +WEB_SITE="https://pypi.org/project/psycopg2/" Version=${VERSION%.*} Version=${Version/./-}