wok rev 20947

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 03 15:44:44 2019 +0100 (2019-03-03)
parents 3150873c02fa
children cccbc9bf7137
files file/receipt fusecloop/stuff/fusecloop.u gnet-dev/receipt gnet/receipt hardinfo/receipt libIDL/receipt libmagic-dev/receipt libmagic/receipt python-magic/receipt qtpanel/receipt quarry/receipt
line diff
     1.1 --- a/file/receipt	Sun Mar 03 15:14:54 2019 +0100
     1.2 +++ b/file/receipt	Sun Mar 03 15:44:44 2019 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Determines file type using 'magic' numbers."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="BSD"
     1.7 -WEB_SITE="https://darwinsys.com/file/"
     1.8 +WEB_SITE="https://github.com/file/file"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL"
     2.1 --- a/fusecloop/stuff/fusecloop.u	Sun Mar 03 15:14:54 2019 +0100
     2.2 +++ b/fusecloop/stuff/fusecloop.u	Sun Mar 03 15:44:44 2019 +0100
     2.3 @@ -196,7 +196,7 @@
     2.4  -		unsigned long destlen = ntohl(head.block_size);
     2.5  -		loff_t offset[2];
     2.6  -		unsigned int size;
     2.7 -+	if (num_blocks == (unsigned long) -1) {
     2.8 ++	if (num_blocks == 0xFFFFFFFF) {
     2.9  +		void *table;
    2.10  +		struct cloop_tail tail;
    2.11  +		unsigned long len, table_size;
     3.1 --- a/gnet-dev/receipt	Sun Mar 03 15:14:54 2019 +0100
     3.2 +++ b/gnet-dev/receipt	Sun Mar 03 15:44:44 2019 +0100
     3.3 @@ -7,7 +7,7 @@
     3.4  MAINTAINER="pankso@slitaz.org"
     3.5  LICENSE="LGPL"
     3.6  WANTED="gnet"
     3.7 -WEB_SITE="https://github.com/GNOME/gnet"
     3.8 +WEB_SITE="https://wiki.gnome.org/Projects/GNetLibrary"
     3.9  
    3.10  DEPENDS="pkg-config"
    3.11  
     4.1 --- a/gnet/receipt	Sun Mar 03 15:14:54 2019 +0100
     4.2 +++ b/gnet/receipt	Sun Mar 03 15:44:44 2019 +0100
     4.3 @@ -7,7 +7,7 @@
     4.4  MAINTAINER="pankso@slitaz.org"
     4.5  LICENSE="LGPL"
     4.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     4.7 -WEB_SITE="https://github.com/GNOME/gnet"
     4.8 +WEB_SITE="https://wiki.gnome.org/Projects/GNetLibrary"
     4.9  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/${VERSION%.*}/$TARBALL"
    4.10  
    4.11  DEPENDS="glib"
     5.1 --- a/hardinfo/receipt	Sun Mar 03 15:14:54 2019 +0100
     5.2 +++ b/hardinfo/receipt	Sun Mar 03 15:44:44 2019 +0100
     5.3 @@ -16,7 +16,6 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 -	cd $src
     5.8  	while read file; do
     5.9  		[ -f done.$file ] && continue
    5.10  		patch -p0 < $stuff/$file || return 1
    5.11 @@ -25,6 +24,7 @@
    5.12  languages.patch
    5.13  os.patch
    5.14  EOT
    5.15 +	sed i 's|uname -m|echo i686|' configure
    5.16  	./configure \
    5.17  		--prefix=/usr \
    5.18  		$CONFIGURE_ARGS &&
     6.1 --- a/libIDL/receipt	Sun Mar 03 15:14:54 2019 +0100
     6.2 +++ b/libIDL/receipt	Sun Mar 03 15:44:44 2019 +0100
     6.3 @@ -7,7 +7,7 @@
     6.4  MAINTAINER="pankso@slitaz.org"
     6.5  LICENSE="LGPL2"
     6.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.7 -WEB_SITE="https://github.com/GNOME/libIDL"
     6.8 +WEB_SITE="http://freshmeat.sourceforge.net/projects/libidl"
     6.9  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    6.10  CROSS="bug: can not run test program"
    6.11  
     7.1 --- a/libmagic-dev/receipt	Sun Mar 03 15:14:54 2019 +0100
     7.2 +++ b/libmagic-dev/receipt	Sun Mar 03 15:44:44 2019 +0100
     7.3 @@ -6,7 +6,7 @@
     7.4  SHORT_DESC="File type determination library using 'magic' numbers (development)."
     7.5  MAINTAINER="erjo@slitaz.org"
     7.6  LICENSE="BSD"
     7.7 -WEB_SITE="https://darwinsys.com/file/"
     7.8 +WEB_SITE="https://github.com/file/file"
     7.9  
    7.10  WANTED="file"
    7.11  DEPENDS="libmagic"
     8.1 --- a/libmagic/receipt	Sun Mar 03 15:14:54 2019 +0100
     8.2 +++ b/libmagic/receipt	Sun Mar 03 15:44:44 2019 +0100
     8.3 @@ -6,7 +6,7 @@
     8.4  SHORT_DESC="File type determination library using 'magic' numbers."
     8.5  MAINTAINER="erjo@slitaz.org"
     8.6  LICENSE="BSD"
     8.7 -WEB_SITE="https://darwinsys.com/file/"
     8.8 +WEB_SITE="https://github.com/file/file"
     8.9  
    8.10  WANTED="file"
    8.11  DEPENDS="zlib"
     9.1 --- a/python-magic/receipt	Sun Mar 03 15:14:54 2019 +0100
     9.2 +++ b/python-magic/receipt	Sun Mar 03 15:44:44 2019 +0100
     9.3 @@ -6,7 +6,7 @@
     9.4  SHORT_DESC="File type determination library using 'magic' numbers (Python bindings)."
     9.5  MAINTAINER="pascal.bellard@slitaz.org"
     9.6  LICENSE="BSD"
     9.7 -WEB_SITE="https://darwinsys.com/file/"
     9.8 +WEB_SITE="https://github.com/file/file"
     9.9  
    9.10  WANTED="file"
    9.11  DEPENDS="file python"
    10.1 --- a/qtpanel/receipt	Sun Mar 03 15:14:54 2019 +0100
    10.2 +++ b/qtpanel/receipt	Sun Mar 03 15:44:44 2019 +0100
    10.3 @@ -5,7 +5,7 @@
    10.4  CATEGORY="x-window"
    10.5  SHORT_DESC="Patched: size, scroll wheel min/max taskbar items. virt.desktops NOT supported"
    10.6  LICENSE="GPL"
    10.7 -WEB_SITE="https://gitorious.org/qtpanel/qtpanel"
    10.8 +WEB_SITE="https://web.archive.org/web/20121024232140/https://gitorious.org/qtpanel/qtpanel"
    10.9  MAINTAINER="psychomaniak@xakep.ru"
   10.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   10.11  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    11.1 --- a/quarry/receipt	Sun Mar 03 15:14:54 2019 +0100
    11.2 +++ b/quarry/receipt	Sun Mar 03 15:44:44 2019 +0100
    11.3 @@ -7,7 +7,7 @@
    11.4  MAINTAINER="pascal.bellard@slitaz.org"
    11.5  LICENSE="GPL2"
    11.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.7 -WEB_SITE="https://gitorious.org/quarry/quarry/"
    11.8 +WEB_SITE="https://web.archive.org/web/20170506152503/http://home.gna.org/quarry/"
    11.9  WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
   11.10  SUGGESTED="gnugo"
   11.11