wok rev 20682

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 27 17:42:10 2019 +0100 (2019-01-27)
parents eb3db1a07cca
children aa1584474883
files aircrack-ng-oui/receipt arora/receipt cndrvcups-common-dev/receipt cndrvcups-common/receipt dega/receipt deutex-devel/receipt dotconf/receipt dukto/receipt eggwm/receipt electric-fence/receipt gxmessage/receipt iat/receipt jabberd2/receipt lxqt-appswitcher/receipt lxqt-config-randr/receipt lxqt/receipt lynx/receipt nbs-dev/receipt nbs/receipt ndiswrapper-driver/receipt ndiswrapper-driver64/receipt ndiswrapper-utils/receipt ndiswrapper/receipt node/receipt otf-gfs/receipt pdf2djvu/receipt perl-algorithm-permute/receipt perl-animation/receipt perl-apache-dbi/receipt perl-authen-sasl/receipt perl-bit-vector/receipt perl-cairo/receipt perl-carp-clan/receipt perl-cgi/receipt perl-compress-raw-bzip2/receipt perl-compress-raw-zlib/receipt perl-config-general/receipt perl-config-tiny/receipt perl-convert-asn1/receipt perl-crypt-ssleay/receipt perl-date-calc/receipt perl-date-manip/receipt perl-datetime-format-mail/receipt perl-datetime-format-strptime/receipt perl-datetime-format-w3cdtf/receipt perl-datetime-locale/receipt perl-datetime-timezone/receipt perl-datetime/receipt perl-digest-hmac/receipt perl-digest-md5/receipt perl-digest-sha1/receipt perl-encode-locale/receipt perl-expect/receipt perl-extutils-depends/receipt perl-extutils-pkgconfig/receipt perl-file-basedir/receipt perl-file-desktopentry/receipt perl-file-find-rule/receipt perl-file-listing/receipt perl-file-mimeinfo/receipt perl-file-rsync/receipt perl-file-slurp/receipt perl-file-tail/receipt perl-filesys-statvfs/receipt perl-fuse/receipt perl-geo-ipfree/receipt perl-glib/receipt perl-gssapi/receipt perl-gtk2-trayicon/receipt perl-gtk2/receipt perl-html-parser/receipt perl-html-tagset/receipt perl-html-tree/receipt perl-http-date/receipt perl-http-message/receipt perl-http-parser/receipt perl-http-server-simple/receipt perl-io-compress/receipt perl-io-scalar/receipt perl-io-socket-inet6/receipt perl-io-socket-ssl/receipt perl-io-stty/receipt perl-io-tty/receipt perl-ipc-run/receipt perl-lchown/receipt perl-libjson/receipt perl-locale-gettext/receipt perl-lwp-mediatypes/receipt perl-mailtools/receipt perl-maketext-gettext/receipt perl-md4/receipt perl-mime-base64/receipt perl-mime-lite/receipt perl-mime-types/receipt perl-net-dns/receipt perl-net-ftp-autoreconnect/receipt perl-net-ftp-retrhandle/receipt perl-net-ftp/receipt perl-net-ip/receipt perl-net-ldap/receipt perl-net-mysql/receipt perl-net-ssleay/receipt perl-net-xwhois/receipt perl-number-compare/receipt perl-number-range/receipt perl-pango/receipt perl-params-validate/receipt perl-parse-recdescent/receipt perl-rfc-rfc822-address/receipt perl-rrd-simple/receipt perl-smtp-ssl/receipt perl-soap-lite/receipt perl-socket6/receipt perl-term-readkey/receipt perl-test-exception/receipt perl-test-nowarnings/receipt perl-test-pod-coverage/receipt perl-test-pod/receipt perl-text-aspell/receipt perl-text-csv/receipt perl-text-glob/receipt perl-text-iconv/receipt perl-time-hires/receipt perl-tk/receipt perl-unicode-map8/receipt perl-unicode-maputf8/receipt perl-unicode-string/receipt perl-unix-mknod/receipt perl-uri/receipt perl-xml-entities/receipt perl-xml-parser/receipt perl-xml-rss/receipt perl-xml-sax-writer/receipt perl-xml-twig/receipt perl-xml-writer/receipt perl-yaml-syck/receipt pidgin-musictracker/receipt python-restclient/receipt qiviewer/receipt quarry/receipt quodlibet/receipt qxkb/receipt rack/receipt radeontool/receipt rake/receipt shell-fm/receipt sqlite3-ruby/receipt sshfp/receipt stardict/receipt tazlito/receipt tcpreplay/receipt tmux/receipt unionfs-fuse/receipt visualboyadvance/receipt wvdial/receipt wvstreams-dev/receipt wvstreams/receipt wyrd/receipt
line diff
     1.1 --- a/aircrack-ng-oui/receipt	Sat Jan 26 17:03:55 2019 +0100
     1.2 +++ b/aircrack-ng-oui/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.3 @@ -1,18 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aircrack-ng-oui"
     1.7 -VERSION="20120730"
     1.8 +VERSION="20190127"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="archive of oui.txt file for airdump-ng"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://standards.ieee.org/regauth/oui"
    1.14 -TARBALL="oui.txt"
    1.15 -WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +WEB_SITE="https://standards.ieee.org/products-services/regauth/oui/index.html"
    1.17 +TARBALL="oui-$VERSION.txt"
    1.18 +WGET_URL="http://standards-oui.ieee.org/oui.txt"
    1.19 +HOST_ARCH="any"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 +	# get the logic from airodump-ng-oui-update + dos2unix & sort
    1.25  	mkdir -p $fs/etc/aircrack-ng
    1.26 -	cp -a $src/oui.txt $fs/etc/aircrack-ng
    1.27 +	grep '(hex)' $TARBALL \
    1.28 +	| sed 's/^[ \t]*//g;s/[ \t]*$//g' \
    1.29 +	| dos2unix \
    1.30 +	| sort \
    1.31 +	> $etc/etc/aircrack-ng/airodump-ng-oui.txt
    1.32  }
     2.1 --- a/arora/receipt	Sat Jan 26 17:03:55 2019 +0100
     2.2 +++ b/arora/receipt	Sun Jan 27 17:42:10 2019 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="A cross-platform Qt4 WebKit browser"
     2.5  MAINTAINER="devl547@gmail.com"
     2.6  LICENSE="GPL2"
     2.7 -WEB_SITE="http://arora.googlecode.com/"
     2.8 +WEB_SITE="https://github.com/Arora/arora"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WGET_URL="$WEB_SITE/files/$TARBALL"
    2.11  TAGS="web-browser"
     3.1 --- a/cndrvcups-common-dev/receipt	Sat Jan 26 17:03:55 2019 +0100
     3.2 +++ b/cndrvcups-common-dev/receipt	Sun Jan 27 17:42:10 2019 +0100
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="other"
     3.5  WANTED="cndrvcups-common"
     3.6  SOURCE="ufr2linuxv180"
     3.7 -WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx"
     3.8 +WEB_SITE="http://www.service.canon.com.au/drivers/files/"
     3.9  
    3.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.11  genpkg_rules()
     4.1 --- a/cndrvcups-common/receipt	Sat Jan 26 17:03:55 2019 +0100
     4.2 +++ b/cndrvcups-common/receipt	Sun Jan 27 17:42:10 2019 +0100
     4.3 @@ -6,7 +6,7 @@
     4.4  MAINTAINER="jozee@slitaz.org"
     4.5  LICENSE="other"
     4.6  SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers"
     4.7 -WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx"
     4.8 +WEB_SITE="http://www.service.canon.com.au/drivers/files/"
     4.9  SOURCE="ufr2linuxv180"
    4.10  TARBALL="${SOURCE}.zip"
    4.11  WGET_URL="http://www.service.canon.com.au/drivers/files/$TARBALL"
     5.1 --- a/dega/receipt	Sat Jan 26 17:03:55 2019 +0100
     5.2 +++ b/dega/receipt	Sun Jan 27 17:42:10 2019 +0100
     5.3 @@ -7,7 +7,7 @@
     5.4  MAINTAINER="slaxemulator@gmail.com"
     5.5  LICENSE="other"
     5.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.7 -WEB_SITE="http://www.finalburn.com/dega"
     5.8 +WEB_SITE="https://web.archive.org/web/*/http://www.finalburn.com:80/dega/"
     5.9  WGET_URL="http://www.emulinks.de/emus/$TARBALL"
    5.10  TAGS="emulator sega"
    5.11  
     6.1 --- a/deutex-devel/receipt	Sat Jan 26 17:03:55 2019 +0100
     6.2 +++ b/deutex-devel/receipt	Sun Jan 27 17:42:10 2019 +0100
     6.3 @@ -8,7 +8,7 @@
     6.4  LICENSE="GPL2"
     6.5  SOURCE="deutex"
     6.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     6.7 -WEB_SITE="http://www.teaser.fr/~amajorel/deutex/"
     6.8 +WEB_SITE="https://github.com/Doom-Utils/deutex"
     6.9  WGET_URL="http://www.teaser.fr/~amajorel/deutex/fungus/$TARBALL"
    6.10  
    6.11  # Rules to configure and make the package.
     7.1 --- a/dotconf/receipt	Sat Jan 26 17:03:55 2019 +0100
     7.2 +++ b/dotconf/receipt	Sun Jan 27 17:42:10 2019 +0100
     7.3 @@ -7,7 +7,7 @@
     7.4  MAINTAINER="paul@slitaz.org"
     7.5  LICENSE="LGPL2.1"
     7.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.7 -WEB_SITE="http://www.azzit.de/dotconf/"
     7.8 +WEB_SITE="https://github.com/williamh/dotconf"
     7.9  WGET_URL="http://www.azzit.de/dotconf/download/v${VERSION%.*}/$TARBALL"
    7.10  
    7.11  DEPENDS=""
     8.1 --- a/dukto/receipt	Sat Jan 26 17:03:55 2019 +0100
     8.2 +++ b/dukto/receipt	Sun Jan 27 17:42:10 2019 +0100
     8.3 @@ -6,7 +6,7 @@
     8.4  SHORT_DESC="A simple, fast and multi-platform file transfer tool for LAN users."
     8.5  MAINTAINER="pascal.bellard@slitaz.org"
     8.6  LICENSE="GPL2"
     8.7 -WEB_SITE="https://code.google.com/archive/p/dukto"
     8.8 +WEB_SITE="https://sourceforge.net/projects/dukto/"
     8.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.10  WGET_URL="subversion|http://$PACKAGE.googlecode.com/svn/trunk/"
    8.11  
     9.1 --- a/eggwm/receipt	Sat Jan 26 17:03:55 2019 +0100
     9.2 +++ b/eggwm/receipt	Sun Jan 27 17:42:10 2019 +0100
     9.3 @@ -7,7 +7,7 @@
     9.4  MAINTAINER="pankso@slitaz.org"
     9.5  LICENSE="GPL3"
     9.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     9.7 -WEB_SITE="https://code.google.com/archive/p/eggwm"
     9.8 +WEB_SITE="https://github.com/JoseExposito/eggwm"
     9.9  WGET_URL="http://eggwm.googlecode.com/files/$TARBALL"
    9.10  
    9.11  DEPENDS="xorg-libX11 libQtCore libQtGui"
    10.1 --- a/electric-fence/receipt	Sat Jan 26 17:03:55 2019 +0100
    10.2 +++ b/electric-fence/receipt	Sun Jan 27 17:42:10 2019 +0100
    10.3 @@ -7,7 +7,7 @@
    10.4  MAINTAINER="erjo@slitaz.org"
    10.5  LICENSE="GPL2"
    10.6  TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz"
    10.7 -WEB_SITE="http://perens.com/works/software/"
    10.8 +WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
    10.9  WGET_URL="https://web.archive.org/web/20110624035729if_/http://www.perens.com/works/software/ElectricFence/$TARBALL"
   10.10  TAGS="debugger"
   10.11  
    11.1 --- a/gxmessage/receipt	Sat Jan 26 17:03:55 2019 +0100
    11.2 +++ b/gxmessage/receipt	Sun Jan 27 17:42:10 2019 +0100
    11.3 @@ -7,7 +7,7 @@
    11.4  MAINTAINER="erjo@slitaz.org"
    11.5  LICENSE="GPL2"
    11.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.7 -WEB_SITE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
    11.8 +WEB_SITE="https://web.archive.org/web/20171222080325/http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
    11.9  WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL"
   11.10  
   11.11  DEPENDS="gtk+ expat xorg-libXdamage"
    12.1 --- a/iat/receipt	Sat Jan 26 17:03:55 2019 +0100
    12.2 +++ b/iat/receipt	Sun Jan 27 17:42:10 2019 +0100
    12.3 @@ -9,7 +9,7 @@
    12.4  LICENSE="GPL2"
    12.5  
    12.6  TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
    12.7 -WEB_SITE="http://iat.berlios.de/"
    12.8 +WEB_SITE="https://sourceforge.net/projects/iat.berlios/"
    12.9  WGET_URL="http://download.berlios.de/iat/$TARBALL"
   12.10  HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat'
   12.11  
    13.1 --- a/jabberd2/receipt	Sat Jan 26 17:03:55 2019 +0100
    13.2 +++ b/jabberd2/receipt	Sun Jan 27 17:42:10 2019 +0100
    13.3 @@ -8,7 +8,7 @@
    13.4  LICENSE="GPL2"
    13.5  SOURCE="jabberd"
    13.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    13.7 -WEB_SITE="http://$PACKAGE.xiaoka.com/"
    13.8 +WEB_SITE="https://jabberd2.org/"
    13.9  WGET_URL="https://github.com/downloads/Jabberd2/$PACKAGE/$TARBALL"
   13.10  CONFIG_FILES="/etc/jabberd"
   13.11  TAGS="im instant-messaging server"
    14.1 --- a/lxqt-appswitcher/receipt	Sat Jan 26 17:03:55 2019 +0100
    14.2 +++ b/lxqt-appswitcher/receipt	Sun Jan 27 17:42:10 2019 +0100
    14.3 @@ -6,7 +6,7 @@
    14.4  SHORT_DESC="The LXQt application switcher"
    14.5  MAINTAINER="al.bobylev@gmail.com"
    14.6  LICENSE="LGPL2.1"
    14.7 -WEB_SITE="https://github.com/lxde/lxqt-appswitcher"
    14.8 +WEB_SITE="https://github.com/zjes/lxqt-appswitcher"
    14.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   14.10  WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   14.11  TAGS="LXQt"
    15.1 --- a/lxqt-config-randr/receipt	Sat Jan 26 17:03:55 2019 +0100
    15.2 +++ b/lxqt-config-randr/receipt	Sun Jan 27 17:42:10 2019 +0100
    15.3 @@ -6,8 +6,7 @@
    15.4  SHORT_DESC="Qt config GUI for X11 RandR for LXQt system settings"
    15.5  MAINTAINER="al.bobylev@gmail.com"
    15.6  LICENSE="LGPL2.1"
    15.7 -WEB_SITE="https://github.com/lxde/lxqt-config-randr"
    15.8 -WEB_SITE="https://github.com/lxde/lxqt-config-randr"
    15.9 +WEB_SITE="https://github.com/zballina/lxqt-config-randr"
   15.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   15.11  WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   15.12  TAGS="LXQt"
    16.1 --- a/lxqt/receipt	Sat Jan 26 17:03:55 2019 +0100
    16.2 +++ b/lxqt/receipt	Sun Jan 27 17:42:10 2019 +0100
    16.3 @@ -6,7 +6,7 @@
    16.4  SHORT_DESC="LXQt metapackage + userconfig slim-install."
    16.5  MAINTAINER="psychomaniak@xakep.ru"
    16.6  LICENSE="GPL2"
    16.7 -WEB_SITE="http://lxqt.org"
    16.8 +WEB_SITE="https://lxqt.org/"
    16.9  TAGS="LXQt"
   16.10  
   16.11  DEPENDS="gvfs gvfs-udisks2 lximage-qt libQtMimeTypes liblxqt liblxqt-mount lxqt-about \
    17.1 --- a/lynx/receipt	Sat Jan 26 17:03:55 2019 +0100
    17.2 +++ b/lynx/receipt	Sun Jan 27 17:42:10 2019 +0100
    17.3 @@ -6,7 +6,7 @@
    17.4  SHORT_DESC="Terminal-based text-only browser."
    17.5  MAINTAINER="samuel_trassare@yahoo.com"
    17.6  LICENSE="GPL2"
    17.7 -WEB_SITE="http://lynx.isc.org"
    17.8 +WEB_SITE="http://lynx.invisible-island.net"
    17.9  TARBALL="$PACKAGE$VERSION.tar.gz"
   17.10  WGET_URL="http://lynx.isc.org/$PACKAGE$VERSION/$TARBALL"
   17.11  HOST_ARCH="i486 arm"
    18.1 --- a/nbs-dev/receipt	Sat Jan 26 17:03:55 2019 +0100
    18.2 +++ b/nbs-dev/receipt	Sun Jan 27 17:42:10 2019 +0100
    18.3 @@ -6,7 +6,7 @@
    18.4  SHORT_DESC="Network Broadcast Sound development files."
    18.5  MAINTAINER="pascal.bellard@slitaz.org"
    18.6  LICENSE="GPL2"
    18.7 -WEB_SITE="http://svn.digium.com/view/nbs"
    18.8 +WEB_SITE="http://www.asterisk.org/"
    18.9  WANTED="nbs"
   18.10  
   18.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    19.1 --- a/nbs/receipt	Sat Jan 26 17:03:55 2019 +0100
    19.2 +++ b/nbs/receipt	Sun Jan 27 17:42:10 2019 +0100
    19.3 @@ -6,7 +6,7 @@
    19.4  SHORT_DESC="Network Broadcast Sound."
    19.5  MAINTAINER="pascal.bellard@slitaz.org"
    19.6  LICENSE="GPL2"
    19.7 -WEB_SITE="http://svn.digium.com/view/nbs"
    19.8 +WEB_SITE="http://www.asterisk.org/"
    19.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   19.10  WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk"
   19.11  
    20.1 --- a/ndiswrapper-driver/receipt	Sat Jan 26 17:03:55 2019 +0100
    20.2 +++ b/ndiswrapper-driver/receipt	Sun Jan 27 17:42:10 2019 +0100
    20.3 @@ -8,7 +8,7 @@
    20.4  LICENSE="GPL"
    20.5  SOURCE="ndiswrapper"
    20.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    20.7 -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
    20.8 +WEB_SITE="http://ndiswrapper.sourceforge.net/"
    20.9  WGET_URL="$SF_MIRROR/$SOURCE/stable/$TARBALL"
   20.10  TAGS="windows wireless network"
   20.11  
    21.1 --- a/ndiswrapper-driver64/receipt	Sat Jan 26 17:03:55 2019 +0100
    21.2 +++ b/ndiswrapper-driver64/receipt	Sun Jan 27 17:42:10 2019 +0100
    21.3 @@ -8,7 +8,7 @@
    21.4  LICENSE="GPL"
    21.5  SOURCE="ndiswrapper"
    21.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    21.7 -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
    21.8 +WEB_SITE="http://ndiswrapper.sourceforge.net/"
    21.9  WGET_URL="$SF_MIRROR/$SOURCE/stable/$TARBALL"
   21.10  TAGS="windows wireless network"
   21.11  PROVIDE="ndiswrapper-driver:linux64"
    22.1 --- a/ndiswrapper-utils/receipt	Sat Jan 26 17:03:55 2019 +0100
    22.2 +++ b/ndiswrapper-utils/receipt	Sun Jan 27 17:42:10 2019 +0100
    22.3 @@ -8,7 +8,7 @@
    22.4  LICENSE="GPL"
    22.5  SOURCE="ndiswrapper"
    22.6  WANTED="ndiswrapper-driver"
    22.7 -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
    22.8 +WEB_SITE="http://ndiswrapper.sourceforge.net/"
    22.9  
   22.10  DEPENDS="ndiswrapper-driver perl"
   22.11  
    23.1 --- a/ndiswrapper/receipt	Sat Jan 26 17:03:55 2019 +0100
    23.2 +++ b/ndiswrapper/receipt	Sun Jan 27 17:42:10 2019 +0100
    23.3 @@ -6,7 +6,7 @@
    23.4  SHORT_DESC="Add Windows network drivers support to Linux kernel."
    23.5  MAINTAINER="erjo@slitaz.org"
    23.6  LICENSE="GPL"
    23.7 -WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
    23.8 +WEB_SITE="http://ndiswrapper.sourceforge.net/"
    23.9  TAGS="windows wireless network"
   23.10  
   23.11  DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
    24.1 --- a/node/receipt	Sat Jan 26 17:03:55 2019 +0100
    24.2 +++ b/node/receipt	Sun Jan 27 17:42:10 2019 +0100
    24.3 @@ -7,7 +7,7 @@
    24.4  MAINTAINER="pankso@slitaz.org"
    24.5  LICENSE="MIT"
    24.6  TARBALL="$PACKAGE-v$VERSION.tar.gz"
    24.7 -WEB_SITE="http://nodejs.org/"
    24.8 +WEB_SITE="https://nodejs.org/"
    24.9  WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL"
   24.10  #HOST_ARCH="i486 arm"
   24.11  
    25.1 --- a/otf-gfs/receipt	Sat Jan 26 17:03:55 2019 +0100
    25.2 +++ b/otf-gfs/receipt	Sun Jan 27 17:42:10 2019 +0100
    25.3 @@ -6,7 +6,7 @@
    25.4  SHORT_DESC="Selection of open type fonts from the Greek Font Society"
    25.5  MAINTAINER="al.bobylev@gmail.com"
    25.6  LICENSE="SIL_OFL"
    25.7 -WEB_SITE="http://www.greekfontsociety.gr/pages/gr_typefaces1.html"
    25.8 +WEB_SITE="http://www.greekfontsociety-gfs.gr"
    25.9  TAGS="font otf"
   25.10  EXTRA_SOURCE_FILES="GFS_DIDOT_OT.zip GFS_BODONI_OT.zip GFS_OLGA_OT.zip \
   25.11  GFS_NEOHELLENIC_OT.zip GFS_ARTEMISIA_OT.zip GFS_THEOKRITOS_OT.zip \
    26.1 --- a/pdf2djvu/receipt	Sat Jan 26 17:03:55 2019 +0100
    26.2 +++ b/pdf2djvu/receipt	Sun Jan 27 17:42:10 2019 +0100
    26.3 @@ -7,7 +7,7 @@
    26.4  LICENSE="GPL2"
    26.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
    26.6  MAINTAINER="psychomaniak@xakep.ru"
    26.7 -WEB_SITE="https://bitbucket.org/jwilk/pdf2djvu"
    26.8 +WEB_SITE="http://jwilk.net/software/pdf2djvu"
    26.9  WGET_URL="$WEB_SITE/downloads/$TARBALL"
   26.10  
   26.11  TAGS="pdf djvu"
    27.1 --- a/perl-algorithm-permute/receipt	Sat Jan 26 17:03:55 2019 +0100
    27.2 +++ b/perl-algorithm-permute/receipt	Sun Jan 27 17:42:10 2019 +0100
    27.3 @@ -6,12 +6,12 @@
    27.4  SHORT_DESC="Algorithm::Permute module is a Perl extension."
    27.5  MAINTAINER="pascal.bellard@slitaz.org"
    27.6  LICENSE="GPL"
    27.7 -WEB_SITE="http://search.cpan.org/"
    27.8 +WEB_SITE="https://metacpan.org/"
    27.9  DEPENDS="perl"
   27.10  BUILD_DEPENDS="perl"
   27.11  SOURCE="Algorithm-Permute"
   27.12  TARBALL="$SOURCE-$VERSION.tar.gz"
   27.13 -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL"
   27.14 +WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL"
   27.15  
   27.16  # Rules to configure and make the package.
   27.17  compile_rules()
    28.1 --- a/perl-animation/receipt	Sat Jan 26 17:03:55 2019 +0100
    28.2 +++ b/perl-animation/receipt	Sun Jan 27 17:42:10 2019 +0100
    28.3 @@ -11,7 +11,7 @@
    28.4  SOURCE="Term-Animation"
    28.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    28.6  WEB_SITE="http://cpan.org/"
    28.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/$TARBALL"
    28.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/K/KB/KBAUCOM/$TARBALL"
    28.9  
   28.10  # Rules to configure and make the package.
   28.11  compile_rules()
    29.1 --- a/perl-apache-dbi/receipt	Sat Jan 26 17:03:55 2019 +0100
    29.2 +++ b/perl-apache-dbi/receipt	Sun Jan 27 17:42:10 2019 +0100
    29.3 @@ -11,7 +11,7 @@
    29.4  SOURCE="Apache-DBI"
    29.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    29.6  WEB_SITE="http://www.cpan.org/modules/"
    29.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/$TARBALL"
    29.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/$TARBALL"
    29.9  
   29.10  # Rules to configure and make the package.
   29.11  compile_rules()
    30.1 --- a/perl-authen-sasl/receipt	Sat Jan 26 17:03:55 2019 +0100
    30.2 +++ b/perl-authen-sasl/receipt	Sun Jan 27 17:42:10 2019 +0100
    30.3 @@ -11,7 +11,7 @@
    30.4  SOURCE="Authen-SASL"
    30.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    30.6  WEB_SITE="http://cpan.org/"
    30.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    30.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    30.9  
   30.10  # Rules to configure and make the package.
   30.11  compile_rules()
    31.1 --- a/perl-bit-vector/receipt	Sat Jan 26 17:03:55 2019 +0100
    31.2 +++ b/perl-bit-vector/receipt	Sun Jan 27 17:42:10 2019 +0100
    31.3 @@ -11,7 +11,7 @@
    31.4  SOURCE="Bit-Vector"
    31.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    31.6  WEB_SITE="https://metacpan.org/release/Bit-Vector/"
    31.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL"
    31.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL"
    31.9  
   31.10  # Rules to configure and make the package.
   31.11  compile_rules()
    32.1 --- a/perl-cairo/receipt	Sat Jan 26 17:03:55 2019 +0100
    32.2 +++ b/perl-cairo/receipt	Sun Jan 27 17:42:10 2019 +0100
    32.3 @@ -11,8 +11,8 @@
    32.4  BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \
    32.5  perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta"
    32.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    32.7 -WEB_SITE="http://search.cpan.org/~xaoc/Cairo-1.103/"
    32.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    32.9 +WEB_SITE="https://metacpan.org/~xaoc/Cairo-1.103/"
   32.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
   32.11  
   32.12  # Rules to configure and make the package.
   32.13  compile_rules()
    33.1 --- a/perl-carp-clan/receipt	Sat Jan 26 17:03:55 2019 +0100
    33.2 +++ b/perl-carp-clan/receipt	Sun Jan 27 17:42:10 2019 +0100
    33.3 @@ -11,7 +11,7 @@
    33.4  SOURCE="Carp-Clan"
    33.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    33.6  WEB_SITE="https://metacpan.org/release/Carp-Clan/"
    33.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL"
    33.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL"
    33.9  
   33.10  # Rules to configure and make the package.
   33.11  compile_rules()
    34.1 --- a/perl-cgi/receipt	Sat Jan 26 17:03:55 2019 +0100
    34.2 +++ b/perl-cgi/receipt	Sun Jan 27 17:42:10 2019 +0100
    34.3 @@ -11,7 +11,7 @@
    34.4  SOURCE="CGI.pm"
    34.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    34.6  WEB_SITE="http://cpan.org/"
    34.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/$TARBALL"
    34.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MARKSTOS/$TARBALL"
    34.9  
   34.10  # Rules to configure and make the package.
   34.11  compile_rules()
    35.1 --- a/perl-compress-raw-bzip2/receipt	Sat Jan 26 17:03:55 2019 +0100
    35.2 +++ b/perl-compress-raw-bzip2/receipt	Sun Jan 27 17:42:10 2019 +0100
    35.3 @@ -11,7 +11,7 @@
    35.4  SOURCE="Compress-Raw-Bzip2"
    35.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    35.6  WEB_SITE="http://cpan.org/"
    35.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL"
    35.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL"
    35.9  
   35.10  
   35.11  # Rules to configure and make the package.
    36.1 --- a/perl-compress-raw-zlib/receipt	Sat Jan 26 17:03:55 2019 +0100
    36.2 +++ b/perl-compress-raw-zlib/receipt	Sun Jan 27 17:42:10 2019 +0100
    36.3 @@ -11,7 +11,7 @@
    36.4  SOURCE="Compress-Raw-Zlib"
    36.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    36.6  WEB_SITE="http://cpan.org/"
    36.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL"
    36.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL"
    36.9  
   36.10  # Rules to configure and make the package.
   36.11  compile_rules()
    37.1 --- a/perl-config-general/receipt	Sat Jan 26 17:03:55 2019 +0100
    37.2 +++ b/perl-config-general/receipt	Sun Jan 27 17:42:10 2019 +0100
    37.3 @@ -11,7 +11,7 @@
    37.4  SOURCE="Config-General"
    37.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    37.6  WEB_SITE="http://cpan.org/"
    37.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/$TARBALL"
    37.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TL/TLINDEN/$TARBALL"
    37.9  
   37.10  # Rules to configure and make the package.
   37.11  compile_rules()
    38.1 --- a/perl-config-tiny/receipt	Sat Jan 26 17:03:55 2019 +0100
    38.2 +++ b/perl-config-tiny/receipt	Sun Jan 27 17:42:10 2019 +0100
    38.3 @@ -9,7 +9,7 @@
    38.4  SOURCE="Config-Tiny"
    38.5  TARBALL="$SOURCE-$VERSION.tgz"
    38.6  WEB_SITE="http://cpan.org/"
    38.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL"
    38.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL"
    38.9  
   38.10  DEPENDS="perl"
   38.11  BUILD_DEPENDS="perl"
    39.1 --- a/perl-convert-asn1/receipt	Sat Jan 26 17:03:55 2019 +0100
    39.2 +++ b/perl-convert-asn1/receipt	Sun Jan 27 17:42:10 2019 +0100
    39.3 @@ -11,7 +11,7 @@
    39.4  SOURCE="Convert-ASN1"
    39.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    39.6  WEB_SITE="http://cpan.org/"
    39.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    39.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    39.9  
   39.10  # Rules to configure and make the package.
   39.11  compile_rules()
    40.1 --- a/perl-crypt-ssleay/receipt	Sat Jan 26 17:03:55 2019 +0100
    40.2 +++ b/perl-crypt-ssleay/receipt	Sun Jan 27 17:42:10 2019 +0100
    40.3 @@ -11,7 +11,7 @@
    40.4  SOURCE="Crypt-SSLeay"
    40.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    40.6  WEB_SITE="http://cpan.org/"
    40.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL"
    40.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL"
    40.9  
   40.10  DEPENDS="openssl"
   40.11  BUILD_DEPENDS="openssl-dev"
    41.1 --- a/perl-date-calc/receipt	Sat Jan 26 17:03:55 2019 +0100
    41.2 +++ b/perl-date-calc/receipt	Sun Jan 27 17:42:10 2019 +0100
    41.3 @@ -11,8 +11,7 @@
    41.4  SOURCE="Date-Calc"
    41.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    41.6  WEB_SITE="https://metacpan.org/release/Date-Calc/"
    41.7 -WEB_SITE="https://metacpan.org/release/$ORIGIN"
    41.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL"
    41.9 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL"
   41.10  
   41.11  # Rules to configure and make the package.
   41.12  compile_rules()
    42.1 --- a/perl-date-manip/receipt	Sat Jan 26 17:03:55 2019 +0100
    42.2 +++ b/perl-date-manip/receipt	Sun Jan 27 17:42:10 2019 +0100
    42.3 @@ -11,7 +11,7 @@
    42.4  SOURCE="Date-Manip"
    42.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    42.6  WEB_SITE="https://metacpan.org/release/Date-Manip/"
    42.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$TARBALL"
    42.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SB/SBECK/$TARBALL"
    42.9  
   42.10  # Rules to configure and make the package.
   42.11  compile_rules()
    43.1 --- a/perl-datetime-format-mail/receipt	Sat Jan 26 17:03:55 2019 +0100
    43.2 +++ b/perl-datetime-format-mail/receipt	Sun Jan 27 17:42:10 2019 +0100
    43.3 @@ -9,7 +9,7 @@
    43.4  SOURCE="DateTime-Format-Mail"
    43.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    43.6  WEB_SITE="http://cpan.org/"
    43.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    43.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    43.9  
   43.10  DEPENDS="perl"
   43.11  BUILD_DEPENDS="perl-datetime perl-params-validate"
    44.1 --- a/perl-datetime-format-strptime/receipt	Sat Jan 26 17:03:55 2019 +0100
    44.2 +++ b/perl-datetime-format-strptime/receipt	Sun Jan 27 17:42:10 2019 +0100
    44.3 @@ -9,7 +9,7 @@
    44.4  SOURCE="DateTime-Format-Strptime"
    44.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    44.6  WEB_SITE="http://cpan.org/"
    44.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    44.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    44.9  
   44.10  DEPENDS="perl"
   44.11  BUILD_DEPENDS="perl-datetime perl-params-validate perl-test-simple"
    45.1 --- a/perl-datetime-format-w3cdtf/receipt	Sat Jan 26 17:03:55 2019 +0100
    45.2 +++ b/perl-datetime-format-w3cdtf/receipt	Sun Jan 27 17:42:10 2019 +0100
    45.3 @@ -11,7 +11,7 @@
    45.4  SOURCE="DateTime-Format-W3CDTF"
    45.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    45.6  WEB_SITE="http://cpan.org/"
    45.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$TARBALL"
    45.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$TARBALL"
    45.9  
   45.10  # Rules to configure and make the package.
   45.11  compile_rules()
    46.1 --- a/perl-datetime-locale/receipt	Sat Jan 26 17:03:55 2019 +0100
    46.2 +++ b/perl-datetime-locale/receipt	Sun Jan 27 17:42:10 2019 +0100
    46.3 @@ -11,7 +11,7 @@
    46.4  SOURCE="DateTime-Locale"
    46.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    46.6  WEB_SITE="http://cpan.org/"
    46.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    46.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    46.9  
   46.10  # Rules to configure and make the package.
   46.11  compile_rules()
    47.1 --- a/perl-datetime-timezone/receipt	Sat Jan 26 17:03:55 2019 +0100
    47.2 +++ b/perl-datetime-timezone/receipt	Sun Jan 27 17:42:10 2019 +0100
    47.3 @@ -11,7 +11,7 @@
    47.4  SOURCE="DateTime-TimeZone"
    47.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    47.6  WEB_SITE="http://cpan.org/"
    47.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    47.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    47.9  
   47.10  # Rules to configure and make the package.
   47.11  compile_rules()
    48.1 --- a/perl-datetime/receipt	Sat Jan 26 17:03:55 2019 +0100
    48.2 +++ b/perl-datetime/receipt	Sun Jan 27 17:42:10 2019 +0100
    48.3 @@ -9,7 +9,7 @@
    48.4  SOURCE="DateTime"
    48.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    48.6  WEB_SITE="https://metacpan.org/release/DateTime"
    48.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    48.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    48.9  
   48.10  DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \
   48.11  perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal \
    49.1 --- a/perl-digest-hmac/receipt	Sat Jan 26 17:03:55 2019 +0100
    49.2 +++ b/perl-digest-hmac/receipt	Sun Jan 27 17:42:10 2019 +0100
    49.3 @@ -11,7 +11,7 @@
    49.4  SOURCE="Digest-HMAC"
    49.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    49.6  WEB_SITE="http://cpan.org/"
    49.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    49.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    49.9  
   49.10  # Rules to configure and make the package.
   49.11  compile_rules()
    50.1 --- a/perl-digest-md5/receipt	Sat Jan 26 17:03:55 2019 +0100
    50.2 +++ b/perl-digest-md5/receipt	Sun Jan 27 17:42:10 2019 +0100
    50.3 @@ -9,7 +9,7 @@
    50.4  WEB_SITE="https://metacpan.org/release/Digest-MD5"
    50.5  SOURCE="Digest-MD5"
    50.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    50.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    50.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    50.9  
   50.10  DEPENDS="perl"
   50.11  BUILD_DEPENDS="perl"
    51.1 --- a/perl-digest-sha1/receipt	Sat Jan 26 17:03:55 2019 +0100
    51.2 +++ b/perl-digest-sha1/receipt	Sun Jan 27 17:42:10 2019 +0100
    51.3 @@ -11,7 +11,7 @@
    51.4  SOURCE="Digest-SHA1"
    51.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    51.6  WEB_SITE="http://cpan.org/"
    51.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    51.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    51.9  
   51.10  # Rules to configure and make the package.
   51.11  compile_rules()
    52.1 --- a/perl-encode-locale/receipt	Sat Jan 26 17:03:55 2019 +0100
    52.2 +++ b/perl-encode-locale/receipt	Sun Jan 27 17:42:10 2019 +0100
    52.3 @@ -9,7 +9,7 @@
    52.4  WEB_SITE="https://metacpan.org/release/Encode-Locale"
    52.5  SOURCE="Encode-Locale"
    52.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    52.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    52.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    52.9  
   52.10  DEPENDS="perl"
   52.11  BUILD_DEPENDS="perl"
    53.1 --- a/perl-expect/receipt	Sat Jan 26 17:03:55 2019 +0100
    53.2 +++ b/perl-expect/receipt	Sun Jan 27 17:42:10 2019 +0100
    53.3 @@ -6,13 +6,13 @@
    53.4  SHORT_DESC="Expect.pm module is a Perl extension."
    53.5  MAINTAINER="pascal.bellard@slitaz.org"
    53.6  LICENSE="GPL"
    53.7 -WEB_SITE="http://search.cpan.org/"
    53.8 +WEB_SITE="https://metacpan.org/"
    53.9  DEPENDS="perl-io-tty"
   53.10  SUGGESTED="perl-io-stty"
   53.11  BUILD_DEPENDS="perl-io-tty"
   53.12  SOURCE="Expect"
   53.13  TARBALL="$SOURCE-$VERSION.tar.gz"
   53.14 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL"
   53.15 +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL"
   53.16  
   53.17  # Rules to configure and make the package.
   53.18  compile_rules()
    54.1 --- a/perl-extutils-depends/receipt	Sat Jan 26 17:03:55 2019 +0100
    54.2 +++ b/perl-extutils-depends/receipt	Sun Jan 27 17:42:10 2019 +0100
    54.3 @@ -10,8 +10,8 @@
    54.4  DEPENDS="perl"
    54.5  BUILD_DEPENDS="perl"
    54.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    54.7 -WEB_SITE="http://search.cpan.org/~flora/ExtUtils-Depends-0.304/"
    54.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL"
    54.9 +WEB_SITE="https://metacpan.org/~flora/ExtUtils-Depends-0.304/"
   54.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/F/FL/FLORA/$TARBALL"
   54.11  
   54.12  # Rules to configure and make the package.
   54.13  compile_rules()
    55.1 --- a/perl-extutils-pkgconfig/receipt	Sat Jan 26 17:03:55 2019 +0100
    55.2 +++ b/perl-extutils-pkgconfig/receipt	Sun Jan 27 17:42:10 2019 +0100
    55.3 @@ -10,8 +10,8 @@
    55.4  DEPENDS="perl pkg-config"
    55.5  BUILD_DEPENDS="perl pkg-config"
    55.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    55.7 -WEB_SITE="http://search.cpan.org/~xaoc/ExtUtils-PkgConfig-1.14/"
    55.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    55.9 +WEB_SITE="https://metacpan.org/~xaoc/ExtUtils-PkgConfig-1.14/"
   55.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
   55.11  
   55.12  # Rules to configure and make the package.
   55.13  compile_rules()
    56.1 --- a/perl-file-basedir/receipt	Sat Jan 26 17:03:55 2019 +0100
    56.2 +++ b/perl-file-basedir/receipt	Sun Jan 27 17:42:10 2019 +0100
    56.3 @@ -11,7 +11,7 @@
    56.4  SOURCE="File-BaseDir"
    56.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    56.6  WEB_SITE="http://cpan.org/"
    56.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$TARBALL"
    56.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PA/PARDUS/$TARBALL"
    56.9  
   56.10  # Rules to configure and make the package.
   56.11  compile_rules()
    57.1 --- a/perl-file-desktopentry/receipt	Sat Jan 26 17:03:55 2019 +0100
    57.2 +++ b/perl-file-desktopentry/receipt	Sun Jan 27 17:42:10 2019 +0100
    57.3 @@ -11,7 +11,7 @@
    57.4  SOURCE="File-DesktopEntry"
    57.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    57.6  WEB_SITE="http://cpan.org/"
    57.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL"
    57.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL"
    57.9  
   57.10  # Rules to configure and make the package.
   57.11  compile_rules()
    58.1 --- a/perl-file-find-rule/receipt	Sat Jan 26 17:03:55 2019 +0100
    58.2 +++ b/perl-file-find-rule/receipt	Sun Jan 27 17:42:10 2019 +0100
    58.3 @@ -11,7 +11,7 @@
    58.4  SOURCE="File-Find-Rule"
    58.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    58.6  WEB_SITE="https://metacpan.org/release/File-Find-Rule/"
    58.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL"
    58.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL"
    58.9  
   58.10  # Rules to configure and make the package.
   58.11  compile_rules()
    59.1 --- a/perl-file-listing/receipt	Sat Jan 26 17:03:55 2019 +0100
    59.2 +++ b/perl-file-listing/receipt	Sun Jan 27 17:42:10 2019 +0100
    59.3 @@ -11,7 +11,7 @@
    59.4  SOURCE="File-Listing"
    59.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    59.6  WEB_SITE="http://cpan.org/"
    59.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    59.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    59.9  
   59.10  # Rules to configure and make the package.
   59.11  compile_rules()
    60.1 --- a/perl-file-mimeinfo/receipt	Sat Jan 26 17:03:55 2019 +0100
    60.2 +++ b/perl-file-mimeinfo/receipt	Sun Jan 27 17:42:10 2019 +0100
    60.3 @@ -11,7 +11,7 @@
    60.4  SOURCE="File-MimeInfo"
    60.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    60.6  WEB_SITE="http://cpan.org/"
    60.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL"
    60.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PA/PARDUS/$SOURCE/$TARBALL"
    60.9  
   60.10  # Rules to configure and make the package.
   60.11  compile_rules()
    61.1 --- a/perl-file-rsync/receipt	Sat Jan 26 17:03:55 2019 +0100
    61.2 +++ b/perl-file-rsync/receipt	Sun Jan 27 17:42:10 2019 +0100
    61.3 @@ -9,7 +9,7 @@
    61.4  SOURCE="File-RsyncP"
    61.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    61.6  WEB_SITE="https://metacpan.org/release/File-RsyncP"
    61.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL"
    61.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL"
    61.9  
   61.10  DEPENDS="perl rsync"
   61.11  BUILD_DEPENDS="perl"
    62.1 --- a/perl-file-slurp/receipt	Sat Jan 26 17:03:55 2019 +0100
    62.2 +++ b/perl-file-slurp/receipt	Sun Jan 27 17:42:10 2019 +0100
    62.3 @@ -11,7 +11,7 @@
    62.4  SOURCE="File-Slurp"
    62.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    62.6  WEB_SITE="https://metacpan.org/release/File-Slurp"
    62.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    62.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    62.9  
   62.10  # Rules to configure and make the package.
   62.11  compile_rules()
    63.1 --- a/perl-file-tail/receipt	Sat Jan 26 17:03:55 2019 +0100
    63.2 +++ b/perl-file-tail/receipt	Sun Jan 27 17:42:10 2019 +0100
    63.3 @@ -11,7 +11,7 @@
    63.4  SOURCE="File-Tail"
    63.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    63.6  WEB_SITE="http://cpan.org/"
    63.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL"
    63.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL"
    63.9  
   63.10  # Rules to configure and make the package.
   63.11  compile_rules()
    64.1 --- a/perl-filesys-statvfs/receipt	Sat Jan 26 17:03:55 2019 +0100
    64.2 +++ b/perl-filesys-statvfs/receipt	Sun Jan 27 17:42:10 2019 +0100
    64.3 @@ -9,7 +9,7 @@
    64.4  SOURCE="Filesys-Statvfs"
    64.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    64.6  WEB_SITE="http://cpan.org/"
    64.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL"
    64.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL"
    64.9  
   64.10  DEPENDS="perl"
   64.11  BUILD_DEPENDS="perl"
    65.1 --- a/perl-fuse/receipt	Sat Jan 26 17:03:55 2019 +0100
    65.2 +++ b/perl-fuse/receipt	Sun Jan 27 17:42:10 2019 +0100
    65.3 @@ -9,7 +9,7 @@
    65.4  SOURCE="Fuse"
    65.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    65.6  WEB_SITE="http://cpan.org/"
    65.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DP/DPAVLIN/$TARBALL"
    65.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DP/DPAVLIN/$TARBALL"
    65.9  
   65.10  DEPENDS="perl fuse perl-filesys-statvfs perl-lchown perl-unix-mknod"
   65.11  BUILD_DEPENDS="perl fuse-dev perl-filesys-statvfs perl-lchown perl-unix-mknod"
    66.1 --- a/perl-geo-ipfree/receipt	Sat Jan 26 17:03:55 2019 +0100
    66.2 +++ b/perl-geo-ipfree/receipt	Sun Jan 27 17:42:10 2019 +0100
    66.3 @@ -11,7 +11,7 @@
    66.4  SOURCE="Geo-IPfree"
    66.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    66.6  WEB_SITE="http://cpan.org/"
    66.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL"
    66.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL"
    66.9  
   66.10  
   66.11  # Rules to configure and make the package.
    67.1 --- a/perl-glib/receipt	Sat Jan 26 17:03:55 2019 +0100
    67.2 +++ b/perl-glib/receipt	Sun Jan 27 17:42:10 2019 +0100
    67.3 @@ -10,8 +10,8 @@
    67.4  DEPENDS="perl glib"
    67.5  BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev"
    67.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    67.7 -WEB_SITE="http://search.cpan.org/~xaoc/Glib-1.301/"
    67.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    67.9 +WEB_SITE="https://metacpan.org/~xaoc/Glib-1.301/"
   67.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
   67.11  
   67.12  # Rules to configure and make the package.
   67.13  compile_rules()
    68.1 --- a/perl-gssapi/receipt	Sat Jan 26 17:03:55 2019 +0100
    68.2 +++ b/perl-gssapi/receipt	Sun Jan 27 17:42:10 2019 +0100
    68.3 @@ -11,7 +11,7 @@
    68.4  SOURCE="GSSAPI"
    68.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    68.6  WEB_SITE="http://cpan.org/"
    68.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/$TARBALL"
    68.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AG/AGROLMS/$TARBALL"
    68.9  
   68.10  # Rules to configure and make the package.
   68.11  compile_rules()
    69.1 --- a/perl-gtk2-trayicon/receipt	Sat Jan 26 17:03:55 2019 +0100
    69.2 +++ b/perl-gtk2-trayicon/receipt	Sun Jan 27 17:42:10 2019 +0100
    69.3 @@ -9,7 +9,7 @@
    69.4  SOURCE="Gtk2-TrayIcon"
    69.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    69.6  WEB_SITE="http://cpan.org/"
    69.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL"
    69.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL"
    69.9  
   69.10  DEPENDS="perl-gtk2"
   69.11  BUILD_DEPENDS="perl-gtk2 perl-extutils-depends perl-extutils-pkgconfig gtk+-dev"
    70.1 --- a/perl-gtk2/receipt	Sat Jan 26 17:03:55 2019 +0100
    70.2 +++ b/perl-gtk2/receipt	Sun Jan 27 17:42:10 2019 +0100
    70.3 @@ -12,8 +12,8 @@
    70.4  perl-glib perl-pango perl-cairo xorg-dev xorg-xproto xorg-renderproto \
    70.5  xorg-kbproto"
    70.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    70.7 -WEB_SITE="http://search.cpan.org/~xaoc/Gtk2-1.247/"
    70.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    70.9 +WEB_SITE="https://metacpan.org/~xaoc/Gtk2-1.247/"
   70.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
   70.11  
   70.12  # Rules to configure and make the package.
   70.13  compile_rules()
    71.1 --- a/perl-html-parser/receipt	Sat Jan 26 17:03:55 2019 +0100
    71.2 +++ b/perl-html-parser/receipt	Sun Jan 27 17:42:10 2019 +0100
    71.3 @@ -10,8 +10,8 @@
    71.4  BUILD_DEPENDS="perl perl-html-tagset"
    71.5  SOURCE="HTML-Parser"
    71.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    71.7 -WEB_SITE="http://search.cpan.org/~gaas/HTML-Parser/"
    71.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    71.9 +WEB_SITE="https://metacpan.org/~gaas/HTML-Parser/"
   71.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   71.11  
   71.12  # Rules to configure and make the package.
   71.13  compile_rules()
    72.1 --- a/perl-html-tagset/receipt	Sat Jan 26 17:03:55 2019 +0100
    72.2 +++ b/perl-html-tagset/receipt	Sun Jan 27 17:42:10 2019 +0100
    72.3 @@ -11,7 +11,7 @@
    72.4  SOURCE="HTML-Tagset"
    72.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    72.6  WEB_SITE="http://www.cpan.org/modules"
    72.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
    72.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
    72.9  
   72.10  # Rules to configure and make the package.
   72.11  compile_rules()
    73.1 --- a/perl-html-tree/receipt	Sat Jan 26 17:03:55 2019 +0100
    73.2 +++ b/perl-html-tree/receipt	Sun Jan 27 17:42:10 2019 +0100
    73.3 @@ -11,7 +11,7 @@
    73.4  SOURCE="HTML-Tree"
    73.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    73.6  WEB_SITE="https://metacpan.org/release/HTML-Tree"
    73.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/$TARBALL"
    73.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JF/JFEARN/$TARBALL"
    73.9  
   73.10  # Rules to configure and make the package.
   73.11  compile_rules()
    74.1 --- a/perl-http-date/receipt	Sat Jan 26 17:03:55 2019 +0100
    74.2 +++ b/perl-http-date/receipt	Sun Jan 27 17:42:10 2019 +0100
    74.3 @@ -9,7 +9,7 @@
    74.4  WEB_SITE="https://metacpan.org/release/HTTP-Date"
    74.5  SOURCE="HTTP-Date"
    74.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    74.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    74.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    74.9  
   74.10  DEPENDS="perl"
   74.11  BUILD_DEPENDS="perl"
    75.1 --- a/perl-http-message/receipt	Sat Jan 26 17:03:55 2019 +0100
    75.2 +++ b/perl-http-message/receipt	Sun Jan 27 17:42:10 2019 +0100
    75.3 @@ -9,7 +9,7 @@
    75.4  WEB_SITE="https://metacpan.org/release/HTTP-Message"
    75.5  SOURCE="HTTP-Message"
    75.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    75.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    75.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    75.9  
   75.10  DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
   75.11  BUILD_DEPENDS="$DEPENDS"
    76.1 --- a/perl-http-parser/receipt	Sat Jan 26 17:03:55 2019 +0100
    76.2 +++ b/perl-http-parser/receipt	Sun Jan 27 17:42:10 2019 +0100
    76.3 @@ -6,10 +6,10 @@
    76.4  SHORT_DESC="parse HTTP/1.1 request into HTTP::Request/Response object"
    76.5  MAINTAINER="erjo@slitaz.org"
    76.6  LICENSE="GPL"
    76.7 -WEB_SITE="http://search.cpan.org/~edeca/HTTP-Parser-0.06/"
    76.8 +WEB_SITE="https://metacpan.org/~edeca/HTTP-Parser-0.06/"
    76.9  SOURCE="HTTP-Parser"
   76.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   76.11 -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL"
   76.12 +WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDECA/$TARBALL"
   76.13  
   76.14  DEPENDS="perl-http-message perl-uri"
   76.15  BUILD_DEPENDS="perl $DEPENDS"
    77.1 --- a/perl-http-server-simple/receipt	Sat Jan 26 17:03:55 2019 +0100
    77.2 +++ b/perl-http-server-simple/receipt	Sun Jan 27 17:42:10 2019 +0100
    77.3 @@ -11,7 +11,7 @@
    77.4  SOURCE="HTTP-Server-Simple"
    77.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    77.6  WEB_SITE="http://cpan.org/"
    77.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/$TARBALL"
    77.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JE/JESSE/$TARBALL"
    77.9  
   77.10  # Rules to configure and make the package.
   77.11  compile_rules()
    78.1 --- a/perl-io-compress/receipt	Sat Jan 26 17:03:55 2019 +0100
    78.2 +++ b/perl-io-compress/receipt	Sun Jan 27 17:42:10 2019 +0100
    78.3 @@ -11,7 +11,7 @@
    78.4  SOURCE="IO-Compress"
    78.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    78.6  WEB_SITE="http://cpan.org/"
    78.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL"
    78.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PM/PMQS/$TARBALL"
    78.9  
   78.10  
   78.11  # Rules to configure and make the package.
    79.1 --- a/perl-io-scalar/receipt	Sat Jan 26 17:03:55 2019 +0100
    79.2 +++ b/perl-io-scalar/receipt	Sun Jan 27 17:42:10 2019 +0100
    79.3 @@ -11,7 +11,7 @@
    79.4  SOURCE="IO-stringy"
    79.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    79.6  WEB_SITE="http://cpan.org/"
    79.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/$TARBALL"
    79.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DS/DSKOLL/$TARBALL"
    79.9  
   79.10  # Rules to configure and make the package.
   79.11  compile_rules()
    80.1 --- a/perl-io-socket-inet6/receipt	Sat Jan 26 17:03:55 2019 +0100
    80.2 +++ b/perl-io-socket-inet6/receipt	Sun Jan 27 17:42:10 2019 +0100
    80.3 @@ -11,7 +11,7 @@
    80.4  SOURCE="IO-Socket-INET6"
    80.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    80.6  WEB_SITE="http://cpan.org/"
    80.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$TARBALL"
    80.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SH/SHLOMIF/$TARBALL"
    80.9  
   80.10  # Rules to configure and make the package.
   80.11  compile_rules()
    81.1 --- a/perl-io-socket-ssl/receipt	Sat Jan 26 17:03:55 2019 +0100
    81.2 +++ b/perl-io-socket-ssl/receipt	Sun Jan 27 17:42:10 2019 +0100
    81.3 @@ -11,7 +11,7 @@
    81.4  SOURCE="IO-Socket-SSL"
    81.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    81.6  WEB_SITE="http://cpan.org/"
    81.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL"
    81.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL"
    81.9  
   81.10  # Rules to configure and make the package.
   81.11  compile_rules()
    82.1 --- a/perl-io-stty/receipt	Sat Jan 26 17:03:55 2019 +0100
    82.2 +++ b/perl-io-stty/receipt	Sun Jan 27 17:42:10 2019 +0100
    82.3 @@ -6,12 +6,12 @@
    82.4  SHORT_DESC="IO::Stty module is a Perl extension."
    82.5  MAINTAINER="pascal.bellard@slitaz.org"
    82.6  LICENSE="GPL"
    82.7 -WEB_SITE="http://search.cpan.org/"
    82.8 +WEB_SITE="https://metacpan.org/"
    82.9  DEPENDS="perl"
   82.10  BUILD_DEPENDS="perl"
   82.11  SOURCE="IO-Stty"
   82.12  TARBALL="$SOURCE-$VERSION.tar.gz"
   82.13 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
   82.14 +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
   82.15  
   82.16  # Rules to configure and make the package.
   82.17  compile_rules()
    83.1 --- a/perl-io-tty/receipt	Sat Jan 26 17:03:55 2019 +0100
    83.2 +++ b/perl-io-tty/receipt	Sun Jan 27 17:42:10 2019 +0100
    83.3 @@ -6,12 +6,12 @@
    83.4  SHORT_DESC="IO::Tty module is a Perl extension."
    83.5  MAINTAINER="pascal.bellard@slitaz.org"
    83.6  LICENSE="GPL"
    83.7 -WEB_SITE="http://search.cpan.org/"
    83.8 +WEB_SITE="https://metacpan.org/"
    83.9  DEPENDS="perl"
   83.10  BUILD_DEPENDS="perl"
   83.11  SOURCE="IO-Tty"
   83.12  TARBALL="$SOURCE-$VERSION.tar.gz"
   83.13 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
   83.14 +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
   83.15  
   83.16  # Rules to configure and make the package.
   83.17  compile_rules()
    84.1 --- a/perl-ipc-run/receipt	Sat Jan 26 17:03:55 2019 +0100
    84.2 +++ b/perl-ipc-run/receipt	Sun Jan 27 17:42:10 2019 +0100
    84.3 @@ -11,7 +11,7 @@
    84.4  SOURCE="IPC-Run"
    84.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    84.6  WEB_SITE="http://cpan.org/"
    84.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
    84.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
    84.9  
   84.10  # Rules to configure and make the package.
   84.11  compile_rules()
    85.1 --- a/perl-lchown/receipt	Sat Jan 26 17:03:55 2019 +0100
    85.2 +++ b/perl-lchown/receipt	Sun Jan 27 17:42:10 2019 +0100
    85.3 @@ -9,7 +9,7 @@
    85.4  SOURCE="Lchown"
    85.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    85.6  WEB_SITE="http://cpan.org/"
    85.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL"
    85.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL"
    85.9  
   85.10  DEPENDS="perl"
   85.11  BUILD_DEPENDS="perl"
    86.1 --- a/perl-libjson/receipt	Sat Jan 26 17:03:55 2019 +0100
    86.2 +++ b/perl-libjson/receipt	Sun Jan 27 17:42:10 2019 +0100
    86.3 @@ -9,7 +9,7 @@
    86.4  LICENSE="GPL"
    86.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    86.6  WEB_SITE="https://metacpan.org/release/JSON"
    86.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
    86.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
    86.9  
   86.10  DEPENDS="perl"
   86.11  BUILD_DEPENDS="perl"
    87.1 --- a/perl-locale-gettext/receipt	Sat Jan 26 17:03:55 2019 +0100
    87.2 +++ b/perl-locale-gettext/receipt	Sun Jan 27 17:42:10 2019 +0100
    87.3 @@ -11,7 +11,7 @@
    87.4  SOURCE="gettext"
    87.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    87.6  WEB_SITE="https://metacpan.org/release/gettext/"
    87.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/$TARBALL"
    87.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PV/PVANDRY/$TARBALL"
    87.9  
   87.10  # Rules to configure and make the package.
   87.11  compile_rules()
    88.1 --- a/perl-lwp-mediatypes/receipt	Sat Jan 26 17:03:55 2019 +0100
    88.2 +++ b/perl-lwp-mediatypes/receipt	Sun Jan 27 17:42:10 2019 +0100
    88.3 @@ -9,7 +9,7 @@
    88.4  WEB_SITE="https://metacpan.org/release/LWP-MediaTypes"
    88.5  SOURCE="LWP-MediaTypes"
    88.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    88.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    88.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    88.9  
   88.10  DEPENDS="perl"
   88.11  BUILD_DEPENDS="perl"
    89.1 --- a/perl-mailtools/receipt	Sat Jan 26 17:03:55 2019 +0100
    89.2 +++ b/perl-mailtools/receipt	Sun Jan 27 17:42:10 2019 +0100
    89.3 @@ -11,7 +11,7 @@
    89.4  SOURCE="MailTools"
    89.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    89.6  WEB_SITE="http://cpan.org/"
    89.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL"
    89.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL"
    89.9  PROVIDE="perl-mail-address perl-mail-cap perl-mail-field perl-mail-filter \
   89.10  perl-mail-header perl-mail-internet perl-mail-mailer perl-mail-send \
   89.11  perl-mail-util"
    90.1 --- a/perl-maketext-gettext/receipt	Sat Jan 26 17:03:55 2019 +0100
    90.2 +++ b/perl-maketext-gettext/receipt	Sun Jan 27 17:42:10 2019 +0100
    90.3 @@ -11,7 +11,7 @@
    90.4  SOURCE="Locale-Maketext-Gettext"
    90.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    90.6  WEB_SITE="http://cpan.org/"
    90.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/I/IM/IMACAT/$TARBALL"
    90.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/I/IM/IMACAT/$TARBALL"
    90.9  
   90.10  # Rules to configure and make the package.
   90.11  compile_rules()
    91.1 --- a/perl-md4/receipt	Sat Jan 26 17:03:55 2019 +0100
    91.2 +++ b/perl-md4/receipt	Sun Jan 27 17:42:10 2019 +0100
    91.3 @@ -6,10 +6,10 @@
    91.4  SHORT_DESC="Digest::Perl::MD4 is a Perl extension."
    91.5  MAINTAINER="pascal.bellard@slitaz.org"
    91.6  LICENSE="GPL"
    91.7 -WEB_SITE="http://search.cpan.org/"
    91.8 +WEB_SITE="https://metacpan.org/"
    91.9  SOURCE="Digest-Perl-MD4"
   91.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   91.11 -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL"
   91.12 +WGET_URL="https://metacpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL"
   91.13  
   91.14  DEPENDS="perl"
   91.15  BUILD_DEPENDS="perl"
    92.1 --- a/perl-mime-base64/receipt	Sat Jan 26 17:03:55 2019 +0100
    92.2 +++ b/perl-mime-base64/receipt	Sun Jan 27 17:42:10 2019 +0100
    92.3 @@ -11,7 +11,7 @@
    92.4  SOURCE="MIME-Base64"
    92.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    92.6  WEB_SITE="http://cpan.org/"
    92.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    92.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    92.9  
   92.10  # Rules to configure and make the package.
   92.11  compile_rules()
    93.1 --- a/perl-mime-lite/receipt	Sat Jan 26 17:03:55 2019 +0100
    93.2 +++ b/perl-mime-lite/receipt	Sun Jan 27 17:42:10 2019 +0100
    93.3 @@ -11,7 +11,7 @@
    93.4  SOURCE="MIME-Lite"
    93.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    93.6  WEB_SITE="http://cpan.org/"
    93.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$TARBALL"
    93.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RJ/RJBS/$TARBALL"
    93.9  
   93.10  # Rules to configure and make the package.
   93.11  compile_rules()
    94.1 --- a/perl-mime-types/receipt	Sat Jan 26 17:03:55 2019 +0100
    94.2 +++ b/perl-mime-types/receipt	Sun Jan 27 17:42:10 2019 +0100
    94.3 @@ -11,7 +11,7 @@
    94.4  SOURCE="MIME-Types"
    94.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    94.6  WEB_SITE="http://cpan.org/"
    94.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL"
    94.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL"
    94.9  
   94.10  # Rules to configure and make the package.
   94.11  compile_rules()
    95.1 --- a/perl-net-dns/receipt	Sat Jan 26 17:03:55 2019 +0100
    95.2 +++ b/perl-net-dns/receipt	Sun Jan 27 17:42:10 2019 +0100
    95.3 @@ -11,7 +11,7 @@
    95.4  SOURCE="Net-DNS"
    95.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    95.6  WEB_SITE="http://cpan.org/"
    95.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/$TARBALL"
    95.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/O/OL/OLAF/$TARBALL"
    95.9  
   95.10  
   95.11  # Rules to configure and make the package.
    96.1 --- a/perl-net-ftp-autoreconnect/receipt	Sat Jan 26 17:03:55 2019 +0100
    96.2 +++ b/perl-net-ftp-autoreconnect/receipt	Sun Jan 27 17:42:10 2019 +0100
    96.3 @@ -11,7 +11,7 @@
    96.4  SOURCE="Net-FTP-AutoReconnect"
    96.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    96.6  WEB_SITE="http://cpan.org/"
    96.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    96.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    96.9  
   96.10  # Rules to configure and make the package.
   96.11  compile_rules()
    97.1 --- a/perl-net-ftp-retrhandle/receipt	Sat Jan 26 17:03:55 2019 +0100
    97.2 +++ b/perl-net-ftp-retrhandle/receipt	Sun Jan 27 17:42:10 2019 +0100
    97.3 @@ -11,7 +11,7 @@
    97.4  SOURCE="Net-FTP-RetrHandle"
    97.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    97.6  WEB_SITE="http://cpan.org/"
    97.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    97.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    97.9  
   97.10  # Rules to configure and make the package.
   97.11  compile_rules()
    98.1 --- a/perl-net-ftp/receipt	Sat Jan 26 17:03:55 2019 +0100
    98.2 +++ b/perl-net-ftp/receipt	Sun Jan 27 17:42:10 2019 +0100
    98.3 @@ -11,7 +11,7 @@
    98.4  SOURCE="libnet"
    98.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    98.6  WEB_SITE="http://cpan.org/"
    98.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    98.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    98.9  
   98.10  # Rules to configure and make the package.
   98.11  compile_rules()
    99.1 --- a/perl-net-ip/receipt	Sat Jan 26 17:03:55 2019 +0100
    99.2 +++ b/perl-net-ip/receipt	Sun Jan 27 17:42:10 2019 +0100
    99.3 @@ -11,7 +11,7 @@
    99.4  SOURCE="Net-IP"
    99.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    99.6  WEB_SITE="http://www.cpan.org/modules/"
    99.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MANU/$TARBALL"
    99.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MANU/$TARBALL"
    99.9  
   99.10  # Rules to configure and make the package.
   99.11  compile_rules()
   100.1 --- a/perl-net-ldap/receipt	Sat Jan 26 17:03:55 2019 +0100
   100.2 +++ b/perl-net-ldap/receipt	Sun Jan 27 17:42:10 2019 +0100
   100.3 @@ -12,7 +12,7 @@
   100.4  SOURCE="perl-ldap"
   100.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   100.6  WEB_SITE="http://cpan.org/"
   100.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
   100.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
   100.9  
  100.10  # Rules to configure and make the package.
  100.11  compile_rules()
   101.1 --- a/perl-net-mysql/receipt	Sat Jan 26 17:03:55 2019 +0100
   101.2 +++ b/perl-net-mysql/receipt	Sun Jan 27 17:42:10 2019 +0100
   101.3 @@ -11,7 +11,7 @@
   101.4  SOURCE="Net-MySQL"
   101.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   101.6  WEB_SITE="http://cpan.org/"
   101.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/$TARBALL"
   101.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/O/OY/OYAMA/$TARBALL"
   101.9  
  101.10  # Rules to configure and make the package.
  101.11  compile_rules()
   102.1 --- a/perl-net-ssleay/receipt	Sat Jan 26 17:03:55 2019 +0100
   102.2 +++ b/perl-net-ssleay/receipt	Sun Jan 27 17:42:10 2019 +0100
   102.3 @@ -11,7 +11,7 @@
   102.4  SOURCE="Net-SSLeay"
   102.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   102.6  WEB_SITE="http://cpan.org/"
   102.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL"
   102.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MI/MIKEM/$TARBALL"
   102.9  
  102.10  DEPENDS="openssl"
  102.11  BUILD_DEPENDS="openssl-dev"
   103.1 --- a/perl-net-xwhois/receipt	Sat Jan 26 17:03:55 2019 +0100
   103.2 +++ b/perl-net-xwhois/receipt	Sun Jan 27 17:42:10 2019 +0100
   103.3 @@ -11,7 +11,7 @@
   103.4  SOURCE="Net-XWhois"
   103.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   103.6  WEB_SITE="http://www.cpan.org/modules/"
   103.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL"
   103.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL"
   103.9  
  103.10  # Rules to configure and make the package.
  103.11  compile_rules()
   104.1 --- a/perl-number-compare/receipt	Sat Jan 26 17:03:55 2019 +0100
   104.2 +++ b/perl-number-compare/receipt	Sun Jan 27 17:42:10 2019 +0100
   104.3 @@ -11,7 +11,7 @@
   104.4  SOURCE="Number-Compare"
   104.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   104.6  WEB_SITE="https://metacpan.org/release/Number-Compare/"
   104.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL"
   104.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL"
   104.9  
  104.10  # Rules to configure and make the package.
  104.11  compile_rules()
   105.1 --- a/perl-number-range/receipt	Sat Jan 26 17:03:55 2019 +0100
   105.2 +++ b/perl-number-range/receipt	Sun Jan 27 17:42:10 2019 +0100
   105.3 @@ -6,12 +6,12 @@
   105.4  SHORT_DESC="Number::Range module is a Perl extension."
   105.5  MAINTAINER="pascal.bellard@slitaz.org"
   105.6  LICENSE="GPL"
   105.7 -WEB_SITE="http://search.cpan.org/"
   105.8 +WEB_SITE="https://metacpan.org/"
   105.9  DEPENDS="perl"
  105.10  BUILD_DEPENDS="perl"
  105.11  SOURCE="Number-Range"
  105.12  TARBALL="$SOURCE-$VERSION.tar.gz"
  105.13 -WGET_URL="http://search.cpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL"
  105.14 +WGET_URL="https://metacpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL"
  105.15  
  105.16  # Rules to configure and make the package.
  105.17  compile_rules()
   106.1 --- a/perl-pango/receipt	Sat Jan 26 17:03:55 2019 +0100
   106.2 +++ b/perl-pango/receipt	Sun Jan 27 17:42:10 2019 +0100
   106.3 @@ -11,8 +11,8 @@
   106.4  BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \
   106.5  libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig"
   106.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   106.7 -WEB_SITE="http://search.cpan.org/~xaoc/Pango-1.224/"
   106.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
   106.9 +WEB_SITE="https://metacpan.org/~xaoc/Pango-1.224/"
  106.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
  106.11  
  106.12  # Rules to configure and make the package.
  106.13  compile_rules()
   107.1 --- a/perl-params-validate/receipt	Sat Jan 26 17:03:55 2019 +0100
   107.2 +++ b/perl-params-validate/receipt	Sun Jan 27 17:42:10 2019 +0100
   107.3 @@ -9,7 +9,7 @@
   107.4  SOURCE="Params-Validate"
   107.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   107.6  WEB_SITE="http://cpan.org/"
   107.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
   107.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
   107.9  
  107.10  DEPENDS="perl perl-test-requires perl-module-implementation perl-test-fatal perl-test-simple"
  107.11  BUILD_DEPENDS="$DEPENDS"
   108.1 --- a/perl-parse-recdescent/receipt	Sat Jan 26 17:03:55 2019 +0100
   108.2 +++ b/perl-parse-recdescent/receipt	Sun Jan 27 17:42:10 2019 +0100
   108.3 @@ -11,7 +11,7 @@
   108.4  SOURCE="Parse-RecDescent"
   108.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   108.6  WEB_SITE="http://cpan.org/"
   108.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL"
   108.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DC/DCONWAY/$TARBALL"
   108.9  
  108.10  # Rules to configure and make the package.
  108.11  compile_rules()
   109.1 --- a/perl-rfc-rfc822-address/receipt	Sat Jan 26 17:03:55 2019 +0100
   109.2 +++ b/perl-rfc-rfc822-address/receipt	Sun Jan 27 17:42:10 2019 +0100
   109.3 @@ -11,7 +11,7 @@
   109.4  SOURCE="RFC-RFC822-Address"
   109.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   109.6  WEB_SITE="http://cpan.org/"
   109.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL"
   109.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL"
   109.9  
  109.10  # Rules to configure and make the package.
  109.11  compile_rules()
   110.1 --- a/perl-rrd-simple/receipt	Sat Jan 26 17:03:55 2019 +0100
   110.2 +++ b/perl-rrd-simple/receipt	Sun Jan 27 17:42:10 2019 +0100
   110.3 @@ -8,8 +8,8 @@
   110.4  LICENSE="GPL"
   110.5  SOURCE="RRD-Simple"
   110.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   110.7 -WEB_SITE="http://www.cpan.org/modules/by-authors/id/MJD/Template.html"
   110.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
   110.9 +WEB_SITE="https://metacpan.org/release/$SOURCE"
  110.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
  110.11  
  110.12  DEPENDS="perl rrdtool-perl"
  110.13  BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage"
   111.1 --- a/perl-smtp-ssl/receipt	Sat Jan 26 17:03:55 2019 +0100
   111.2 +++ b/perl-smtp-ssl/receipt	Sun Jan 27 17:42:10 2019 +0100
   111.3 @@ -11,7 +11,7 @@
   111.4  SOURCE="Net-SMTP-SSL"
   111.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   111.6  WEB_SITE="http://cpan.org/"
   111.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/$TARBALL"
   111.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/C/CW/CWEST/$TARBALL"
   111.9  
  111.10  # Rules to configure and make the package.
  111.11  compile_rules()
   112.1 --- a/perl-soap-lite/receipt	Sat Jan 26 17:03:55 2019 +0100
   112.2 +++ b/perl-soap-lite/receipt	Sun Jan 27 17:42:10 2019 +0100
   112.3 @@ -11,7 +11,7 @@
   112.4  SOURCE="SOAP-Lite"
   112.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   112.6  WEB_SITE="http://www.cpan.org/modules/"
   112.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL"
   112.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL"
   112.9  
  112.10  # Rules to configure and make the package.
  112.11  compile_rules()
   113.1 --- a/perl-socket6/receipt	Sat Jan 26 17:03:55 2019 +0100
   113.2 +++ b/perl-socket6/receipt	Sun Jan 27 17:42:10 2019 +0100
   113.3 @@ -11,7 +11,7 @@
   113.4  SOURCE="Socket6"
   113.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   113.6  WEB_SITE="http://cpan.org/"
   113.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/$TARBALL"
   113.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/U/UM/UMEMOTO/$TARBALL"
   113.9  
  113.10  
  113.11  # Rules to configure and make the package.
   114.1 --- a/perl-term-readkey/receipt	Sat Jan 26 17:03:55 2019 +0100
   114.2 +++ b/perl-term-readkey/receipt	Sun Jan 27 17:42:10 2019 +0100
   114.3 @@ -10,8 +10,8 @@
   114.4  BUILD_DEPENDS="perl"
   114.5  SOURCE="TermReadKey"
   114.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   114.7 -WEB_SITE="http://search.cpan.org/~stsi/TermReadKey/"
   114.8 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/ST/STSI/$TARBALL"
   114.9 +WEB_SITE="https://metacpan.org/~stsi/TermReadKey/"
  114.10 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STSI/$TARBALL"
  114.11  
  114.12  # Rules to configure and make the package.
  114.13  compile_rules()
   115.1 --- a/perl-test-exception/receipt	Sat Jan 26 17:03:55 2019 +0100
   115.2 +++ b/perl-test-exception/receipt	Sun Jan 27 17:42:10 2019 +0100
   115.3 @@ -11,7 +11,7 @@
   115.4  SOURCE="Test-Exception"
   115.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   115.6  WEB_SITE="http://cpan.org/"
   115.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/$TARBALL"
   115.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AD/ADIE/$TARBALL"
   115.9  
  115.10  # Rules to configure and make the package.
  115.11  compile_rules()
   116.1 --- a/perl-test-nowarnings/receipt	Sat Jan 26 17:03:55 2019 +0100
   116.2 +++ b/perl-test-nowarnings/receipt	Sun Jan 27 17:42:10 2019 +0100
   116.3 @@ -9,7 +9,7 @@
   116.4  WEB_SITE="https://metacpan.org/release/Test-NoWarnings"
   116.5  SOURCE="Test-NoWarnings"
   116.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   116.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL"
   116.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL"
   116.9  
  116.10  DEPENDS="perl-test-tester"
  116.11  BUILD_DEPENDS="perl-test-tester"
   117.1 --- a/perl-test-pod-coverage/receipt	Sat Jan 26 17:03:55 2019 +0100
   117.2 +++ b/perl-test-pod-coverage/receipt	Sun Jan 27 17:42:10 2019 +0100
   117.3 @@ -11,7 +11,7 @@
   117.4  SOURCE="Test-Pod-Coverage"
   117.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   117.6  WEB_SITE="http://www.cpan.org/modules/"
   117.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
   117.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
   117.9  
  117.10  # Rules to configure and make the package.
  117.11  compile_rules()
   118.1 --- a/perl-test-pod/receipt	Sat Jan 26 17:03:55 2019 +0100
   118.2 +++ b/perl-test-pod/receipt	Sun Jan 27 17:42:10 2019 +0100
   118.3 @@ -11,7 +11,7 @@
   118.4  SOURCE="Test-Pod"
   118.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   118.6  WEB_SITE="http://www.cpan.org/modules/"
   118.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$TARBALL"
   118.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DW/DWHEELER/$TARBALL"
   118.9  
  118.10  # Rules to configure and make the package.
  118.11  compile_rules()
   119.1 --- a/perl-text-aspell/receipt	Sat Jan 26 17:03:55 2019 +0100
   119.2 +++ b/perl-text-aspell/receipt	Sun Jan 27 17:42:10 2019 +0100
   119.3 @@ -11,7 +11,7 @@
   119.4  SOURCE="Text-Aspell"
   119.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   119.6  WEB_SITE="http://www.cpan.org/modules/"
   119.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/H/HA/HANK/$TARBALL"
   119.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/H/HA/HANK/$TARBALL"
   119.9  
  119.10  # Rules to configure and make the package.
  119.11  compile_rules()
   120.1 --- a/perl-text-csv/receipt	Sat Jan 26 17:03:55 2019 +0100
   120.2 +++ b/perl-text-csv/receipt	Sun Jan 27 17:42:10 2019 +0100
   120.3 @@ -11,7 +11,7 @@
   120.4  SOURCE="Text-CSV"
   120.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   120.6  WEB_SITE="https://metacpan.org/release/Text-CSV/"
   120.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
   120.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
   120.9  
  120.10  # Rules to configure and make the package.
  120.11  compile_rules()
   121.1 --- a/perl-text-glob/receipt	Sat Jan 26 17:03:55 2019 +0100
   121.2 +++ b/perl-text-glob/receipt	Sun Jan 27 17:42:10 2019 +0100
   121.3 @@ -10,7 +10,7 @@
   121.4  BUILD_DEPENDS="perl"
   121.5  SOURCE="Text-Glob"
   121.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   121.7 -WEB_SITE="http://search.cpan.org/~RCLAMP/Text-Glob"
   121.8 +WEB_SITE="https://metacpan.org/~RCLAMP/Text-Glob"
   121.9  WGET_URL="http://www.cpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
  121.10  
  121.11  # Rules to configure and make the package.
   122.1 --- a/perl-text-iconv/receipt	Sat Jan 26 17:03:55 2019 +0100
   122.2 +++ b/perl-text-iconv/receipt	Sun Jan 27 17:42:10 2019 +0100
   122.3 @@ -11,7 +11,7 @@
   122.4  SOURCE="Text-Iconv"
   122.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   122.6  WEB_SITE="http://cpan.org/"
   122.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL"
   122.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL"
   122.9  
  122.10  # Rules to configure and make the package.
  122.11  compile_rules()
   123.1 --- a/perl-time-hires/receipt	Sat Jan 26 17:03:55 2019 +0100
   123.2 +++ b/perl-time-hires/receipt	Sun Jan 27 17:42:10 2019 +0100
   123.3 @@ -11,7 +11,7 @@
   123.4  SOURCE="Time-HiRes"
   123.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   123.6  WEB_SITE="http://cpan.org/"
   123.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JH/JHI/$TARBALL"
   123.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JH/JHI/$TARBALL"
   123.9  
  123.10  # Rules to configure and make the package.
  123.11  compile_rules()
   124.1 --- a/perl-tk/receipt	Sat Jan 26 17:03:55 2019 +0100
   124.2 +++ b/perl-tk/receipt	Sun Jan 27 17:42:10 2019 +0100
   124.3 @@ -11,7 +11,7 @@
   124.4  SOURCE="Tk"
   124.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   124.6  WEB_SITE="https://metacpan.org/release/Tk"
   124.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$TARBALL"
   124.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SR/SREZIC/$TARBALL"
   124.9  
  124.10  # Rules to configure and make the package.
  124.11  compile_rules()
   125.1 --- a/perl-unicode-map8/receipt	Sat Jan 26 17:03:55 2019 +0100
   125.2 +++ b/perl-unicode-map8/receipt	Sun Jan 27 17:42:10 2019 +0100
   125.3 @@ -11,7 +11,7 @@
   125.4  SOURCE="Unicode-Map8"
   125.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   125.6  WEB_SITE="http://cpan.org/"
   125.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   125.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   125.9  
  125.10  # Rules to configure and make the package.
  125.11  compile_rules()
   126.1 --- a/perl-unicode-maputf8/receipt	Sat Jan 26 17:03:55 2019 +0100
   126.2 +++ b/perl-unicode-maputf8/receipt	Sun Jan 27 17:42:10 2019 +0100
   126.3 @@ -11,7 +11,7 @@
   126.4  SOURCE="Unicode-MapUTF8"
   126.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   126.6  WEB_SITE="http://cpan.org/"
   126.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL"
   126.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SN/SNOWHARE/$TARBALL"
   126.9  
  126.10  # Rules to configure and make the package.
  126.11  compile_rules()
   127.1 --- a/perl-unicode-string/receipt	Sat Jan 26 17:03:55 2019 +0100
   127.2 +++ b/perl-unicode-string/receipt	Sun Jan 27 17:42:10 2019 +0100
   127.3 @@ -11,7 +11,7 @@
   127.4  SOURCE="Unicode-String"
   127.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   127.6  WEB_SITE="http://cpan.org/"
   127.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   127.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   127.9  
  127.10  # Rules to configure and make the package.
  127.11  compile_rules()
   128.1 --- a/perl-unix-mknod/receipt	Sat Jan 26 17:03:55 2019 +0100
   128.2 +++ b/perl-unix-mknod/receipt	Sun Jan 27 17:42:10 2019 +0100
   128.3 @@ -9,7 +9,7 @@
   128.4  SOURCE="Unix-Mknod"
   128.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   128.6  WEB_SITE="http://cpan.org/"
   128.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL"
   128.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL"
   128.9  
  128.10  DEPENDS="perl"
  128.11  BUILD_DEPENDS="perl"
   129.1 --- a/perl-uri/receipt	Sat Jan 26 17:03:55 2019 +0100
   129.2 +++ b/perl-uri/receipt	Sun Jan 27 17:42:10 2019 +0100
   129.3 @@ -11,7 +11,7 @@
   129.4  SOURCE="URI"
   129.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   129.6  WEB_SITE="http://cpan.org/"
   129.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   129.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
   129.9  PROVIDE="perl-uri-escape perl-uri-file perl-uri-ldap perl-uri-url"
  129.10  
  129.11  # Rules to configure and make the package.
   130.1 --- a/perl-xml-entities/receipt	Sat Jan 26 17:03:55 2019 +0100
   130.2 +++ b/perl-xml-entities/receipt	Sun Jan 27 17:42:10 2019 +0100
   130.3 @@ -11,7 +11,7 @@
   130.4  SOURCE="XML-Entities"
   130.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   130.6  WEB_SITE="https://metacpan.org/release/XML-Entities/lib/XML/Entities.pm"
   130.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL"
   130.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL"
   130.9  
  130.10  # Rules to configure and make the package.
  130.11  compile_rules()
   131.1 --- a/perl-xml-parser/receipt	Sat Jan 26 17:03:55 2019 +0100
   131.2 +++ b/perl-xml-parser/receipt	Sun Jan 27 17:42:10 2019 +0100
   131.3 @@ -11,7 +11,7 @@
   131.4  SOURCE="XML-Parser"
   131.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   131.6  WEB_SITE="https://metacpan.org/release/XML-Parser/"
   131.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
   131.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
   131.9  HOST_ARCH="i486 arm"
  131.10  
  131.11  # Rules to configure and make the package.
   132.1 --- a/perl-xml-rss/receipt	Sat Jan 26 17:03:55 2019 +0100
   132.2 +++ b/perl-xml-rss/receipt	Sun Jan 27 17:42:10 2019 +0100
   132.3 @@ -11,7 +11,7 @@
   132.4  BUILD_DEPENDS="wget $DEPENDS"
   132.5  SOURCE="XML-RSS"
   132.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   132.7 -WEB_SITE="http://cpan.uwinnipeg.ca/dist/XML-RSS"
   132.8 +WEB_SITE="https://metacpan.org/release/$SOURCE"
   132.9  WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL"
  132.10  
  132.11  # Rules to configure and make the package.
   133.1 --- a/perl-xml-sax-writer/receipt	Sat Jan 26 17:03:55 2019 +0100
   133.2 +++ b/perl-xml-sax-writer/receipt	Sun Jan 27 17:42:10 2019 +0100
   133.3 @@ -11,7 +11,7 @@
   133.4  SOURCE="XML-SAX-Writer"
   133.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   133.6  WEB_SITE="http://cpan.org/"
   133.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DA/DAHUT/$TARBALL"
   133.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/D/DA/DAHUT/$TARBALL"
   133.9  
  133.10  # Rules to configure and make the package.
  133.11  compile_rules()
   134.1 --- a/perl-xml-twig/receipt	Sat Jan 26 17:03:55 2019 +0100
   134.2 +++ b/perl-xml-twig/receipt	Sun Jan 27 17:42:10 2019 +0100
   134.3 @@ -11,7 +11,7 @@
   134.4  SOURCE="XML-Twig"
   134.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   134.6  WEB_SITE="https://metacpan.org/release/XML-Twig/"
   134.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL"
   134.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/M/MI/MIROD/$TARBALL"
   134.9  
  134.10  # Rules to configure and make the package.
  134.11  compile_rules()
   135.1 --- a/perl-xml-writer/receipt	Sat Jan 26 17:03:55 2019 +0100
   135.2 +++ b/perl-xml-writer/receipt	Sun Jan 27 17:42:10 2019 +0100
   135.3 @@ -11,7 +11,7 @@
   135.4  SOURCE="XML-Writer"
   135.5  TARBALL="$SOURCE-$VERSION.tar.gz"
   135.6  WEB_SITE="https://metacpan.org/release/XML-Writer/"
   135.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL"
   135.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL"
   135.9  
  135.10  # Rules to configure and make the package.
  135.11  compile_rules()
   136.1 --- a/perl-yaml-syck/receipt	Sat Jan 26 17:03:55 2019 +0100
   136.2 +++ b/perl-yaml-syck/receipt	Sun Jan 27 17:42:10 2019 +0100
   136.3 @@ -10,7 +10,7 @@
   136.4  BUILD_DEPENDS="perl"
   136.5  SOURCE="YAML-Syck"
   136.6  TARBALL="$SOURCE-$VERSION.tar.gz"
   136.7 -WEB_SITE="http://search.cpan.org/disk/YAML-Syck/"
   136.8 +WEB_SITE="https://metacpan.org/disk/YAML-Syck/"
   136.9  WGET_URL="http://www.cpan.org/authors/id/A/AV/AVAR/$TARBALL"
  136.10  
  136.11  # Rules to configure and make the package.
   137.1 --- a/pidgin-musictracker/receipt	Sat Jan 26 17:03:55 2019 +0100
   137.2 +++ b/pidgin-musictracker/receipt	Sun Jan 27 17:42:10 2019 +0100
   137.3 @@ -7,7 +7,7 @@
   137.4  MAINTAINER="ben@seawolfsanctuary.com"
   137.5  LICENSE="GPL2"
   137.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   137.7 -WEB_SITE="http://pidgin-musictracker.googlecode.com/"
   137.8 +WEB_SITE="https://code.google.com/archive/p/pidgin-musictracker/"
   137.9  WGET_URL="$WEB_SITE/files/$TARBALL"
  137.10  
  137.11  DEPENDS="pidgin pcre"
   138.1 --- a/python-restclient/receipt	Sat Jan 26 17:03:55 2019 +0100
   138.2 +++ b/python-restclient/receipt	Sun Jan 27 17:42:10 2019 +0100
   138.3 @@ -8,7 +8,7 @@
   138.4  MAINTAINER="claudinei@slitaz.org"
   138.5  LICENSE="MIT"
   138.6  TARBALL="$PACKAGE-$VERSION.tgz"
   138.7 -WEB_SITE="http://bitbucket.org/benoitc/$SOURCE"
   138.8 +WEB_SITE="https://bitbucket.org/benoitc/$SOURCE"
   138.9  WGET_URL="$WEB_SITE/get/$VERSION.gz"
  138.10  
  138.11  DEPENDS="python python-httplib2"
   139.1 --- a/qiviewer/receipt	Sat Jan 26 17:03:55 2019 +0100
   139.2 +++ b/qiviewer/receipt	Sun Jan 27 17:42:10 2019 +0100
   139.3 @@ -7,7 +7,7 @@
   139.4  MAINTAINER="pankso@slitaz.org"
   139.5  LICENSE="GPL2"
   139.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   139.7 -WEB_SITE="https://code.google.com/archive/p/qiviewer"
   139.8 +WEB_SITE="https://github.com/samkpo/qiviewer"
   139.9  WGET_URL="http://qiviewer.googlecode.com/files/$TARBALL"
  139.10  
  139.11  DEPENDS="xorg-libX11 libQtCore libQtGui"
   140.1 --- a/quarry/receipt	Sat Jan 26 17:03:55 2019 +0100
   140.2 +++ b/quarry/receipt	Sun Jan 27 17:42:10 2019 +0100
   140.3 @@ -7,7 +7,7 @@
   140.4  MAINTAINER="pascal.bellard@slitaz.org"
   140.5  LICENSE="GPL2"
   140.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   140.7 -WEB_SITE="http://home.gna.org/quarry/"
   140.8 +WEB_SITE="https://gitorious.org/quarry/quarry/"
   140.9  WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
  140.10  SUGGESTED="gnugo"
  140.11  
   141.1 --- a/quodlibet/receipt	Sat Jan 26 17:03:55 2019 +0100
   141.2 +++ b/quodlibet/receipt	Sun Jan 27 17:42:10 2019 +0100
   141.3 @@ -8,7 +8,7 @@
   141.4  LICENSE="GPL2"
   141.5  SUGGESTED="gst-plugins-bad gst-ffmpeg"
   141.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   141.7 -WEB_SITE="http://quodlibet.googlecode.com/"
   141.8 +WEB_SITE="https://github.com/quodlibet/quodlibet"
   141.9  WGET_URL="$WEB_SITE/files/$TARBALL"
  141.10  TAGS="multimedia audio sound music player python"
  141.11  
   142.1 --- a/qxkb/receipt	Sat Jan 26 17:03:55 2019 +0100
   142.2 +++ b/qxkb/receipt	Sun Jan 27 17:42:10 2019 +0100
   142.3 @@ -6,7 +6,7 @@
   142.4  SHORT_DESC="The keypad switch written on Qt4"
   142.5  MAINTAINER="al.bobylev@gmail.com"
   142.6  LICENSE="GPL3"
   142.7 -WEB_SITE="https://code.google.com/archive/p/qxkb"
   142.8 +WEB_SITE="https://github.com/disels/qxkb"
   142.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
  142.10  WGET_URL="http://qxkb.googlecode.com/files/$TARBALL"
  142.11  
   143.1 --- a/rack/receipt	Sat Jan 26 17:03:55 2019 +0100
   143.2 +++ b/rack/receipt	Sun Jan 27 17:42:10 2019 +0100
   143.3 @@ -7,7 +7,7 @@
   143.4  MAINTAINER="erjo@slitaz.org"
   143.5  LICENSE="MIT"
   143.6  TARBALL="$PACKAGE-$VERSION.gem"
   143.7 -WEB_SITE="http://rack.rubyforge.org/"
   143.8 +WEB_SITE="https://rubygems.org/gems/$PACKAGE"
   143.9  WGET_URL="http://gems.rubyforge.org/gems/$TARBALL"
  143.10  COOK_OPT="!repack_src !unpack"
  143.11  
   144.1 --- a/radeontool/receipt	Sat Jan 26 17:03:55 2019 +0100
   144.2 +++ b/radeontool/receipt	Sun Jan 27 17:42:10 2019 +0100
   144.3 @@ -7,8 +7,8 @@
   144.4  MAINTAINER="pascal.bellard@slitaz.org"
   144.5  LICENSE="zlib/libpng"
   144.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   144.7 -WEB_SITE="http://anonscm.debian.org/cgit/collab-maint/radeontool.git"
   144.8  WEB_SITE="https://cgit.freedesktop.org/~airlied/radeontool/"
   144.9 +WGET_URL="https://people.freedesktop.org/~airlied/$PACKAGE/$TARBALL"
  144.10  
  144.11  DEPENDS="xorg-libpciaccess"
  144.12  BUILD_DEPENDS="pkg-config xorg-libpciaccess-dev"
   145.1 --- a/rake/receipt	Sat Jan 26 17:03:55 2019 +0100
   145.2 +++ b/rake/receipt	Sun Jan 27 17:42:10 2019 +0100
   145.3 @@ -7,7 +7,7 @@
   145.4  MAINTAINER="erjo@slitaz.org"
   145.5  LICENSE="MIT"
   145.6  TARBALL="$PACKAGE-$VERSION.gem"
   145.7 -WEB_SITE="http://rake.rubyforge.org/"
   145.8 +WEB_SITE="https://rubygems.org/gems/$PACKAGE"
   145.9  WGET_URL="https://rubygems.org/downloads/$TARBALL"
  145.10  COOK_OPT="!repack_src !unpack"
  145.11  
   146.1 --- a/shell-fm/receipt	Sat Jan 26 17:03:55 2019 +0100
   146.2 +++ b/shell-fm/receipt	Sun Jan 27 17:42:10 2019 +0100
   146.3 @@ -6,7 +6,7 @@
   146.4  SHORT_DESC="console based player for the streams provided by Last.FM"
   146.5  MAINTAINER="jozee@slitaz.org"
   146.6  LICENSE="GPL"
   146.7 -WEB_SITE="http://nex.scrapping.cc/shell-fm/"
   146.8 +WEB_SITE="https://github.com/jkramer/shell-fm"
   146.9  TARBALL="$PACKAGE-$VERSION.tgz" 
  146.10  WGET_URL="https://github.com/jkramer/shell-fm/tarball/v$VERSION"
  146.11  
   147.1 --- a/sqlite3-ruby/receipt	Sat Jan 26 17:03:55 2019 +0100
   147.2 +++ b/sqlite3-ruby/receipt	Sun Jan 27 17:42:10 2019 +0100
   147.3 @@ -7,7 +7,7 @@
   147.4  MAINTAINER="erjo@slitaz.org"
   147.5  LICENSE="BSD"
   147.6  TARBALL="$PACKAGE-$VERSION.tgz"
   147.7 -WEB_SITE="http://rubyforge.org/projects/sqlite-ruby"
   147.8 +WEB_SITE="https://rubygems.org/gems/sqlite3"
   147.9  WGET_URL="http://rubyforge.org/frs/download.php/71617/$TARBALL"
  147.10  
  147.11  DEPENDS="ruby sqlite"
   148.1 --- a/sshfp/receipt	Sat Jan 26 17:03:55 2019 +0100
   148.2 +++ b/sshfp/receipt	Sun Jan 27 17:42:10 2019 +0100
   148.3 @@ -7,7 +7,7 @@
   148.4  MAINTAINER="pascal.bellard@slitaz.org"
   148.5  LICENSE="GPL2"
   148.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   148.7 -WEB_SITE="https://www.xelerance.com/software/sshfp/"
   148.8 +WEB_SITE="https://github.com/xelerance/sshfp"
   148.9  WGET_URL="https://github.com/xelerance/sshfp/archive/$VERSION.tar.gz"
  148.10  
  148.11  DEPENDS="python-dnspython"
   149.1 --- a/stardict/receipt	Sat Jan 26 17:03:55 2019 +0100
   149.2 +++ b/stardict/receipt	Sun Jan 27 17:42:10 2019 +0100
   149.3 @@ -7,7 +7,7 @@
   149.4  MAINTAINER="lufeng369@slitaz.org"
   149.5  LICENSE="GPL3"
   149.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   149.7 -WEB_SITE="https://code.google.com/archive/p/stardict-3"
   149.8 +WEB_SITE="http://stardict-4.sourceforge.net/"
   149.9  WGET_URL="http://stardict-3.googlecode.com/files/$TARBALL"
  149.10  
  149.11  DEPENDS="enchant libsigc++ gtk+ xorg-libSM"
   150.1 --- a/tazlito/receipt	Sat Jan 26 17:03:55 2019 +0100
   150.2 +++ b/tazlito/receipt	Sun Jan 27 17:42:10 2019 +0100
   150.3 @@ -9,7 +9,7 @@
   150.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
   150.5  WEB_SITE="http://www.slitaz.org/"
   150.6  WGET_URL="http://hg.slitaz.org/tazlito/archive/$VERSION.tar.gz"
   150.7 -CONFIG_FILES="/etc/tazlito/distro-packages.list"
   150.8 +CONFIG_FILES="/etc/tazlito"
   150.9  TAGS="slitaz"
  150.10  
  150.11  DEPENDS="lzma cdrkit"
  150.12 @@ -29,6 +29,7 @@
  150.13  	mkdir -p $fs
  150.14  	cp -a $install/* $fs
  150.15  	chown -R root.root $fs
  150.16 -	# Declare /etc/tazlito/distro-packages.list
  150.17 +	# Declare /etc/tazlito/distro-packages.list & /etc/tazlito/tazlito.conf
  150.18 +	touch $fs/etc/tazlito/tazlito.conf
  150.19  	touch $fs/etc/tazlito/distro-packages.list
  150.20  }
   151.1 --- a/tcpreplay/receipt	Sat Jan 26 17:03:55 2019 +0100
   151.2 +++ b/tcpreplay/receipt	Sun Jan 27 17:42:10 2019 +0100
   151.3 @@ -7,7 +7,7 @@
   151.4  MAINTAINER="pascal.bellard@slitaz.org"
   151.5  LICENSE="BSD"
   151.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   151.7 -WEB_SITE="http://tcpreplay.synfin.net/"
   151.8 +WEB_SITE="http://tcpreplay.appneta.com/"
   151.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  151.10  
  151.11  DEPENDS="libdnet"
   152.1 --- a/tmux/receipt	Sat Jan 26 17:03:55 2019 +0100
   152.2 +++ b/tmux/receipt	Sun Jan 27 17:42:10 2019 +0100
   152.3 @@ -7,7 +7,7 @@
   152.4  MAINTAINER="paul@slitaz.org"
   152.5  LICENSE="MIT"
   152.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   152.7 -WEB_SITE="http://tmux.sourceforge.net/"
   152.8 +WEB_SITE="https://github.com/tmux/tmux/wiki"
   152.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
  152.10  HOST_ARCH="i486 arm"
  152.11  
   153.1 --- a/unionfs-fuse/receipt	Sat Jan 26 17:03:55 2019 +0100
   153.2 +++ b/unionfs-fuse/receipt	Sun Jan 27 17:42:10 2019 +0100
   153.3 @@ -7,7 +7,7 @@
   153.4  MAINTAINER="slaxemulator@gmail.com"
   153.5  LICENSE="BSD"
   153.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   153.7 -WEB_SITE="https://podgorny.cz/moin/UnionFsFuse"
   153.8 +WEB_SITE="https://github.com/rpodgorny/unionfs-fuse"
   153.9  WGET_URL="http://podgorny.cz/unionfs-fuse/releases/$TARBALL"
  153.10  
  153.11  DEPENDS="fuse"
   154.1 --- a/visualboyadvance/receipt	Sat Jan 26 17:03:55 2019 +0100
   154.2 +++ b/visualboyadvance/receipt	Sun Jan 27 17:42:10 2019 +0100
   154.3 @@ -8,7 +8,7 @@
   154.4  LICENSE="GPL2"
   154.5  TARBALL="VisualBoyAdvance-src-$VERSION.tar.gz"
   154.6  CONFIG_FILES="/etc/VisualBoyAdvance.cfg"
   154.7 -WEB_SITE="http://vba.ngemu.com/"
   154.8 +WEB_SITE="https://sourceforge.net/projects/vba/"
   154.9  WGET_URL="http://downloads.sourceforge.net/sourceforge/vba/$TARBALL"
  154.10  TAGS="emulator gameboy"
  154.11  
   155.1 --- a/wvdial/receipt	Sat Jan 26 17:03:55 2019 +0100
   155.2 +++ b/wvdial/receipt	Sun Jan 27 17:42:10 2019 +0100
   155.3 @@ -7,7 +7,7 @@
   155.4  MAINTAINER="jozee@slitaz.org"
   155.5  LICENSE="GPL2"
   155.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   155.7 -WEB_SITE="https://code.google.com/archive/p/wvstreams/"
   155.8 +WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
   155.9  WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL"
  155.10  TAGS="network 3G"
  155.11  
   156.1 --- a/wvstreams-dev/receipt	Sat Jan 26 17:03:55 2019 +0100
   156.2 +++ b/wvstreams-dev/receipt	Sun Jan 27 17:42:10 2019 +0100
   156.3 @@ -7,7 +7,7 @@
   156.4  MAINTAINER="jozee@slitaz.org"
   156.5  LICENSE="GPL2"
   156.6  WANTED="wvstreams"
   156.7 -WEB_SITE="https://code.google.com/archive/p/wvstreams/"
   156.8 +WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
   156.9  
  156.10  DEPENDS="pkg-config"
  156.11  
   157.1 --- a/wvstreams/receipt	Sat Jan 26 17:03:55 2019 +0100
   157.2 +++ b/wvstreams/receipt	Sun Jan 27 17:42:10 2019 +0100
   157.3 @@ -7,7 +7,7 @@
   157.4  MAINTAINER="jozee@slitaz.org"
   157.5  LICENSE="GPL2"
   157.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   157.7 -WEB_SITE="https://code.google.com/archive/p/wvstreams/"
   157.8 +WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
   157.9  WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL"
  157.10  TAGS="network 3G"
  157.11  
   158.1 --- a/wyrd/receipt	Sat Jan 26 17:03:55 2019 +0100
   158.2 +++ b/wyrd/receipt	Sun Jan 27 17:42:10 2019 +0100
   158.3 @@ -7,7 +7,7 @@
   158.4  MAINTAINER="paul@slitaz.org"
   158.5  LICENSE="GPL2"
   158.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
   158.7 -WEB_SITE="http://pessimization.com/software/wyrd/"
   158.8 +WEB_SITE="https://launchpad.net/wyrd"
   158.9  WGET_URL="http://pessimization.com/software/wyrd/$TARBALL"
  158.10  
  158.11  DEPENDS="ncurses remind ocaml"