wok rev 24102

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 17 10:35:57 2021 +0000 (2021-09-17)
parents 60202e4e10cc
children ca4a422cce07
files libzip/receipt lzip/receipt pbzip2/receipt peazip/receipt perl-algorithm-permute/receipt perl-animation/receipt perl-apache-dbi/receipt perl-appconfig/receipt perl-archive-zip/receipt perl-authen-sasl/receipt perl-berkeleydb/receipt perl-bit-vector/receipt perl-cairo/receipt perl-carp-clan/receipt perl-cgi-session/receipt perl-cgi/receipt perl-class-accessor/receipt perl-class-singleton/receipt perl-common-sense/receipt perl-compress-raw-bzip2/receipt perl-compress-raw-zlib/receipt perl-config-general/receipt perl-config-inifiles/receipt perl-config-tiny/receipt perl-crypt-des/receipt perl-curses/receipt perl-date-calc/receipt perl-date-manip/receipt perl-datetime-format-strptime/receipt perl-datetime-format-w3cdtf/receipt perl-datetime-timezone/receipt perl-datetime/receipt perl-dbd-mysql/receipt perl-dbd-pg/receipt perl-dbd-sqlite/receipt perl-dev/receipt perl-devel-checklib/receipt perl-digest-hmac/receipt perl-digest-md5/receipt perl-encode-locale/receipt perl-event/receipt perl-expect/receipt perl-exporter-tiny/receipt perl-extutils-depends/receipt perl-extutils-makemaker/receipt perl-extutils-pkgconfig/receipt perl-fcgi-procmanager/receipt perl-fcgi/receipt perl-file-copy-recursive/receipt perl-file-desktopentry/receipt perl-file-find-rule/receipt perl-file-mimeinfo/receipt perl-file-rsync/receipt perl-file-slurp/receipt perl-file-which/receipt perl-fuse/receipt perl-gd/receipt perl-geo-ipfree/receipt perl-getopt-long/receipt perl-glib/receipt perl-gssapi/receipt perl-gtk2/receipt perl-html-parser/receipt perl-html-template/receipt perl-html-tree/receipt perl-http-cookies/receipt perl-http-daemon/receipt perl-http-date/receipt perl-http-message/receipt perl-http-negotiate/receipt perl-http-parser/receipt perl-http-server-simple/receipt perl-image-librsvg/receipt perl-io-compress/receipt perl-io-multiplex/receipt perl-io-socket-inet6/receipt perl-io-socket-ssl/receipt perl-io-stty/receipt perl-io-tty/receipt perl-io/receipt perl-ipc-run/receipt perl-json-pp/receipt perl-json/receipt perl-libjson/receipt perl-libwww/receipt perl-linux-inotify2/receipt perl-list-moreutils/receipt perl-locale-gettext/receipt perl-locale-maketext-lexicon/receipt perl-log-agent/receipt perl-log-log4perl/receipt perl-lwp-mediatypes/receipt perl-mail-sendmail/receipt perl-mailtools/receipt perl-math-round/receipt perl-mime-base64/receipt perl-mime-lite/receipt perl-mime-types/receipt perl-module-implementation/receipt perl-module-metadata/receipt perl-module-runtime/receipt perl-net-dns/receipt perl-net-http/receipt perl-net-ip/receipt perl-net-mysql/receipt perl-net-server/receipt perl-net-snmp/receipt perl-net-ssleay/receipt perl-net-telnet/receipt perl-number-compare/receipt perl-number-range/receipt perl-ole-Storage_Lite/receipt perl-pango/receipt perl-params-validate/receipt perl-pcsc/receipt perl-proc-processtable/receipt perl-rrd-simple/receipt perl-sha1/receipt perl-socket6/receipt perl-spreadsheet-writeexcel/receipt perl-super/receipt perl-template-toolkit/receipt perl-term-readkey/receipt perl-test-compile/receipt perl-test-deep/receipt perl-test-exception/receipt perl-test-fatal/receipt perl-test-mockmodule/receipt perl-test-mockobject/receipt perl-test-nowarnings/receipt perl-test-number-delta/receipt perl-test-pod-coverage/receipt perl-test-pod/receipt perl-test-requires/receipt perl-test-simple/receipt perl-test-warnings/receipt perl-text-csv/receipt perl-text-glob/receipt perl-text-template/receipt perl-thread/receipt perl-time-hires/receipt perl-tk/receipt perl-try-tiny/receipt perl-unicode-map8/receipt perl-unicode-string/receipt perl-uri/receipt perl-www-robotrules/receipt perl-xml-entities/receipt perl-xml-parser/receipt perl-xml-rss/receipt perl-xml-sax-writer/receipt perl-xml-simple/receipt perl-xml-twig/receipt perl-xml-writer/receipt perl-yaml-syck/receipt perl-yaml/receipt perl/receipt perltidy/receipt php-auth-sasl/receipt php-docs-en/receipt php/receipt phpeasyvcs/receipt phpfm/receipt phpmyadmin/receipt phpqrcode/receipt phproxy/receipt unzip/receipt zip/receipt ziproxy/receipt
line diff
     1.1 --- a/libzip/receipt	Thu Sep 16 16:33:44 2021 +0000
     1.2 +++ b/libzip/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.3 @@ -16,6 +16,12 @@
     1.4  
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/Current/!d;s|.* is ||;s|<.*||;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
     2.1 --- a/lzip/receipt	Thu Sep 16 16:33:44 2021 +0000
     2.2 +++ b/lzip/receipt	Fri Sep 17 10:35:57 2021 +0000
     2.3 @@ -13,6 +13,12 @@
     2.4  
     2.5  DEPENDS="gcc-lib-base"
     2.6  
     2.7 +current_version()
     2.8 +{
     2.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    2.10 +	sed '/>lzip-/!d;s|.*lzip-||;s|.tar.*||' | sed '$!d'
    2.11 +}
    2.12 +
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
     3.1 --- a/pbzip2/receipt	Thu Sep 16 16:33:44 2021 +0000
     3.2 +++ b/pbzip2/receipt	Fri Sep 17 10:35:57 2021 +0000
     3.3 @@ -13,6 +13,12 @@
     3.4  DEPENDS="bzlib"
     3.5  BUILD_DEPENDS="bzip2-dev wget"
     3.6  
     3.7 +current_version()
     3.8 +{
     3.9 +	wget -O - https://launchpad.net/pbzip2 2>/dev/null | \
    3.10 +	sed '/Latest version/!d;s|.*is ||'
    3.11 +}
    3.12 +
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
     4.1 --- a/peazip/receipt	Thu Sep 16 16:33:44 2021 +0000
     4.2 +++ b/peazip/receipt	Fri Sep 17 10:35:57 2021 +0000
     4.3 @@ -18,6 +18,12 @@
     4.4  DEPENDS="desktop-file-utils xorg-libX11 atk glibc-base cairo gtk+ \
     4.5  	gdk-pixbuf glib gmp pango libcurl ncurses upx zpaq xdg-utils"
     4.6  
     4.7 +current_version()
     4.8 +{
     4.9 +	wget -O - http://peazip.org/peazip-linux-x86.html 2>/dev/null | \
    4.10 +	sed '/Linux x86 /!d;s|.*x86 ||;s|<.*||;q'
    4.11 +}
    4.12 +
    4.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.14  genpkg_rules()
    4.15  {
     5.1 --- a/perl-algorithm-permute/receipt	Thu Sep 16 16:33:44 2021 +0000
     5.2 +++ b/perl-algorithm-permute/receipt	Fri Sep 17 10:35:57 2021 +0000
     5.3 @@ -15,6 +15,12 @@
     5.4  DEPENDS="perl"
     5.5  BUILD_DEPENDS="perl"
     5.6  
     5.7 +current_version()
     5.8 +{
     5.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    5.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
    5.11 +}
    5.12 +
    5.13  # Rules to configure and make the package.
    5.14  compile_rules()
    5.15  {
     6.1 --- a/perl-animation/receipt	Thu Sep 16 16:33:44 2021 +0000
     6.2 +++ b/perl-animation/receipt	Fri Sep 17 10:35:57 2021 +0000
     6.3 @@ -15,6 +15,12 @@
     6.4  DEPENDS="perl"
     6.5  BUILD_DEPENDS="perl"
     6.6  
     6.7 +current_version()
     6.8 +{
     6.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    6.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
    6.11 +}
    6.12 +
    6.13  # Rules to configure and make the package.
    6.14  compile_rules()
    6.15  {
     7.1 --- a/perl-apache-dbi/receipt	Thu Sep 16 16:33:44 2021 +0000
     7.2 +++ b/perl-apache-dbi/receipt	Fri Sep 17 10:35:57 2021 +0000
     7.3 @@ -15,6 +15,12 @@
     7.4  DEPENDS="perl perl-digest-sha1"
     7.5  BUILD_DEPENDS="perl"
     7.6  
     7.7 +current_version()
     7.8 +{
     7.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    7.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
    7.11 +}
    7.12 +
    7.13  # Rules to configure and make the package.
    7.14  compile_rules()
    7.15  {
     8.1 --- a/perl-appconfig/receipt	Thu Sep 16 16:33:44 2021 +0000
     8.2 +++ b/perl-appconfig/receipt	Fri Sep 17 10:35:57 2021 +0000
     8.3 @@ -13,6 +13,12 @@
     8.4  WEB_SITE="https://metacpan.org/release/AppConfig/"
     8.5  WGET_URL="http://www.cpan.org/authors/id/N/NE/NEILB/$TARBALL"
     8.6  
     8.7 +current_version()
     8.8 +{
     8.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    8.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
    8.11 +}
    8.12 +
    8.13  # Rules to configure and make the package.
    8.14  compile_rules()
    8.15  {
     9.1 --- a/perl-archive-zip/receipt	Thu Sep 16 16:33:44 2021 +0000
     9.2 +++ b/perl-archive-zip/receipt	Fri Sep 17 10:35:57 2021 +0000
     9.3 @@ -15,6 +15,12 @@
     9.4  DEPENDS="perl"
     9.5  BUILD_DEPENDS="perl"
     9.6  
     9.7 +current_version()
     9.8 +{
     9.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    9.10 +	sed '/rchive-Zip-/!d;s|.*Zip-||;s| -.*||;q'
    9.11 +}
    9.12 +
    9.13  # Rules to configure and make the package.
    9.14  compile_rules()
    9.15  {
    10.1 --- a/perl-authen-sasl/receipt	Thu Sep 16 16:33:44 2021 +0000
    10.2 +++ b/perl-authen-sasl/receipt	Fri Sep 17 10:35:57 2021 +0000
    10.3 @@ -15,6 +15,12 @@
    10.4  DEPENDS="perl perl-digest-hmac perl-gssapi"
    10.5  BUILD_DEPENDS="perl perl-digest-hmac perl-gssapi"
    10.6  
    10.7 +current_version()
    10.8 +{
    10.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   10.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   10.11 +}
   10.12 +
   10.13  # Rules to configure and make the package.
   10.14  compile_rules()
   10.15  {
    11.1 --- a/perl-berkeleydb/receipt	Thu Sep 16 16:33:44 2021 +0000
    11.2 +++ b/perl-berkeleydb/receipt	Fri Sep 17 10:35:57 2021 +0000
    11.3 @@ -15,6 +15,12 @@
    11.4  DEPENDS="db perl"
    11.5  BUILD_DEPENDS="db db-dev perl"
    11.6  
    11.7 +current_version()
    11.8 +{
    11.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   11.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   11.11 +}
   11.12 +
   11.13  # Rules to configure and make the package.
   11.14  compile_rules()
   11.15  {
    12.1 --- a/perl-bit-vector/receipt	Thu Sep 16 16:33:44 2021 +0000
    12.2 +++ b/perl-bit-vector/receipt	Fri Sep 17 10:35:57 2021 +0000
    12.3 @@ -15,6 +15,12 @@
    12.4  DEPENDS="perl perl-carp-clan"
    12.5  BUILD_DEPENDS="$DEPENDS"
    12.6  
    12.7 +current_version()
    12.8 +{
    12.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   12.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   12.11 +}
   12.12 +
   12.13  # Rules to configure and make the package.
   12.14  compile_rules()
   12.15  {
    13.1 --- a/perl-cairo/receipt	Thu Sep 16 16:33:44 2021 +0000
    13.2 +++ b/perl-cairo/receipt	Fri Sep 17 10:35:57 2021 +0000
    13.3 @@ -16,6 +16,12 @@
    13.4  BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev libpng-dev perl 
    13.5  	perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta"
    13.6  
    13.7 +current_version()
    13.8 +{
    13.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   13.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   13.11 +}
   13.12 +
   13.13  # Rules to configure and make the package.
   13.14  compile_rules()
   13.15  {
    14.1 --- a/perl-carp-clan/receipt	Thu Sep 16 16:33:44 2021 +0000
    14.2 +++ b/perl-carp-clan/receipt	Fri Sep 17 10:35:57 2021 +0000
    14.3 @@ -15,6 +15,12 @@
    14.4  DEPENDS="perl"
    14.5  BUILD_DEPENDS="perl"
    14.6  
    14.7 +current_version()
    14.8 +{
    14.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   14.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   14.11 +}
   14.12 +
   14.13  # Rules to configure and make the package.
   14.14  compile_rules()
   14.15  {
    15.1 --- a/perl-cgi-session/receipt	Thu Sep 16 16:33:44 2021 +0000
    15.2 +++ b/perl-cgi-session/receipt	Fri Sep 17 10:35:57 2021 +0000
    15.3 @@ -15,6 +15,12 @@
    15.4  DEPENDS="perl"
    15.5  BUILD_DEPENDS="perl"
    15.6  
    15.7 +current_version()
    15.8 +{
    15.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   15.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   15.11 +}
   15.12 +
   15.13  # Rules to configure and make the package.
   15.14  compile_rules()
   15.15  {
    16.1 --- a/perl-cgi/receipt	Thu Sep 16 16:33:44 2021 +0000
    16.2 +++ b/perl-cgi/receipt	Fri Sep 17 10:35:57 2021 +0000
    16.3 @@ -15,6 +15,12 @@
    16.4  DEPENDS="perl"
    16.5  BUILD_DEPENDS="perl"
    16.6  
    16.7 +current_version()
    16.8 +{
    16.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   16.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   16.11 +}
   16.12 +
   16.13  # Rules to configure and make the package.
   16.14  compile_rules()
   16.15  {
    17.1 --- a/perl-class-accessor/receipt	Thu Sep 16 16:33:44 2021 +0000
    17.2 +++ b/perl-class-accessor/receipt	Fri Sep 17 10:35:57 2021 +0000
    17.3 @@ -15,6 +15,12 @@
    17.4  DEPENDS="perl"
    17.5  BUILD_DEPENDS="perl"
    17.6  
    17.7 +current_version()
    17.8 +{
    17.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   17.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   17.11 +}
   17.12 +
   17.13  # Rules to configure and make the package.
   17.14  compile_rules()
   17.15  {
    18.1 --- a/perl-class-singleton/receipt	Thu Sep 16 16:33:44 2021 +0000
    18.2 +++ b/perl-class-singleton/receipt	Fri Sep 17 10:35:57 2021 +0000
    18.3 @@ -14,6 +14,12 @@
    18.4  DEPENDS="perl"
    18.5  BUILD_DEPENDS="$DEPENDS"
    18.6  
    18.7 +current_version()
    18.8 +{
    18.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   18.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   18.11 +}
   18.12 +
   18.13  # Rules to configure and make the package.
   18.14  compile_rules()
   18.15  {
    19.1 --- a/perl-common-sense/receipt	Thu Sep 16 16:33:44 2021 +0000
    19.2 +++ b/perl-common-sense/receipt	Fri Sep 17 10:35:57 2021 +0000
    19.3 @@ -15,6 +15,12 @@
    19.4  DEPENDS="perl"
    19.5  BUILD_DEPENDS="perl"
    19.6  
    19.7 +current_version()
    19.8 +{
    19.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   19.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   19.11 +}
   19.12 +
   19.13  # Rules to configure and make the package.
   19.14  compile_rules()
   19.15  {
    20.1 --- a/perl-compress-raw-bzip2/receipt	Thu Sep 16 16:33:44 2021 +0000
    20.2 +++ b/perl-compress-raw-bzip2/receipt	Fri Sep 17 10:35:57 2021 +0000
    20.3 @@ -15,6 +15,12 @@
    20.4  DEPENDS="perl"
    20.5  BUILD_DEPENDS="perl"
    20.6  
    20.7 +current_version()
    20.8 +{
    20.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   20.10 +	sed '/ompress-Raw-Bzip2-/!d;s|.*zip2-||;s| -.*||;q'
   20.11 +}
   20.12 +
   20.13  # Rules to configure and make the package.
   20.14  compile_rules()
   20.15  {
    21.1 --- a/perl-compress-raw-zlib/receipt	Thu Sep 16 16:33:44 2021 +0000
    21.2 +++ b/perl-compress-raw-zlib/receipt	Fri Sep 17 10:35:57 2021 +0000
    21.3 @@ -15,6 +15,12 @@
    21.4  DEPENDS="perl"
    21.5  BUILD_DEPENDS="perl"
    21.6  
    21.7 +current_version()
    21.8 +{
    21.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   21.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   21.11 +}
   21.12 +
   21.13  # Rules to configure and make the package.
   21.14  compile_rules()
   21.15  {
    22.1 --- a/perl-config-general/receipt	Thu Sep 16 16:33:44 2021 +0000
    22.2 +++ b/perl-config-general/receipt	Fri Sep 17 10:35:57 2021 +0000
    22.3 @@ -15,6 +15,12 @@
    22.4  DEPENDS="perl"
    22.5  BUILD_DEPENDS="perl"
    22.6  
    22.7 +current_version()
    22.8 +{
    22.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   22.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   22.11 +}
   22.12 +
   22.13  # Rules to configure and make the package.
   22.14  compile_rules()
   22.15  {
    23.1 --- a/perl-config-inifiles/receipt	Thu Sep 16 16:33:44 2021 +0000
    23.2 +++ b/perl-config-inifiles/receipt	Fri Sep 17 10:35:57 2021 +0000
    23.3 @@ -15,6 +15,12 @@
    23.4  DEPENDS="perl"
    23.5  BUILD_DEPENDS="perl"
    23.6  
    23.7 +current_version()
    23.8 +{
    23.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   23.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   23.11 +}
   23.12 +
   23.13  # Rules to configure and make the package.
   23.14  compile_rules()
   23.15  {
    24.1 --- a/perl-config-tiny/receipt	Thu Sep 16 16:33:44 2021 +0000
    24.2 +++ b/perl-config-tiny/receipt	Fri Sep 17 10:35:57 2021 +0000
    24.3 @@ -15,6 +15,12 @@
    24.4  DEPENDS="perl"
    24.5  BUILD_DEPENDS="perl"
    24.6  
    24.7 +current_version()
    24.8 +{
    24.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   24.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   24.11 +}
   24.12 +
   24.13  # Rules to configure and make the package.
   24.14  compile_rules()
   24.15  {
    25.1 --- a/perl-crypt-des/receipt	Thu Sep 16 16:33:44 2021 +0000
    25.2 +++ b/perl-crypt-des/receipt	Fri Sep 17 10:35:57 2021 +0000
    25.3 @@ -15,6 +15,12 @@
    25.4  DEPENDS="perl"
    25.5  BUILD_DEPENDS="perl"
    25.6  
    25.7 +current_version()
    25.8 +{
    25.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   25.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   25.11 +}
   25.12 +
   25.13  # Rules to configure and make the package.
   25.14  compile_rules()
   25.15  {
    26.1 --- a/perl-curses/receipt	Thu Sep 16 16:33:44 2021 +0000
    26.2 +++ b/perl-curses/receipt	Fri Sep 17 10:35:57 2021 +0000
    26.3 @@ -15,6 +15,12 @@
    26.4  DEPENDS="ncursesw perl"
    26.5  BUILD_DEPENDS="ncursesw-dev perl"
    26.6  
    26.7 +current_version()
    26.8 +{
    26.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   26.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   26.11 +}
   26.12 +
   26.13  # Rules to configure and make the package.
   26.14  compile_rules()
   26.15  {
    27.1 --- a/perl-date-calc/receipt	Thu Sep 16 16:33:44 2021 +0000
    27.2 +++ b/perl-date-calc/receipt	Fri Sep 17 10:35:57 2021 +0000
    27.3 @@ -15,6 +15,12 @@
    27.4  DEPENDS="perl perl-bit-vector"
    27.5  BUILD_DEPENDS="$DEPENDS"
    27.6  
    27.7 +current_version()
    27.8 +{
    27.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   27.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   27.11 +}
   27.12 +
   27.13  # Rules to configure and make the package.
   27.14  compile_rules()
   27.15  {
    28.1 --- a/perl-date-manip/receipt	Thu Sep 16 16:33:44 2021 +0000
    28.2 +++ b/perl-date-manip/receipt	Fri Sep 17 10:35:57 2021 +0000
    28.3 @@ -15,6 +15,12 @@
    28.4  DEPENDS="perl perl-yaml-syck"
    28.5  BUILD_DEPENDS="perl perl-extutils-makemaker perl-yaml-syck"
    28.6  
    28.7 +current_version()
    28.8 +{
    28.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   28.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   28.11 +}
   28.12 +
   28.13  # Rules to configure and make the package.
   28.14  compile_rules()
   28.15  {
    29.1 --- a/perl-datetime-format-strptime/receipt	Thu Sep 16 16:33:44 2021 +0000
    29.2 +++ b/perl-datetime-format-strptime/receipt	Fri Sep 17 10:35:57 2021 +0000
    29.3 @@ -12,10 +12,15 @@
    29.4  TARBALL="$SOURCE-$VERSION.tar.gz"
    29.5  WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL"
    29.6  
    29.7 -
    29.8  DEPENDS="perl"
    29.9  BUILD_DEPENDS="perl-datetime perl-params-validate perl-test-simple"
   29.10  
   29.11 +current_version()
   29.12 +{
   29.13 +	wget -O - $WEB_SITE 2>/dev/null | \
   29.14 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   29.15 +}
   29.16 +
   29.17  # Rules to configure and make the package.
   29.18  compile_rules()
   29.19  {
    30.1 --- a/perl-datetime-format-w3cdtf/receipt	Thu Sep 16 16:33:44 2021 +0000
    30.2 +++ b/perl-datetime-format-w3cdtf/receipt	Fri Sep 17 10:35:57 2021 +0000
    30.3 @@ -15,6 +15,12 @@
    30.4  DEPENDS="perl"
    30.5  BUILD_DEPENDS="perl"
    30.6  
    30.7 +current_version()
    30.8 +{
    30.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   30.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   30.11 +}
   30.12 +
   30.13  # Rules to configure and make the package.
   30.14  compile_rules()
   30.15  {
    31.1 --- a/perl-datetime-timezone/receipt	Thu Sep 16 16:33:44 2021 +0000
    31.2 +++ b/perl-datetime-timezone/receipt	Fri Sep 17 10:35:57 2021 +0000
    31.3 @@ -15,6 +15,12 @@
    31.4  DEPENDS="perl"
    31.5  BUILD_DEPENDS="perl"
    31.6  
    31.7 +current_version()
    31.8 +{
    31.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   31.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   31.11 +}
   31.12 +
   31.13  # Rules to configure and make the package.
   31.14  compile_rules()
   31.15  {
    32.1 --- a/perl-datetime/receipt	Thu Sep 16 16:33:44 2021 +0000
    32.2 +++ b/perl-datetime/receipt	Fri Sep 17 10:35:57 2021 +0000
    32.3 @@ -18,6 +18,12 @@
    32.4  	perl-try-tiny"
    32.5  BUILD_DEPENDS="$DEPENDS"
    32.6  
    32.7 +current_version()
    32.8 +{
    32.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   32.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   32.11 +}
   32.12 +
   32.13  # Rules to configure and make the package.
   32.14  compile_rules()
   32.15  {
    33.1 --- a/perl-dbd-mysql/receipt	Thu Sep 16 16:33:44 2021 +0000
    33.2 +++ b/perl-dbd-mysql/receipt	Fri Sep 17 10:35:57 2021 +0000
    33.3 @@ -15,6 +15,12 @@
    33.4  DEPENDS="libmysqlclient perl perl-dbi-dbd zlib"
    33.5  BUILD_DEPENDS="mysql-dev perl perl-dbi-dbd perl-devel-checklib"
    33.6  
    33.7 +current_version()
    33.8 +{
    33.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   33.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   33.11 +}
   33.12 +
   33.13  # Rules to configure and make the package.
   33.14  compile_rules()
   33.15  {
    34.1 --- a/perl-dbd-pg/receipt	Thu Sep 16 16:33:44 2021 +0000
    34.2 +++ b/perl-dbd-pg/receipt	Fri Sep 17 10:35:57 2021 +0000
    34.3 @@ -15,6 +15,12 @@
    34.4  DEPENDS="libpostgresqlclient perl perl-dbi-dbd"
    34.5  BUILD_DEPENDS="perl perl-dbi-dbd postgresql-dev"
    34.6  
    34.7 +current_version()
    34.8 +{
    34.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   34.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   34.11 +}
   34.12 +
   34.13  # Rules to configure and make the package.
   34.14  compile_rules()
   34.15  {
    35.1 --- a/perl-dbd-sqlite/receipt	Thu Sep 16 16:33:44 2021 +0000
    35.2 +++ b/perl-dbd-sqlite/receipt	Fri Sep 17 10:35:57 2021 +0000
    35.3 @@ -15,6 +15,12 @@
    35.4  DEPENDS="libsqlite perl perl-dbi-dbd"
    35.5  BUILD_DEPENDS="perl perl-dbi-dbd sqlite-dev"
    35.6  
    35.7 +current_version()
    35.8 +{
    35.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   35.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   35.11 +}
   35.12 +
   35.13  # Rules to configure and make the package.
   35.14  compile_rules()
   35.15  {
    36.1 --- a/perl-dev/receipt	Thu Sep 16 16:33:44 2021 +0000
    36.2 +++ b/perl-dev/receipt	Fri Sep 17 10:35:57 2021 +0000
    36.3 @@ -14,6 +14,12 @@
    36.4  WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL"
    36.5  PROVIDE="perl"
    36.6  
    36.7 +current_version()
    36.8 +{
    36.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   36.10 +	sed '/version-highlight/!d;s|.*">||;s|<.*||;q'
   36.11 +}
   36.12 +
   36.13  # Rules to compile & install the temporary toolchain.
   36.14  cook_tmp_toolchain()
   36.15  {
    37.1 --- a/perl-devel-checklib/receipt	Thu Sep 16 16:33:44 2021 +0000
    37.2 +++ b/perl-devel-checklib/receipt	Fri Sep 17 10:35:57 2021 +0000
    37.3 @@ -15,6 +15,12 @@
    37.4  DEPENDS="perl"
    37.5  BUILD_DEPENDS="perl"
    37.6  
    37.7 +current_version()
    37.8 +{
    37.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   37.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   37.11 +}
   37.12 +
   37.13  # Rules to configure and make the package.
   37.14  compile_rules()
   37.15  {
    38.1 --- a/perl-digest-hmac/receipt	Thu Sep 16 16:33:44 2021 +0000
    38.2 +++ b/perl-digest-hmac/receipt	Fri Sep 17 10:35:57 2021 +0000
    38.3 @@ -15,6 +15,12 @@
    38.4  DEPENDS="perl"
    38.5  BUILD_DEPENDS="perl"
    38.6  
    38.7 +current_version()
    38.8 +{
    38.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   38.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   38.11 +}
   38.12 +
   38.13  # Rules to configure and make the package.
   38.14  compile_rules()
   38.15  {
    39.1 --- a/perl-digest-md5/receipt	Thu Sep 16 16:33:44 2021 +0000
    39.2 +++ b/perl-digest-md5/receipt	Fri Sep 17 10:35:57 2021 +0000
    39.3 @@ -15,6 +15,12 @@
    39.4  DEPENDS="perl"
    39.5  BUILD_DEPENDS="perl"
    39.6  
    39.7 +current_version()
    39.8 +{
    39.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   39.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   39.11 +}
   39.12 +
   39.13  # Rules to configure and make the package.
   39.14  compile_rules()
   39.15  {
    40.1 --- a/perl-encode-locale/receipt	Thu Sep 16 16:33:44 2021 +0000
    40.2 +++ b/perl-encode-locale/receipt	Fri Sep 17 10:35:57 2021 +0000
    40.3 @@ -15,6 +15,12 @@
    40.4  DEPENDS="perl"
    40.5  BUILD_DEPENDS="perl"
    40.6  
    40.7 +current_version()
    40.8 +{
    40.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   40.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   40.11 +}
   40.12 +
   40.13  # Rules to configure and make the package.
   40.14  compile_rules()
   40.15  {
    41.1 --- a/perl-event/receipt	Thu Sep 16 16:33:44 2021 +0000
    41.2 +++ b/perl-event/receipt	Fri Sep 17 10:35:57 2021 +0000
    41.3 @@ -16,6 +16,12 @@
    41.4  DEPENDS="perl"
    41.5  BUILD_DEPENDS="perl"
    41.6  
    41.7 +current_version()
    41.8 +{
    41.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   41.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   41.11 +}
   41.12 +
   41.13  # Rules to configure and make the package.
   41.14  compile_rules()
   41.15  {
    42.1 --- a/perl-expect/receipt	Thu Sep 16 16:33:44 2021 +0000
    42.2 +++ b/perl-expect/receipt	Fri Sep 17 10:35:57 2021 +0000
    42.3 @@ -16,6 +16,12 @@
    42.4  DEPENDS="perl-io-tty"
    42.5  BUILD_DEPENDS="perl-io-tty"
    42.6  
    42.7 +current_version()
    42.8 +{
    42.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   42.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   42.11 +}
   42.12 +
   42.13  # Rules to configure and make the package.
   42.14  compile_rules()
   42.15  {
    43.1 --- a/perl-exporter-tiny/receipt	Thu Sep 16 16:33:44 2021 +0000
    43.2 +++ b/perl-exporter-tiny/receipt	Fri Sep 17 10:35:57 2021 +0000
    43.3 @@ -15,6 +15,12 @@
    43.4  DEPENDS="perl"
    43.5  BUILD_DEPENDS="$DEPENDS"
    43.6  
    43.7 +current_version()
    43.8 +{
    43.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   43.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   43.11 +}
   43.12 +
   43.13  # Rules to configure and make the package.
   43.14  compile_rules()
   43.15  {
    44.1 --- a/perl-extutils-depends/receipt	Thu Sep 16 16:33:44 2021 +0000
    44.2 +++ b/perl-extutils-depends/receipt	Fri Sep 17 10:35:57 2021 +0000
    44.3 @@ -15,6 +15,12 @@
    44.4  DEPENDS="perl"
    44.5  BUILD_DEPENDS="perl"
    44.6  
    44.7 +current_version()
    44.8 +{
    44.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   44.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   44.11 +}
   44.12 +
   44.13  # Rules to configure and make the package.
   44.14  compile_rules()
   44.15  {
    45.1 --- a/perl-extutils-makemaker/receipt	Thu Sep 16 16:33:44 2021 +0000
    45.2 +++ b/perl-extutils-makemaker/receipt	Fri Sep 17 10:35:57 2021 +0000
    45.3 @@ -15,6 +15,12 @@
    45.4  DEPENDS="perl"
    45.5  BUILD_DEPENDS="perl"
    45.6  
    45.7 +current_version()
    45.8 +{
    45.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   45.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   45.11 +}
   45.12 +
   45.13  # Rules to configure and make the package.
   45.14  compile_rules()
   45.15  {
    46.1 --- a/perl-extutils-pkgconfig/receipt	Thu Sep 16 16:33:44 2021 +0000
    46.2 +++ b/perl-extutils-pkgconfig/receipt	Fri Sep 17 10:35:57 2021 +0000
    46.3 @@ -13,6 +13,12 @@
    46.4  WEB_SITE="https://metacpan.org/release/ExtUtils-PkgConfig"
    46.5  WGET_URL="https://cpan.metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    46.6  
    46.7 +current_version()
    46.8 +{
    46.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   46.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   46.11 +}
   46.12 +
   46.13  # Rules to configure and make the package.
   46.14  compile_rules()
   46.15  {
    47.1 --- a/perl-fcgi-procmanager/receipt	Thu Sep 16 16:33:44 2021 +0000
    47.2 +++ b/perl-fcgi-procmanager/receipt	Fri Sep 17 10:35:57 2021 +0000
    47.3 @@ -15,6 +15,12 @@
    47.4  DEPENDS="perl"
    47.5  BUILD_DEPENDS="perl"
    47.6  
    47.7 +current_version()
    47.8 +{
    47.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   47.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   47.11 +}
   47.12 +
   47.13  # Rules to configure and make the package.
   47.14  compile_rules()
   47.15  {
    48.1 --- a/perl-fcgi/receipt	Thu Sep 16 16:33:44 2021 +0000
    48.2 +++ b/perl-fcgi/receipt	Fri Sep 17 10:35:57 2021 +0000
    48.3 @@ -16,6 +16,12 @@
    48.4  DEPENDS="perl"
    48.5  BUILD_DEPENDS="perl"
    48.6  
    48.7 +current_version()
    48.8 +{
    48.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   48.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   48.11 +}
   48.12 +
   48.13  # Rules to configure and make the package.
   48.14  compile_rules()
   48.15  {
    49.1 --- a/perl-file-copy-recursive/receipt	Thu Sep 16 16:33:44 2021 +0000
    49.2 +++ b/perl-file-copy-recursive/receipt	Fri Sep 17 10:35:57 2021 +0000
    49.3 @@ -15,6 +15,12 @@
    49.4  DEPENDS="perl"
    49.5  BUILD_DEPENDS="perl"
    49.6  
    49.7 +current_version()
    49.8 +{
    49.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   49.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   49.11 +}
   49.12 +
   49.13  # Rules to configure and make the package.
   49.14  compile_rules()
   49.15  {
    50.1 --- a/perl-file-desktopentry/receipt	Thu Sep 16 16:33:44 2021 +0000
    50.2 +++ b/perl-file-desktopentry/receipt	Fri Sep 17 10:35:57 2021 +0000
    50.3 @@ -15,6 +15,12 @@
    50.4  DEPENDS="perl perl-file-basedir"
    50.5  BUILD_DEPENDS="perl perl-file-basedir"
    50.6  
    50.7 +current_version()
    50.8 +{
    50.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   50.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   50.11 +}
   50.12 +
   50.13  # Rules to configure and make the package.
   50.14  compile_rules()
   50.15  {
    51.1 --- a/perl-file-find-rule/receipt	Thu Sep 16 16:33:44 2021 +0000
    51.2 +++ b/perl-file-find-rule/receipt	Fri Sep 17 10:35:57 2021 +0000
    51.3 @@ -15,6 +15,12 @@
    51.4  DEPENDS="perl perl-number-compare perl-text-glob"
    51.5  BUILD_DEPENDS="$DEPENDS"
    51.6  
    51.7 +current_version()
    51.8 +{
    51.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   51.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   51.11 +}
   51.12 +
   51.13  # Rules to configure and make the package.
   51.14  compile_rules()
   51.15  {
    52.1 --- a/perl-file-mimeinfo/receipt	Thu Sep 16 16:33:44 2021 +0000
    52.2 +++ b/perl-file-mimeinfo/receipt	Fri Sep 17 10:35:57 2021 +0000
    52.3 @@ -15,6 +15,12 @@
    52.4  DEPENDS="perl perl-file-basedir perl-file-desktopentry"
    52.5  BUILD_DEPENDS="perl perl-file-basedir perl-file-desktopentry"
    52.6  
    52.7 +current_version()
    52.8 +{
    52.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   52.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   52.11 +}
   52.12 +
   52.13  # Rules to configure and make the package.
   52.14  compile_rules()
   52.15  {
    53.1 --- a/perl-file-rsync/receipt	Thu Sep 16 16:33:44 2021 +0000
    53.2 +++ b/perl-file-rsync/receipt	Fri Sep 17 10:35:57 2021 +0000
    53.3 @@ -14,6 +14,12 @@
    53.4  DEPENDS="perl rsync"
    53.5  BUILD_DEPENDS="perl"
    53.6  
    53.7 +current_version()
    53.8 +{
    53.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   53.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   53.11 +}
   53.12 +
   53.13  # Rules to configure and make the package.
   53.14  compile_rules()
   53.15  {
    54.1 --- a/perl-file-slurp/receipt	Thu Sep 16 16:33:44 2021 +0000
    54.2 +++ b/perl-file-slurp/receipt	Fri Sep 17 10:35:57 2021 +0000
    54.3 @@ -15,6 +15,12 @@
    54.4  DEPENDS="perl"
    54.5  BUILD_DEPENDS="perl"
    54.6  
    54.7 +current_version()
    54.8 +{
    54.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   54.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   54.11 +}
   54.12 +
   54.13  # Rules to configure and make the package.
   54.14  compile_rules()
   54.15  {
    55.1 --- a/perl-file-which/receipt	Thu Sep 16 16:33:44 2021 +0000
    55.2 +++ b/perl-file-which/receipt	Fri Sep 17 10:35:57 2021 +0000
    55.3 @@ -15,6 +15,12 @@
    55.4  DEPENDS="perl"
    55.5  BUILD_DEPENDS="perl"
    55.6  
    55.7 +current_version()
    55.8 +{
    55.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   55.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   55.11 +}
   55.12 +
   55.13  # Rules to configure and make the package.
   55.14  compile_rules()
   55.15  {
    56.1 --- a/perl-fuse/receipt	Thu Sep 16 16:33:44 2021 +0000
    56.2 +++ b/perl-fuse/receipt	Fri Sep 17 10:35:57 2021 +0000
    56.3 @@ -15,6 +15,12 @@
    56.4  DEPENDS="fuse perl perl-filesys-statvfs perl-lchown perl-unix-mknod"
    56.5  BUILD_DEPENDS="fuse-dev perl perl-filesys-statvfs perl-lchown perl-unix-mknod"
    56.6  
    56.7 +current_version()
    56.8 +{
    56.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   56.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   56.11 +}
   56.12 +
   56.13  # Rules to configure and make the package.
   56.14  compile_rules()
   56.15  {
    57.1 --- a/perl-gd/receipt	Thu Sep 16 16:33:44 2021 +0000
    57.2 +++ b/perl-gd/receipt	Fri Sep 17 10:35:57 2021 +0000
    57.3 @@ -15,6 +15,12 @@
    57.4  DEPENDS="libgd perl"
    57.5  BUILD_DEPENDS="libgd libgd-dev perl"
    57.6  
    57.7 +current_version()
    57.8 +{
    57.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   57.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   57.11 +}
   57.12 +
   57.13  # Rules to configure and make the package.
   57.14  compile_rules()
   57.15  {
    58.1 --- a/perl-geo-ipfree/receipt	Thu Sep 16 16:33:44 2021 +0000
    58.2 +++ b/perl-geo-ipfree/receipt	Fri Sep 17 10:35:57 2021 +0000
    58.3 @@ -15,6 +15,12 @@
    58.4  DEPENDS="perl"
    58.5  BUILD_DEPENDS="perl"
    58.6  
    58.7 +current_version()
    58.8 +{
    58.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   58.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   58.11 +}
   58.12 +
   58.13  # Rules to configure and make the package.
   58.14  compile_rules()
   58.15  {
    59.1 --- a/perl-getopt-long/receipt	Thu Sep 16 16:33:44 2021 +0000
    59.2 +++ b/perl-getopt-long/receipt	Fri Sep 17 10:35:57 2021 +0000
    59.3 @@ -15,6 +15,12 @@
    59.4  DEPENDS="perl"
    59.5  BUILD_DEPENDS="perl"
    59.6  
    59.7 +current_version()
    59.8 +{
    59.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   59.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   59.11 +}
   59.12 +
   59.13  # Rules to configure and make the package.
   59.14  compile_rules()
   59.15  {
    60.1 --- a/perl-glib/receipt	Thu Sep 16 16:33:44 2021 +0000
    60.2 +++ b/perl-glib/receipt	Fri Sep 17 10:35:57 2021 +0000
    60.3 @@ -15,6 +15,12 @@
    60.4  DEPENDS="glib perl"
    60.5  BUILD_DEPENDS="glib-dev perl perl-extutils-depends perl-extutils-pkgconfig"
    60.6  
    60.7 +current_version()
    60.8 +{
    60.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   60.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   60.11 +}
   60.12 +
   60.13  # Rules to configure and make the package.
   60.14  compile_rules()
   60.15  {
    61.1 --- a/perl-gssapi/receipt	Thu Sep 16 16:33:44 2021 +0000
    61.2 +++ b/perl-gssapi/receipt	Fri Sep 17 10:35:57 2021 +0000
    61.3 @@ -15,6 +15,12 @@
    61.4  DEPENDS="libcomerr libcomerr3 libkrb5 perl"
    61.5  BUILD_DEPENDS="krb5 krb5-dev perl"
    61.6  
    61.7 +current_version()
    61.8 +{
    61.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   61.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   61.11 +}
   61.12 +
   61.13  # Rules to configure and make the package.
   61.14  compile_rules()
   61.15  {
    62.1 --- a/perl-gtk2/receipt	Thu Sep 16 16:33:44 2021 +0000
    62.2 +++ b/perl-gtk2/receipt	Fri Sep 17 10:35:57 2021 +0000
    62.3 @@ -17,6 +17,12 @@
    62.4  	perl-extutils-pkgconfig perl-glib perl-pango xorg-dev 
    62.5  	xorg-kbproto xorg-renderproto xorg-xproto"
    62.6  
    62.7 +current_version()
    62.8 +{
    62.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   62.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   62.11 +}
   62.12 +
   62.13  # Rules to configure and make the package.
   62.14  compile_rules()
   62.15  {
    63.1 --- a/perl-html-parser/receipt	Thu Sep 16 16:33:44 2021 +0000
    63.2 +++ b/perl-html-parser/receipt	Fri Sep 17 10:35:57 2021 +0000
    63.3 @@ -13,6 +13,12 @@
    63.4  WEB_SITE="https://metacpan.org/release/HTML-Parser"
    63.5  WGET_URL="https://cpan.metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    63.6  
    63.7 +current_version()
    63.8 +{
    63.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   63.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   63.11 +}
   63.12 +
   63.13  # Rules to configure and make the package.
   63.14  compile_rules()
   63.15  {
    64.1 --- a/perl-html-template/receipt	Thu Sep 16 16:33:44 2021 +0000
    64.2 +++ b/perl-html-template/receipt	Fri Sep 17 10:35:57 2021 +0000
    64.3 @@ -13,6 +13,12 @@
    64.4  WEB_SITE="https://metacpan.org/pod/HTML::Template"
    64.5  WGET_URL="https://cpan.metacpan.org/authors/id/S/SA/SAMTREGAR/$TARBALL"
    64.6  
    64.7 +current_version()
    64.8 +{
    64.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   64.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   64.11 +}
   64.12 +
   64.13  # Rules to configure and make the package.
   64.14  compile_rules()
   64.15  {
    65.1 --- a/perl-html-tree/receipt	Thu Sep 16 16:33:44 2021 +0000
    65.2 +++ b/perl-html-tree/receipt	Fri Sep 17 10:35:57 2021 +0000
    65.3 @@ -15,6 +15,12 @@
    65.4  DEPENDS="perl perl-html-parser perl-html-tagset"
    65.5  BUILD_DEPENDS="perl perl-html-parser perl-html-tagset"
    65.6  
    65.7 +current_version()
    65.8 +{
    65.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   65.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   65.11 +}
   65.12 +
   65.13  # Rules to configure and make the package.
   65.14  compile_rules()
   65.15  {
    66.1 --- a/perl-http-cookies/receipt	Thu Sep 16 16:33:44 2021 +0000
    66.2 +++ b/perl-http-cookies/receipt	Fri Sep 17 10:35:57 2021 +0000
    66.3 @@ -15,6 +15,12 @@
    66.4  DEPENDS="perl perl-http-date perl-http-message "
    66.5  BUILD_DEPENDS="perl $DEPENDS"
    66.6  
    66.7 +current_version()
    66.8 +{
    66.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   66.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   66.11 +}
   66.12 +
   66.13  # Rules to configure and make the package.
   66.14  compile_rules()
   66.15  {
    67.1 --- a/perl-http-daemon/receipt	Thu Sep 16 16:33:44 2021 +0000
    67.2 +++ b/perl-http-daemon/receipt	Fri Sep 17 10:35:57 2021 +0000
    67.3 @@ -15,6 +15,12 @@
    67.4  DEPENDS="perl perl-http-date perl-http-message perl-lwp-mediatypes"
    67.5  BUILD_DEPENDS="perl $DEPENDS"
    67.6  
    67.7 +current_version()
    67.8 +{
    67.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   67.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   67.11 +}
   67.12 +
   67.13  # Rules to configure and make the package.
   67.14  compile_rules()
   67.15  {
    68.1 --- a/perl-http-date/receipt	Thu Sep 16 16:33:44 2021 +0000
    68.2 +++ b/perl-http-date/receipt	Fri Sep 17 10:35:57 2021 +0000
    68.3 @@ -15,6 +15,12 @@
    68.4  DEPENDS="perl"
    68.5  BUILD_DEPENDS="perl"
    68.6  
    68.7 +current_version()
    68.8 +{
    68.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   68.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   68.11 +}
   68.12 +
   68.13  # Rules to configure and make the package.
   68.14  compile_rules()
   68.15  {
    69.1 --- a/perl-http-message/receipt	Thu Sep 16 16:33:44 2021 +0000
    69.2 +++ b/perl-http-message/receipt	Fri Sep 17 10:35:57 2021 +0000
    69.3 @@ -15,6 +15,12 @@
    69.4  DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
    69.5  BUILD_DEPENDS="$DEPENDS"
    69.6  
    69.7 +current_version()
    69.8 +{
    69.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   69.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   69.11 +}
   69.12 +
   69.13  # Rules to configure and make the package.
   69.14  compile_rules()
   69.15  {
    70.1 --- a/perl-http-negotiate/receipt	Thu Sep 16 16:33:44 2021 +0000
    70.2 +++ b/perl-http-negotiate/receipt	Fri Sep 17 10:35:57 2021 +0000
    70.3 @@ -14,6 +14,12 @@
    70.4  DEPENDS="perl perl-http-message"
    70.5  BUILD_DEPENDS="perl $DEPENDS"
    70.6  
    70.7 +current_version()
    70.8 +{
    70.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   70.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   70.11 +}
   70.12 +
   70.13  # Rules to configure and make the package.
   70.14  compile_rules()
   70.15  {
    71.1 --- a/perl-http-parser/receipt	Thu Sep 16 16:33:44 2021 +0000
    71.2 +++ b/perl-http-parser/receipt	Fri Sep 17 10:35:57 2021 +0000
    71.3 @@ -14,6 +14,12 @@
    71.4  DEPENDS="perl-http-message perl-uri"
    71.5  BUILD_DEPENDS="perl $DEPENDS"
    71.6  
    71.7 +current_version()
    71.8 +{
    71.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   71.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   71.11 +}
   71.12 +
   71.13  # Rules to configure and make the package.                  
   71.14  compile_rules()                                             
   71.15  {                                                           
    72.1 --- a/perl-http-server-simple/receipt	Thu Sep 16 16:33:44 2021 +0000
    72.2 +++ b/perl-http-server-simple/receipt	Fri Sep 17 10:35:57 2021 +0000
    72.3 @@ -15,6 +15,12 @@
    72.4  DEPENDS="perl"
    72.5  BUILD_DEPENDS="perl"
    72.6  
    72.7 +current_version()
    72.8 +{
    72.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   72.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   72.11 +}
   72.12 +
   72.13  # Rules to configure and make the package.
   72.14  compile_rules()
   72.15  {
    73.1 --- a/perl-image-librsvg/receipt	Thu Sep 16 16:33:44 2021 +0000
    73.2 +++ b/perl-image-librsvg/receipt	Fri Sep 17 10:35:57 2021 +0000
    73.3 @@ -14,6 +14,12 @@
    73.4  DEPENDS="perl librsvg"
    73.5  BUILD_DEPENDS="wget perl librsvg-dev"
    73.6  
    73.7 +current_version()
    73.8 +{
    73.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   73.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   73.11 +}
   73.12 +
   73.13  # Rules to configure and make the package.
   73.14  compile_rules()
   73.15  {
    74.1 --- a/perl-io-compress/receipt	Thu Sep 16 16:33:44 2021 +0000
    74.2 +++ b/perl-io-compress/receipt	Fri Sep 17 10:35:57 2021 +0000
    74.3 @@ -15,6 +15,12 @@
    74.4  DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib"
    74.5  BUILD_DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib"
    74.6  
    74.7 +current_version()
    74.8 +{
    74.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   74.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   74.11 +}
   74.12 +
   74.13  # Rules to configure and make the package.
   74.14  compile_rules()
   74.15  {
    75.1 --- a/perl-io-multiplex/receipt	Thu Sep 16 16:33:44 2021 +0000
    75.2 +++ b/perl-io-multiplex/receipt	Fri Sep 17 10:35:57 2021 +0000
    75.3 @@ -15,6 +15,12 @@
    75.4  DEPENDS="perl"
    75.5  BUILD_DEPENDS="perl"
    75.6  
    75.7 +current_version()
    75.8 +{
    75.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   75.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   75.11 +}
   75.12 +
   75.13  # Rules to configure and make the package.
   75.14  compile_rules()
   75.15  {
    76.1 --- a/perl-io-socket-inet6/receipt	Thu Sep 16 16:33:44 2021 +0000
    76.2 +++ b/perl-io-socket-inet6/receipt	Fri Sep 17 10:35:57 2021 +0000
    76.3 @@ -15,6 +15,12 @@
    76.4  DEPENDS="perl"
    76.5  BUILD_DEPENDS="perl perl-socket6"
    76.6  
    76.7 +current_version()
    76.8 +{
    76.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   76.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   76.11 +}
   76.12 +
   76.13  # Rules to configure and make the package.
   76.14  compile_rules()
   76.15  {
    77.1 --- a/perl-io-socket-ssl/receipt	Thu Sep 16 16:33:44 2021 +0000
    77.2 +++ b/perl-io-socket-ssl/receipt	Fri Sep 17 10:35:57 2021 +0000
    77.3 @@ -15,6 +15,12 @@
    77.4  DEPENDS="perl"
    77.5  BUILD_DEPENDS="perl"
    77.6  
    77.7 +current_version()
    77.8 +{
    77.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   77.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   77.11 +}
   77.12 +
   77.13  # Rules to configure and make the package.
   77.14  compile_rules()
   77.15  {
    78.1 --- a/perl-io-stty/receipt	Thu Sep 16 16:33:44 2021 +0000
    78.2 +++ b/perl-io-stty/receipt	Fri Sep 17 10:35:57 2021 +0000
    78.3 @@ -15,6 +15,12 @@
    78.4  DEPENDS="perl"
    78.5  BUILD_DEPENDS="perl"
    78.6  
    78.7 +current_version()
    78.8 +{
    78.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   78.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   78.11 +}
   78.12 +
   78.13  # Rules to configure and make the package.
   78.14  compile_rules()
   78.15  {
    79.1 --- a/perl-io-tty/receipt	Thu Sep 16 16:33:44 2021 +0000
    79.2 +++ b/perl-io-tty/receipt	Fri Sep 17 10:35:57 2021 +0000
    79.3 @@ -15,6 +15,12 @@
    79.4  DEPENDS="perl"
    79.5  BUILD_DEPENDS="perl"
    79.6  
    79.7 +current_version()
    79.8 +{
    79.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   79.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   79.11 +}
   79.12 +
   79.13  # Rules to configure and make the package.
   79.14  compile_rules()
   79.15  {
    80.1 --- a/perl-io/receipt	Thu Sep 16 16:33:44 2021 +0000
    80.2 +++ b/perl-io/receipt	Fri Sep 17 10:35:57 2021 +0000
    80.3 @@ -15,6 +15,12 @@
    80.4  DEPENDS="perl"
    80.5  BUILD_DEPENDS="perl"
    80.6  
    80.7 +current_version()
    80.8 +{
    80.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   80.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   80.11 +}
   80.12 +
   80.13  # Rules to configure and make the package.
   80.14  compile_rules()
   80.15  {
    81.1 --- a/perl-ipc-run/receipt	Thu Sep 16 16:33:44 2021 +0000
    81.2 +++ b/perl-ipc-run/receipt	Fri Sep 17 10:35:57 2021 +0000
    81.3 @@ -15,6 +15,12 @@
    81.4  DEPENDS="perl"
    81.5  BUILD_DEPENDS="perl"
    81.6  
    81.7 +current_version()
    81.8 +{
    81.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   81.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   81.11 +}
   81.12 +
   81.13  # Rules to configure and make the package.
   81.14  compile_rules()
   81.15  {
    82.1 --- a/perl-json-pp/receipt	Thu Sep 16 16:33:44 2021 +0000
    82.2 +++ b/perl-json-pp/receipt	Fri Sep 17 10:35:57 2021 +0000
    82.3 @@ -15,6 +15,12 @@
    82.4  DEPENDS="perl"
    82.5  BUILD_DEPENDS="perl"
    82.6  
    82.7 +current_version()
    82.8 +{
    82.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   82.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   82.11 +}
   82.12 +
   82.13  # Rules to configure and make the package.
   82.14  compile_rules()
   82.15  {
    83.1 --- a/perl-json/receipt	Thu Sep 16 16:33:44 2021 +0000
    83.2 +++ b/perl-json/receipt	Fri Sep 17 10:35:57 2021 +0000
    83.3 @@ -15,6 +15,12 @@
    83.4  DEPENDS="perl"
    83.5  BUILD_DEPENDS="perl"
    83.6  
    83.7 +current_version()
    83.8 +{
    83.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   83.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   83.11 +}
   83.12 +
   83.13  # Rules to configure and make the package.
   83.14  compile_rules()
   83.15  {
    84.1 --- a/perl-libjson/receipt	Thu Sep 16 16:33:44 2021 +0000
    84.2 +++ b/perl-libjson/receipt	Fri Sep 17 10:35:57 2021 +0000
    84.3 @@ -14,6 +14,12 @@
    84.4  DEPENDS="perl"
    84.5  BUILD_DEPENDS="perl"
    84.6  
    84.7 +current_version()
    84.8 +{
    84.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   84.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   84.11 +}
   84.12 +
   84.13  # Rules to configure and make the package.
   84.14  compile_rules()
   84.15  {
    85.1 --- a/perl-libwww/receipt	Thu Sep 16 16:33:44 2021 +0000
    85.2 +++ b/perl-libwww/receipt	Fri Sep 17 10:35:57 2021 +0000
    85.3 @@ -16,6 +16,12 @@
    85.4  WEB_SITE="https://metacpan.org/release/libwww-perl/"
    85.5  WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL"
    85.6  
    85.7 +current_version()
    85.8 +{
    85.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   85.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   85.11 +}
   85.12 +
   85.13  # Rules to configure and make the package.
   85.14  compile_rules()
   85.15  {
    86.1 --- a/perl-linux-inotify2/receipt	Thu Sep 16 16:33:44 2021 +0000
    86.2 +++ b/perl-linux-inotify2/receipt	Fri Sep 17 10:35:57 2021 +0000
    86.3 @@ -15,6 +15,12 @@
    86.4  DEPENDS="perl-common-sense"
    86.5  BUILD_DEPENDS="perl"
    86.6  
    86.7 +current_version()
    86.8 +{
    86.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   86.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   86.11 +}
   86.12 +
   86.13  # Rules to configure and make the package.
   86.14  compile_rules()
   86.15  {
    87.1 --- a/perl-list-moreutils/receipt	Thu Sep 16 16:33:44 2021 +0000
    87.2 +++ b/perl-list-moreutils/receipt	Fri Sep 17 10:35:57 2021 +0000
    87.3 @@ -15,6 +15,12 @@
    87.4  DEPENDS="perl"
    87.5  BUILD_DEPENDS="$DEPENDS"
    87.6  
    87.7 +current_version()
    87.8 +{
    87.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   87.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   87.11 +}
   87.12 +
   87.13  # Rules to configure and make the package.
   87.14  compile_rules()
   87.15  {
    88.1 --- a/perl-locale-gettext/receipt	Thu Sep 16 16:33:44 2021 +0000
    88.2 +++ b/perl-locale-gettext/receipt	Fri Sep 17 10:35:57 2021 +0000
    88.3 @@ -15,6 +15,12 @@
    88.4  DEPENDS="gettext-base perl"
    88.5  BUILD_DEPENDS="$DEPENDS"
    88.6  
    88.7 +current_version()
    88.8 +{
    88.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   88.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   88.11 +}
   88.12 +
   88.13  # Rules to configure and make the package.
   88.14  compile_rules()
   88.15  {
    89.1 --- a/perl-locale-maketext-lexicon/receipt	Thu Sep 16 16:33:44 2021 +0000
    89.2 +++ b/perl-locale-maketext-lexicon/receipt	Fri Sep 17 10:35:57 2021 +0000
    89.3 @@ -15,6 +15,12 @@
    89.4  DEPENDS="perl"
    89.5  BUILD_DEPENDS="perl"
    89.6  
    89.7 +current_version()
    89.8 +{
    89.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   89.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   89.11 +}
   89.12 +
   89.13  # Rules to configure and make the package.
   89.14  compile_rules()
   89.15  {
    90.1 --- a/perl-log-agent/receipt	Thu Sep 16 16:33:44 2021 +0000
    90.2 +++ b/perl-log-agent/receipt	Fri Sep 17 10:35:57 2021 +0000
    90.3 @@ -15,6 +15,12 @@
    90.4  DEPENDS="perl"
    90.5  BUILD_DEPENDS="perl"
    90.6  
    90.7 +current_version()
    90.8 +{
    90.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   90.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   90.11 +}
   90.12 +
   90.13  # Rules to configure and make the package.
   90.14  compile_rules()
   90.15  {
    91.1 --- a/perl-log-log4perl/receipt	Thu Sep 16 16:33:44 2021 +0000
    91.2 +++ b/perl-log-log4perl/receipt	Fri Sep 17 10:35:57 2021 +0000
    91.3 @@ -13,6 +13,12 @@
    91.4  WEB_SITE="https://metacpan.org/pod/Log::Log4perl"
    91.5  WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/$TARBALL"
    91.6  
    91.7 +current_version()
    91.8 +{
    91.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   91.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   91.11 +}
   91.12 +
   91.13  # Rules to configure and make the package.
   91.14  compile_rules()
   91.15  {
    92.1 --- a/perl-lwp-mediatypes/receipt	Thu Sep 16 16:33:44 2021 +0000
    92.2 +++ b/perl-lwp-mediatypes/receipt	Fri Sep 17 10:35:57 2021 +0000
    92.3 @@ -15,6 +15,12 @@
    92.4  DEPENDS="perl"
    92.5  BUILD_DEPENDS="perl"
    92.6  
    92.7 +current_version()
    92.8 +{
    92.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   92.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   92.11 +}
   92.12 +
   92.13  # Rules to configure and make the package.
   92.14  compile_rules()
   92.15  {
    93.1 --- a/perl-mail-sendmail/receipt	Thu Sep 16 16:33:44 2021 +0000
    93.2 +++ b/perl-mail-sendmail/receipt	Fri Sep 17 10:35:57 2021 +0000
    93.3 @@ -15,6 +15,12 @@
    93.4  DEPENDS="perl"
    93.5  BUILD_DEPENDS="perl"
    93.6  
    93.7 +current_version()
    93.8 +{
    93.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   93.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   93.11 +}
   93.12 +
   93.13  # Rules to configure and make the package.
   93.14  compile_rules()
   93.15  {
    94.1 --- a/perl-mailtools/receipt	Thu Sep 16 16:33:44 2021 +0000
    94.2 +++ b/perl-mailtools/receipt	Fri Sep 17 10:35:57 2021 +0000
    94.3 @@ -18,6 +18,12 @@
    94.4  DEPENDS="perl"
    94.5  BUILD_DEPENDS="perl"
    94.6  
    94.7 +current_version()
    94.8 +{
    94.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   94.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   94.11 +}
   94.12 +
   94.13  # Rules to configure and make the package.
   94.14  compile_rules()
   94.15  {
    95.1 --- a/perl-math-round/receipt	Thu Sep 16 16:33:44 2021 +0000
    95.2 +++ b/perl-math-round/receipt	Fri Sep 17 10:35:57 2021 +0000
    95.3 @@ -15,6 +15,12 @@
    95.4  DEPENDS="perl"
    95.5  BUILD_DEPENDS="perl"
    95.6  
    95.7 +current_version()
    95.8 +{
    95.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   95.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   95.11 +}
   95.12 +
   95.13  # Rules to configure and make the package.
   95.14  compile_rules()
   95.15  {
    96.1 --- a/perl-mime-base64/receipt	Thu Sep 16 16:33:44 2021 +0000
    96.2 +++ b/perl-mime-base64/receipt	Fri Sep 17 10:35:57 2021 +0000
    96.3 @@ -15,6 +15,12 @@
    96.4  DEPENDS="perl"
    96.5  BUILD_DEPENDS="perl"
    96.6  
    96.7 +current_version()
    96.8 +{
    96.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   96.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   96.11 +}
   96.12 +
   96.13  # Rules to configure and make the package.
   96.14  compile_rules()
   96.15  {
    97.1 --- a/perl-mime-lite/receipt	Thu Sep 16 16:33:44 2021 +0000
    97.2 +++ b/perl-mime-lite/receipt	Fri Sep 17 10:35:57 2021 +0000
    97.3 @@ -15,6 +15,12 @@
    97.4  DEPENDS="perl perl-mailtools perl-mime-types"
    97.5  BUILD_DEPENDS="perl perl-mailtools perl-mime-types"
    97.6  
    97.7 +current_version()
    97.8 +{
    97.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   97.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   97.11 +}
   97.12 +
   97.13  # Rules to configure and make the package.
   97.14  compile_rules()
   97.15  {
    98.1 --- a/perl-mime-types/receipt	Thu Sep 16 16:33:44 2021 +0000
    98.2 +++ b/perl-mime-types/receipt	Fri Sep 17 10:35:57 2021 +0000
    98.3 @@ -15,6 +15,12 @@
    98.4  DEPENDS="perl"
    98.5  BUILD_DEPENDS="perl"
    98.6  
    98.7 +current_version()
    98.8 +{
    98.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   98.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   98.11 +}
   98.12 +
   98.13  # Rules to configure and make the package.
   98.14  compile_rules()
   98.15  {
    99.1 --- a/perl-module-implementation/receipt	Thu Sep 16 16:33:44 2021 +0000
    99.2 +++ b/perl-module-implementation/receipt	Fri Sep 17 10:35:57 2021 +0000
    99.3 @@ -14,6 +14,12 @@
    99.4  DEPENDS="perl perl-test-requires perl-module-runtime"
    99.5  BUILD_DEPENDS="$DEPENDS"
    99.6  
    99.7 +current_version()
    99.8 +{
    99.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   99.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
   99.11 +}
   99.12 +
   99.13  # Rules to configure and make the package.
   99.14  compile_rules()
   99.15  {
   100.1 --- a/perl-module-metadata/receipt	Thu Sep 16 16:33:44 2021 +0000
   100.2 +++ b/perl-module-metadata/receipt	Fri Sep 17 10:35:57 2021 +0000
   100.3 @@ -15,6 +15,12 @@
   100.4  DEPENDS="perl"
   100.5  BUILD_DEPENDS="perl"
   100.6  
   100.7 +current_version()
   100.8 +{
   100.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  100.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  100.11 +}
  100.12 +
  100.13  # Rules to configure and make the package.
  100.14  compile_rules()
  100.15  {
   101.1 --- a/perl-module-runtime/receipt	Thu Sep 16 16:33:44 2021 +0000
   101.2 +++ b/perl-module-runtime/receipt	Fri Sep 17 10:35:57 2021 +0000
   101.3 @@ -15,6 +15,12 @@
   101.4  DEPENDS="perl"
   101.5  BUILD_DEPENDS="$DEPENDS"
   101.6  
   101.7 +current_version()
   101.8 +{
   101.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  101.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  101.11 +}
  101.12 +
  101.13  # Rules to configure and make the package.
  101.14  compile_rules()
  101.15  {
   102.1 --- a/perl-net-dns/receipt	Thu Sep 16 16:33:44 2021 +0000
   102.2 +++ b/perl-net-dns/receipt	Fri Sep 17 10:35:57 2021 +0000
   102.3 @@ -15,6 +15,12 @@
   102.4  DEPENDS="perl perl-io-socket-inet6"
   102.5  BUILD_DEPENDS="perl perl-io-socket-inet6"
   102.6  
   102.7 +current_version()
   102.8 +{
   102.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  102.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  102.11 +}
  102.12 +
  102.13  # Rules to configure and make the package.
  102.14  compile_rules()
  102.15  {
   103.1 --- a/perl-net-http/receipt	Thu Sep 16 16:33:44 2021 +0000
   103.2 +++ b/perl-net-http/receipt	Fri Sep 17 10:35:57 2021 +0000
   103.3 @@ -15,6 +15,12 @@
   103.4  DEPENDS="perl perl-compress-raw-zlib perl-io-compress"
   103.5  BUILD_DEPENDS="perl $DEPENDS"
   103.6  
   103.7 +current_version()
   103.8 +{
   103.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  103.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  103.11 +}
  103.12 +
  103.13  # Rules to configure and make the package.
  103.14  compile_rules()
  103.15  {
   104.1 --- a/perl-net-ip/receipt	Thu Sep 16 16:33:44 2021 +0000
   104.2 +++ b/perl-net-ip/receipt	Fri Sep 17 10:35:57 2021 +0000
   104.3 @@ -15,6 +15,12 @@
   104.4  DEPENDS="perl"
   104.5  BUILD_DEPENDS="perl"
   104.6  
   104.7 +current_version()
   104.8 +{
   104.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  104.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  104.11 +}
  104.12 +
  104.13  # Rules to configure and make the package.
  104.14  compile_rules()
  104.15  {
   105.1 --- a/perl-net-mysql/receipt	Thu Sep 16 16:33:44 2021 +0000
   105.2 +++ b/perl-net-mysql/receipt	Fri Sep 17 10:35:57 2021 +0000
   105.3 @@ -15,6 +15,12 @@
   105.4  DEPENDS="libmysqlclient perl"
   105.5  BUILD_DEPENDS="perl"
   105.6  
   105.7 +current_version()
   105.8 +{
   105.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  105.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  105.11 +}
  105.12 +
  105.13  # Rules to configure and make the package.
  105.14  compile_rules()
  105.15  {
   106.1 --- a/perl-net-server/receipt	Thu Sep 16 16:33:44 2021 +0000
   106.2 +++ b/perl-net-server/receipt	Fri Sep 17 10:35:57 2021 +0000
   106.3 @@ -15,6 +15,12 @@
   106.4  DEPENDS="perl"
   106.5  BUILD_DEPENDS="perl"
   106.6  
   106.7 +current_version()
   106.8 +{
   106.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  106.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  106.11 +}
  106.12 +
  106.13  # Rules to configure and make the package.
  106.14  compile_rules()
  106.15  {
   107.1 --- a/perl-net-snmp/receipt	Thu Sep 16 16:33:44 2021 +0000
   107.2 +++ b/perl-net-snmp/receipt	Fri Sep 17 10:35:57 2021 +0000
   107.3 @@ -15,6 +15,12 @@
   107.4  DEPENDS="perl perl-crypt-des perl-digest-hmac perl-digest-sha1"
   107.5  BUILD_DEPENDS="perl perl-crypt-des perl-digest-hmac perl-digest-sha1"
   107.6  
   107.7 +current_version()
   107.8 +{
   107.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  107.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  107.11 +}
  107.12 +
  107.13  # Rules to configure and make the package.
  107.14  compile_rules()
  107.15  {
   108.1 --- a/perl-net-ssleay/receipt	Thu Sep 16 16:33:44 2021 +0000
   108.2 +++ b/perl-net-ssleay/receipt	Fri Sep 17 10:35:57 2021 +0000
   108.3 @@ -15,6 +15,12 @@
   108.4  DEPENDS="openssl perl"
   108.5  BUILD_DEPENDS="openssl-dev perl"
   108.6  
   108.7 +current_version()
   108.8 +{
   108.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  108.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  108.11 +}
  108.12 +
  108.13  # Rules to configure and make the package.
  108.14  compile_rules()
  108.15  {
   109.1 --- a/perl-net-telnet/receipt	Thu Sep 16 16:33:44 2021 +0000
   109.2 +++ b/perl-net-telnet/receipt	Fri Sep 17 10:35:57 2021 +0000
   109.3 @@ -15,6 +15,12 @@
   109.4  DEPENDS="perl"
   109.5  BUILD_DEPENDS="perl"
   109.6  
   109.7 +current_version()
   109.8 +{
   109.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  109.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  109.11 +}
  109.12 +
  109.13  # Rules to configure and make the package.
  109.14  compile_rules()
  109.15  {
   110.1 --- a/perl-number-compare/receipt	Thu Sep 16 16:33:44 2021 +0000
   110.2 +++ b/perl-number-compare/receipt	Fri Sep 17 10:35:57 2021 +0000
   110.3 @@ -15,6 +15,12 @@
   110.4  DEPENDS="perl"
   110.5  BUILD_DEPENDS="perl"
   110.6  
   110.7 +current_version()
   110.8 +{
   110.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  110.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  110.11 +}
  110.12 +
  110.13  # Rules to configure and make the package.
  110.14  compile_rules()
  110.15  {
   111.1 --- a/perl-number-range/receipt	Thu Sep 16 16:33:44 2021 +0000
   111.2 +++ b/perl-number-range/receipt	Fri Sep 17 10:35:57 2021 +0000
   111.3 @@ -15,6 +15,12 @@
   111.4  DEPENDS="perl"
   111.5  BUILD_DEPENDS="perl"
   111.6  
   111.7 +current_version()
   111.8 +{
   111.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  111.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  111.11 +}
  111.12 +
  111.13  # Rules to configure and make the package.
  111.14  compile_rules()
  111.15  {
   112.1 --- a/perl-ole-Storage_Lite/receipt	Thu Sep 16 16:33:44 2021 +0000
   112.2 +++ b/perl-ole-Storage_Lite/receipt	Fri Sep 17 10:35:57 2021 +0000
   112.3 @@ -15,6 +15,12 @@
   112.4  DEPENDS="perl"
   112.5  BUILD_DEPENDS="perl"
   112.6  
   112.7 +current_version()
   112.8 +{
   112.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  112.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  112.11 +}
  112.12 +
  112.13  # Rules to configure and make the package.
  112.14  compile_rules()
  112.15  {
   113.1 --- a/perl-pango/receipt	Thu Sep 16 16:33:44 2021 +0000
   113.2 +++ b/perl-pango/receipt	Fri Sep 17 10:35:57 2021 +0000
   113.3 @@ -14,6 +14,12 @@
   113.4  WEB_SITE="https://metacpan.org/release/Pango"
   113.5  WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
   113.6  
   113.7 +current_version()
   113.8 +{
   113.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  113.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  113.11 +}
  113.12 +
  113.13  # Rules to configure and make the package.
  113.14  compile_rules()
  113.15  {
   114.1 --- a/perl-params-validate/receipt	Thu Sep 16 16:33:44 2021 +0000
   114.2 +++ b/perl-params-validate/receipt	Fri Sep 17 10:35:57 2021 +0000
   114.3 @@ -15,6 +15,12 @@
   114.4  DEPENDS="perl perl-module-implementation perl-test-fatal perl-test-requires perl-test-simple"
   114.5  BUILD_DEPENDS="$DEPENDS"
   114.6  
   114.7 +current_version()
   114.8 +{
   114.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  114.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  114.11 +}
  114.12 +
  114.13  # Rules to configure and make the package.
  114.14  compile_rules()
  114.15  {
   115.1 --- a/perl-pcsc/receipt	Thu Sep 16 16:33:44 2021 +0000
   115.2 +++ b/perl-pcsc/receipt	Fri Sep 17 10:35:57 2021 +0000
   115.3 @@ -15,6 +15,12 @@
   115.4  DEPENDS="pcsc-lite perl"
   115.5  BUILD_DEPENDS="pcsc-lite-dev perl"
   115.6  
   115.7 +current_version()
   115.8 +{
   115.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  115.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  115.11 +}
  115.12 +
  115.13  # Rules to configure and make the package.
  115.14  compile_rules()
  115.15  {
   116.1 --- a/perl-proc-processtable/receipt	Thu Sep 16 16:33:44 2021 +0000
   116.2 +++ b/perl-proc-processtable/receipt	Fri Sep 17 10:35:57 2021 +0000
   116.3 @@ -15,6 +15,12 @@
   116.4  DEPENDS="perl"
   116.5  BUILD_DEPENDS="perl"
   116.6  
   116.7 +current_version()
   116.8 +{
   116.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  116.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  116.11 +}
  116.12 +
  116.13  # Rules to configure and make the package.
  116.14  compile_rules()
  116.15  {
   117.1 --- a/perl-rrd-simple/receipt	Thu Sep 16 16:33:44 2021 +0000
   117.2 +++ b/perl-rrd-simple/receipt	Fri Sep 17 10:35:57 2021 +0000
   117.3 @@ -14,6 +14,12 @@
   117.4  DEPENDS="perl rrdtool-perl"
   117.5  BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage"
   117.6  
   117.7 +current_version()
   117.8 +{
   117.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  117.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  117.11 +}
  117.12 +
  117.13  # Rules to configure and make the package.
  117.14  compile_rules()
  117.15  {
   118.1 --- a/perl-sha1/receipt	Thu Sep 16 16:33:44 2021 +0000
   118.2 +++ b/perl-sha1/receipt	Fri Sep 17 10:35:57 2021 +0000
   118.3 @@ -13,6 +13,12 @@
   118.4  WEB_SITE="https://metacpan.org/release/Digest-SHA1/"
   118.5  WGET_URL="http://cpan.org/authors/id/G/GA/GAAS/$TARBALL"
   118.6  
   118.7 +current_version()
   118.8 +{
   118.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  118.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  118.11 +}
  118.12 +
  118.13  # Rules to configure and make the package.
  118.14  compile_rules()
  118.15  {
   119.1 --- a/perl-socket6/receipt	Thu Sep 16 16:33:44 2021 +0000
   119.2 +++ b/perl-socket6/receipt	Fri Sep 17 10:35:57 2021 +0000
   119.3 @@ -15,6 +15,12 @@
   119.4  DEPENDS="perl"
   119.5  BUILD_DEPENDS="perl"
   119.6  
   119.7 +current_version()
   119.8 +{
   119.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  119.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  119.11 +}
  119.12 +
  119.13  # Rules to configure and make the package.
  119.14  compile_rules()
  119.15  {
   120.1 --- a/perl-spreadsheet-writeexcel/receipt	Thu Sep 16 16:33:44 2021 +0000
   120.2 +++ b/perl-spreadsheet-writeexcel/receipt	Fri Sep 17 10:35:57 2021 +0000
   120.3 @@ -15,6 +15,12 @@
   120.4  DEPENDS="perl"
   120.5  BUILD_DEPENDS="perl"
   120.6  
   120.7 +current_version()
   120.8 +{
   120.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  120.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  120.11 +}
  120.12 +
  120.13  # Rules to configure and make the package.
  120.14  compile_rules()
  120.15  {
   121.1 --- a/perl-super/receipt	Thu Sep 16 16:33:44 2021 +0000
   121.2 +++ b/perl-super/receipt	Fri Sep 17 10:35:57 2021 +0000
   121.3 @@ -15,6 +15,12 @@
   121.4  DEPENDS="perl"
   121.5  BUILD_DEPENDS="$DEPENDS"
   121.6  
   121.7 +current_version()
   121.8 +{
   121.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  121.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  121.11 +}
  121.12 +
  121.13  # Rules to configure and make the package.
  121.14  compile_rules()
  121.15  {
   122.1 --- a/perl-template-toolkit/receipt	Thu Sep 16 16:33:44 2021 +0000
   122.2 +++ b/perl-template-toolkit/receipt	Fri Sep 17 10:35:57 2021 +0000
   122.3 @@ -15,6 +15,12 @@
   122.4  DEPENDS="perl perl-appconfig"
   122.5  BUILD_DEPENDS="perl-appconfig"
   122.6  
   122.7 +current_version()
   122.8 +{
   122.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  122.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  122.11 +}
  122.12 +
  122.13  # Rules to configure and make the package.
  122.14  compile_rules()
  122.15  {
   123.1 --- a/perl-term-readkey/receipt	Thu Sep 16 16:33:44 2021 +0000
   123.2 +++ b/perl-term-readkey/receipt	Fri Sep 17 10:35:57 2021 +0000
   123.3 @@ -15,6 +15,12 @@
   123.4  DEPENDS="perl"
   123.5  BUILD_DEPENDS="perl perl-extutils-makemaker"
   123.6  
   123.7 +current_version()
   123.8 +{
   123.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  123.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  123.11 +}
  123.12 +
  123.13  # Rules to configure and make the package.
  123.14  compile_rules()
  123.15  {
   124.1 --- a/perl-test-compile/receipt	Thu Sep 16 16:33:44 2021 +0000
   124.2 +++ b/perl-test-compile/receipt	Fri Sep 17 10:35:57 2021 +0000
   124.3 @@ -15,6 +15,12 @@
   124.4  DEPENDS="perl-universal-require"
   124.5  BUILD_DEPENDS="$DEPENDS"
   124.6  
   124.7 +current_version()
   124.8 +{
   124.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  124.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  124.11 +}
  124.12 +
  124.13  # Rules to configure and make the package.
  124.14  compile_rules()
  124.15  {
   125.1 --- a/perl-test-deep/receipt	Thu Sep 16 16:33:44 2021 +0000
   125.2 +++ b/perl-test-deep/receipt	Fri Sep 17 10:35:57 2021 +0000
   125.3 @@ -15,6 +15,12 @@
   125.4  DEPENDS="perl perl-test-nowarnings"
   125.5  BUILD_DEPENDS="$DEPENDS"
   125.6  
   125.7 +current_version()
   125.8 +{
   125.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  125.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  125.11 +}
  125.12 +
  125.13  # Rules to configure and make the package.
  125.14  compile_rules()
  125.15  {
   126.1 --- a/perl-test-exception/receipt	Thu Sep 16 16:33:44 2021 +0000
   126.2 +++ b/perl-test-exception/receipt	Fri Sep 17 10:35:57 2021 +0000
   126.3 @@ -15,6 +15,12 @@
   126.4  DEPENDS="perl"
   126.5  BUILD_DEPENDS="perl"
   126.6  
   126.7 +current_version()
   126.8 +{
   126.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  126.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  126.11 +}
  126.12 +
  126.13  # Rules to configure and make the package.
  126.14  compile_rules()
  126.15  {
   127.1 --- a/perl-test-fatal/receipt	Thu Sep 16 16:33:44 2021 +0000
   127.2 +++ b/perl-test-fatal/receipt	Fri Sep 17 10:35:57 2021 +0000
   127.3 @@ -14,6 +14,12 @@
   127.4  DEPENDS="perl perl-try-tiny perl-test-simple"
   127.5  BUILD_DEPENDS="$DEPENDS"
   127.6  
   127.7 +current_version()
   127.8 +{
   127.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  127.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  127.11 +}
  127.12 +
  127.13  # Rules to configure and make the package.
  127.14  compile_rules()
  127.15  {
   128.1 --- a/perl-test-mockmodule/receipt	Thu Sep 16 16:33:44 2021 +0000
   128.2 +++ b/perl-test-mockmodule/receipt	Fri Sep 17 10:35:57 2021 +0000
   128.3 @@ -15,6 +15,12 @@
   128.4  DEPENDS="perl-sub-identify perl-super perl-test-warnings"
   128.5  BUILD_DEPENDS="$DEPENDS"
   128.6  
   128.7 +current_version()
   128.8 +{
   128.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  128.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  128.11 +}
  128.12 +
  128.13  # Rules to configure and make the package.
  128.14  compile_rules()
  128.15  {
   129.1 --- a/perl-test-mockobject/receipt	Thu Sep 16 16:33:44 2021 +0000
   129.2 +++ b/perl-test-mockobject/receipt	Fri Sep 17 10:35:57 2021 +0000
   129.3 @@ -15,6 +15,12 @@
   129.4  DEPENDS="perl perl-test-exception"
   129.5  BUILD_DEPENDS="$DEPENDS"
   129.6  
   129.7 +current_version()
   129.8 +{
   129.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  129.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  129.11 +}
  129.12 +
  129.13  # Rules to configure and make the package.
  129.14  compile_rules()
  129.15  {
   130.1 --- a/perl-test-nowarnings/receipt	Thu Sep 16 16:33:44 2021 +0000
   130.2 +++ b/perl-test-nowarnings/receipt	Fri Sep 17 10:35:57 2021 +0000
   130.3 @@ -14,6 +14,12 @@
   130.4  DEPENDS="perl-test-tester"
   130.5  BUILD_DEPENDS="perl-test-tester"
   130.6  
   130.7 +current_version()
   130.8 +{
   130.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  130.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  130.11 +}
  130.12 +
  130.13  # Rules to configure and make the package.
  130.14  compile_rules()
  130.15  {
   131.1 --- a/perl-test-number-delta/receipt	Thu Sep 16 16:33:44 2021 +0000
   131.2 +++ b/perl-test-number-delta/receipt	Fri Sep 17 10:35:57 2021 +0000
   131.3 @@ -15,6 +15,12 @@
   131.4  DEPENDS="perl"
   131.5  BUILD_DEPENDS="perl"
   131.6  
   131.7 +current_version()
   131.8 +{
   131.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  131.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  131.11 +}
  131.12 +
  131.13  # Rules to configure and make the package.
  131.14  compile_rules()
  131.15  {
   132.1 --- a/perl-test-pod-coverage/receipt	Thu Sep 16 16:33:44 2021 +0000
   132.2 +++ b/perl-test-pod-coverage/receipt	Fri Sep 17 10:35:57 2021 +0000
   132.3 @@ -15,6 +15,12 @@
   132.4  DEPENDS="perl"
   132.5  BUILD_DEPENDS="perl"
   132.6  
   132.7 +current_version()
   132.8 +{
   132.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  132.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  132.11 +}
  132.12 +
  132.13  # Rules to configure and make the package.
  132.14  compile_rules()
  132.15  {
   133.1 --- a/perl-test-pod/receipt	Thu Sep 16 16:33:44 2021 +0000
   133.2 +++ b/perl-test-pod/receipt	Fri Sep 17 10:35:57 2021 +0000
   133.3 @@ -15,6 +15,12 @@
   133.4  DEPENDS="perl"
   133.5  BUILD_DEPENDS="perl"
   133.6  
   133.7 +current_version()
   133.8 +{
   133.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  133.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  133.11 +}
  133.12 +
  133.13  # Rules to configure and make the package.
  133.14  compile_rules()
  133.15  {
   134.1 --- a/perl-test-requires/receipt	Thu Sep 16 16:33:44 2021 +0000
   134.2 +++ b/perl-test-requires/receipt	Fri Sep 17 10:35:57 2021 +0000
   134.3 @@ -15,6 +15,12 @@
   134.4  DEPENDS="perl"
   134.5  BUILD_DEPENDS="perl perl-extutils-makemaker"
   134.6  
   134.7 +current_version()
   134.8 +{
   134.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  134.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  134.11 +}
  134.12 +
  134.13  # Rules to configure and make the package.
  134.14  compile_rules()
  134.15  {
   135.1 --- a/perl-test-simple/receipt	Thu Sep 16 16:33:44 2021 +0000
   135.2 +++ b/perl-test-simple/receipt	Fri Sep 17 10:35:57 2021 +0000
   135.3 @@ -15,6 +15,12 @@
   135.4  DEPENDS="perl"
   135.5  BUILD_DEPENDS="$DEPENDS"
   135.6  
   135.7 +current_version()
   135.8 +{
   135.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  135.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  135.11 +}
  135.12 +
  135.13  # Rules to configure and make the package.
  135.14  compile_rules()
  135.15  {
   136.1 --- a/perl-test-warnings/receipt	Thu Sep 16 16:33:44 2021 +0000
   136.2 +++ b/perl-test-warnings/receipt	Fri Sep 17 10:35:57 2021 +0000
   136.3 @@ -15,6 +15,12 @@
   136.4  DEPENDS="perl"
   136.5  BUILD_DEPENDS="$DEPENDS"
   136.6  
   136.7 +current_version()
   136.8 +{
   136.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  136.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  136.11 +}
  136.12 +
  136.13  # Rules to configure and make the package.
  136.14  compile_rules()
  136.15  {
   137.1 --- a/perl-text-csv/receipt	Thu Sep 16 16:33:44 2021 +0000
   137.2 +++ b/perl-text-csv/receipt	Fri Sep 17 10:35:57 2021 +0000
   137.3 @@ -15,6 +15,12 @@
   137.4  DEPENDS="perl"
   137.5  BUILD_DEPENDS="perl"
   137.6  
   137.7 +current_version()
   137.8 +{
   137.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  137.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  137.11 +}
  137.12 +
  137.13  # Rules to configure and make the package.
  137.14  compile_rules()
  137.15  {
   138.1 --- a/perl-text-glob/receipt	Thu Sep 16 16:33:44 2021 +0000
   138.2 +++ b/perl-text-glob/receipt	Fri Sep 17 10:35:57 2021 +0000
   138.3 @@ -13,6 +13,12 @@
   138.4  WEB_SITE="https://metacpan.org/release/Text-Glob"
   138.5  WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
   138.6  
   138.7 +current_version()
   138.8 +{
   138.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  138.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  138.11 +}
  138.12 +
  138.13  # Rules to configure and make the package.
  138.14  compile_rules()
  138.15  {
   139.1 --- a/perl-text-template/receipt	Thu Sep 16 16:33:44 2021 +0000
   139.2 +++ b/perl-text-template/receipt	Fri Sep 17 10:35:57 2021 +0000
   139.3 @@ -15,6 +15,12 @@
   139.4  DEPENDS="perl"
   139.5  BUILD_DEPENDS="perl"
   139.6  
   139.7 +current_version()
   139.8 +{
   139.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  139.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  139.11 +}
  139.12 +
  139.13  # Rules to configure and make the package.
  139.14  compile_rules()
  139.15  {
   140.1 --- a/perl-thread/receipt	Thu Sep 16 16:33:44 2021 +0000
   140.2 +++ b/perl-thread/receipt	Fri Sep 17 10:35:57 2021 +0000
   140.3 @@ -13,6 +13,12 @@
   140.4  WEB_SITE="https://www.perl.org/"
   140.5  WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL"
   140.6  
   140.7 +current_version()
   140.8 +{
   140.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  140.10 +	sed '/version-highlight/!d;s|.*">||;s|<.*||;q'
  140.11 +}
  140.12 +
  140.13  # Rules to configure and make the package.
  140.14  #
  140.15  compile_rules()
   141.1 --- a/perl-time-hires/receipt	Thu Sep 16 16:33:44 2021 +0000
   141.2 +++ b/perl-time-hires/receipt	Fri Sep 17 10:35:57 2021 +0000
   141.3 @@ -15,6 +15,12 @@
   141.4  DEPENDS="perl"
   141.5  BUILD_DEPENDS="perl"
   141.6  
   141.7 +current_version()
   141.8 +{
   141.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  141.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  141.11 +}
  141.12 +
  141.13  # Rules to configure and make the package.
  141.14  compile_rules()
  141.15  {
   142.1 --- a/perl-tk/receipt	Thu Sep 16 16:33:44 2021 +0000
   142.2 +++ b/perl-tk/receipt	Fri Sep 17 10:35:57 2021 +0000
   142.3 @@ -16,6 +16,12 @@
   142.4  BUILD_DEPENDS="fontconfig-dev jpeg-dev libpng-dev perl tk-dev xorg-libX11-dev 
   142.5  	xorg-libXau-dev xorg-libXdmcp-dev zlib-dev"
   142.6  
   142.7 +current_version()
   142.8 +{
   142.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  142.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  142.11 +}
  142.12 +
  142.13  # Rules to configure and make the package.
  142.14  compile_rules()
  142.15  {
   143.1 --- a/perl-try-tiny/receipt	Thu Sep 16 16:33:44 2021 +0000
   143.2 +++ b/perl-try-tiny/receipt	Fri Sep 17 10:35:57 2021 +0000
   143.3 @@ -15,6 +15,12 @@
   143.4  DEPENDS="perl"
   143.5  BUILD_DEPENDS="$DEPENDS"
   143.6  
   143.7 +current_version()
   143.8 +{
   143.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  143.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  143.11 +}
  143.12 +
  143.13  # Rules to configure and make the package.
  143.14  compile_rules()
  143.15  {
   144.1 --- a/perl-unicode-map8/receipt	Thu Sep 16 16:33:44 2021 +0000
   144.2 +++ b/perl-unicode-map8/receipt	Fri Sep 17 10:35:57 2021 +0000
   144.3 @@ -15,6 +15,12 @@
   144.4  DEPENDS="perl"
   144.5  BUILD_DEPENDS="perl"
   144.6  
   144.7 +current_version()
   144.8 +{
   144.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  144.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  144.11 +}
  144.12 +
  144.13  # Rules to configure and make the package.
  144.14  compile_rules()
  144.15  {
   145.1 --- a/perl-unicode-string/receipt	Thu Sep 16 16:33:44 2021 +0000
   145.2 +++ b/perl-unicode-string/receipt	Fri Sep 17 10:35:57 2021 +0000
   145.3 @@ -15,6 +15,12 @@
   145.4  DEPENDS="perl"
   145.5  BUILD_DEPENDS="perl"
   145.6  
   145.7 +current_version()
   145.8 +{
   145.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  145.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  145.11 +}
  145.12 +
  145.13  # Rules to configure and make the package.
  145.14  compile_rules()
  145.15  {
   146.1 --- a/perl-uri/receipt	Thu Sep 16 16:33:44 2021 +0000
   146.2 +++ b/perl-uri/receipt	Fri Sep 17 10:35:57 2021 +0000
   146.3 @@ -16,6 +16,12 @@
   146.4  DEPENDS="perl"
   146.5  BUILD_DEPENDS="perl"
   146.6  
   146.7 +current_version()
   146.8 +{
   146.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  146.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  146.11 +}
  146.12 +
  146.13  # Rules to configure and make the package.
  146.14  compile_rules()
  146.15  {
   147.1 --- a/perl-www-robotrules/receipt	Thu Sep 16 16:33:44 2021 +0000
   147.2 +++ b/perl-www-robotrules/receipt	Fri Sep 17 10:35:57 2021 +0000
   147.3 @@ -14,6 +14,12 @@
   147.4  DEPENDS="perl perl-uri"
   147.5  BUILD_DEPENDS="perl $DEPENDS"
   147.6  
   147.7 +current_version()
   147.8 +{
   147.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  147.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  147.11 +}
  147.12 +
  147.13  # Rules to configure and make the package.
  147.14  compile_rules()
  147.15  {
   148.1 --- a/perl-xml-entities/receipt	Thu Sep 16 16:33:44 2021 +0000
   148.2 +++ b/perl-xml-entities/receipt	Fri Sep 17 10:35:57 2021 +0000
   148.3 @@ -15,6 +15,12 @@
   148.4  DEPENDS="perl"
   148.5  BUILD_DEPENDS="perl perl-libwww perl-uri"
   148.6  
   148.7 +current_version()
   148.8 +{
   148.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  148.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  148.11 +}
  148.12 +
  148.13  # Rules to configure and make the package.
  148.14  compile_rules()
  148.15  {
   149.1 --- a/perl-xml-parser/receipt	Thu Sep 16 16:33:44 2021 +0000
   149.2 +++ b/perl-xml-parser/receipt	Fri Sep 17 10:35:57 2021 +0000
   149.3 @@ -17,6 +17,12 @@
   149.4  
   149.5  HOST_ARCH="i486 arm"
   149.6  
   149.7 +current_version()
   149.8 +{
   149.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  149.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  149.11 +}
  149.12 +
  149.13  # Rules to configure and make the package.
  149.14  compile_rules()
  149.15  {
   150.1 --- a/perl-xml-rss/receipt	Thu Sep 16 16:33:44 2021 +0000
   150.2 +++ b/perl-xml-rss/receipt	Fri Sep 17 10:35:57 2021 +0000
   150.3 @@ -16,6 +16,12 @@
   150.4  	perl-datetime-format-w3cdtf perl-xml-parser"
   150.5  BUILD_DEPENDS="$DEPENDS"
   150.6  
   150.7 +current_version()
   150.8 +{
   150.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  150.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  150.11 +}
  150.12 +
  150.13  # Rules to configure and make the package.
  150.14  compile_rules()
  150.15  {
   151.1 --- a/perl-xml-sax-writer/receipt	Thu Sep 16 16:33:44 2021 +0000
   151.2 +++ b/perl-xml-sax-writer/receipt	Fri Sep 17 10:35:57 2021 +0000
   151.3 @@ -15,6 +15,12 @@
   151.4  DEPENDS="perl"
   151.5  BUILD_DEPENDS="perl"
   151.6  
   151.7 +current_version()
   151.8 +{
   151.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  151.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  151.11 +}
  151.12 +
  151.13  # Rules to configure and make the package.
  151.14  compile_rules()
  151.15  {
   152.1 --- a/perl-xml-simple/receipt	Thu Sep 16 16:33:44 2021 +0000
   152.2 +++ b/perl-xml-simple/receipt	Fri Sep 17 10:35:57 2021 +0000
   152.3 @@ -15,6 +15,12 @@
   152.4  DEPENDS="perl"
   152.5  BUILD_DEPENDS="perl"
   152.6  
   152.7 +current_version()
   152.8 +{
   152.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  152.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  152.11 +}
  152.12 +
  152.13  # Rules to configure and make the package.
  152.14  compile_rules()
  152.15  {
   153.1 --- a/perl-xml-twig/receipt	Thu Sep 16 16:33:44 2021 +0000
   153.2 +++ b/perl-xml-twig/receipt	Fri Sep 17 10:35:57 2021 +0000
   153.3 @@ -15,6 +15,12 @@
   153.4  DEPENDS="perl perl-xml-parser"
   153.5  BUILD_DEPENDS="perl perl-xml-parser"
   153.6  
   153.7 +current_version()
   153.8 +{
   153.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  153.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  153.11 +}
  153.12 +
  153.13  # Rules to configure and make the package.
  153.14  compile_rules()
  153.15  {
   154.1 --- a/perl-xml-writer/receipt	Thu Sep 16 16:33:44 2021 +0000
   154.2 +++ b/perl-xml-writer/receipt	Fri Sep 17 10:35:57 2021 +0000
   154.3 @@ -15,6 +15,12 @@
   154.4  DEPENDS="perl"
   154.5  BUILD_DEPENDS="perl"
   154.6  
   154.7 +current_version()
   154.8 +{
   154.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  154.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  154.11 +}
  154.12 +
  154.13  # Rules to configure and make the package.
  154.14  compile_rules()
  154.15  {
   155.1 --- a/perl-yaml-syck/receipt	Thu Sep 16 16:33:44 2021 +0000
   155.2 +++ b/perl-yaml-syck/receipt	Fri Sep 17 10:35:57 2021 +0000
   155.3 @@ -15,6 +15,12 @@
   155.4  DEPENDS="perl"
   155.5  BUILD_DEPENDS="perl"
   155.6  
   155.7 +current_version()
   155.8 +{
   155.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  155.10 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
  155.11 +}
  155.12 +
  155.13  # Rules to configure and make the package.
  155.14  compile_rules()
  155.15  {
   156.1 --- a/perl-yaml/receipt	Thu Sep 16 16:33:44 2021 +0000
   156.2 +++ b/perl-yaml/receipt	Fri Sep 17 10:35:57 2021 +0000
   156.3 @@ -15,6 +15,12 @@
   156.4  DEPENDS="perl"
   156.5  BUILD_DEPENDS="perl"
   156.6  
   156.7 +current_version()
   156.8 +{
   156.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  156.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  156.11 +}
  156.12 +
  156.13  # Rules to configure and make the package.
  156.14  compile_rules()
  156.15  {
   157.1 --- a/perl/receipt	Thu Sep 16 16:33:44 2021 +0000
   157.2 +++ b/perl/receipt	Fri Sep 17 10:35:57 2021 +0000
   157.3 @@ -13,6 +13,12 @@
   157.4  WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL"
   157.5  PROVIDE="microperl"
   157.6  
   157.7 +current_version()
   157.8 +{
   157.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  157.10 +	sed '/version-highlight/!d;s|.*">||;s|<.*||;q'
  157.11 +}
  157.12 +
  157.13  # Rules to compile & install the temporary toolchain.
  157.14  cook_tmp_toolchain()
  157.15  {
   158.1 --- a/perltidy/receipt	Thu Sep 16 16:33:44 2021 +0000
   158.2 +++ b/perltidy/receipt	Fri Sep 17 10:35:57 2021 +0000
   158.3 @@ -15,6 +15,12 @@
   158.4  DEPENDS="perl"
   158.5  BUILD_DEPENDS="perl"
   158.6  
   158.7 +current_version()
   158.8 +{
   158.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  158.10 +	sed '/release-name/!d;s|.*-||;s|<.*||;q'
  158.11 +}
  158.12 +
  158.13  # Rules to configure and make the package.
  158.14  compile_rules()
  158.15  {
   159.1 --- a/php-auth-sasl/receipt	Thu Sep 16 16:33:44 2021 +0000
   159.2 +++ b/php-auth-sasl/receipt	Fri Sep 17 10:35:57 2021 +0000
   159.3 @@ -15,6 +15,12 @@
   159.4  DEPENDS="php-pear"
   159.5  BUILD_DEPENDS="php-cli php-pear"
   159.6  
   159.7 +current_version()
   159.8 +{
   159.9 +	wget -O - https://pear.php.net/package/Auth_SASL 2>/dev/null | \
  159.10 +	sed '/released/!d;s|.*>\([0-9\.]*\)<.*|\1|'
  159.11 +}
  159.12 +
  159.13  # Rules to configure and make the package.
  159.14  compile_rules()
  159.15  {
   160.1 --- a/php-docs-en/receipt	Thu Sep 16 16:33:44 2021 +0000
   160.2 +++ b/php-docs-en/receipt	Fri Sep 17 10:35:57 2021 +0000
   160.3 @@ -11,6 +11,12 @@
   160.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
   160.5  WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
   160.6  
   160.7 +current_version()
   160.8 +{
   160.9 +	wget -O - https://pear.php.net/package/Auth_SASL 2>/dev/null | \
  160.10 +	sed '/released/!d;s|.*>\([0-9\.]*\)<.*|\1|'
  160.11 +}
  160.12 +
  160.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  160.14  genpkg_rules()
  160.15  {
   161.1 --- a/php/receipt	Thu Sep 16 16:33:44 2021 +0000
   161.2 +++ b/php/receipt	Fri Sep 17 10:35:57 2021 +0000
   161.3 @@ -23,6 +23,12 @@
   161.4  
   161.5  #HOST_ARCH="i486 arm"
   161.6  
   161.7 +current_version()
   161.8 +{
   161.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  161.10 +	sed '/Released/!d;s|.*PHP ||;s| Rel.*||' | sort -Vr | sed q
  161.11 +}
  161.12 +
  161.13  case "$ARCH" in
  161.14  	i?86)
  161.15  		# 7.4.4 unrecognised:
   162.1 --- a/phpeasyvcs/receipt	Thu Sep 16 16:33:44 2021 +0000
   162.2 +++ b/phpeasyvcs/receipt	Fri Sep 17 10:35:57 2021 +0000
   162.3 @@ -13,6 +13,12 @@
   162.4  
   162.5  DEPENDS="php"
   162.6  
   162.7 +current_version()
   162.8 +{
   162.9 +	wget -O - https://sourceforge.net/projects/phpeasyvcs/files/ 2>/dev/null | \
  162.10 +	sed '/Click to/!d;/phpEasyVCS/!d;s|.*phpEasyVCS-||;s|.zip.*||;q'
  162.11 +}
  162.12 +
  162.13  # Rules to configure and make the package.
  162.14  compile_rules()
  162.15  {
   163.1 --- a/phpfm/receipt	Thu Sep 16 16:33:44 2021 +0000
   163.2 +++ b/phpfm/receipt	Fri Sep 17 10:35:57 2021 +0000
   163.3 @@ -13,6 +13,12 @@
   163.4  
   163.5  DEPENDS="php"
   163.6  
   163.7 +current_version()
   163.8 +{
   163.9 +	wget -O - https://sourceforge.net/projects/phpfm/files/phpFileManager/ 2>/dev/null | \
  163.10 +	sed '/Click to/!d;s|.*version ||;s|".*||;q'
  163.11 +}
  163.12 +
  163.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  163.14  genpkg_rules()
  163.15  {
   164.1 --- a/phpmyadmin/receipt	Thu Sep 16 16:33:44 2021 +0000
   164.2 +++ b/phpmyadmin/receipt	Fri Sep 17 10:35:57 2021 +0000
   164.3 @@ -18,6 +18,12 @@
   164.4  
   164.5  HOST_ARCH="any"
   164.6  
   164.7 +current_version()
   164.8 +{
   164.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  164.10 +	sed '/released/!d;s|.*phpMyAdmin ||;s| [a-z].*||;q'
  164.11 +}
  164.12 +
  164.13  # Rules to gen a SliTaz package suitable for Tazpkg.
  164.14  genpkg_rules()
  164.15  {
   165.1 --- a/phpqrcode/receipt	Thu Sep 16 16:33:44 2021 +0000
   165.2 +++ b/phpqrcode/receipt	Fri Sep 17 10:35:57 2021 +0000
   165.3 @@ -13,6 +13,12 @@
   165.4  
   165.5  DEPENDS="qrencode php-gd"
   165.6  
   165.7 +current_version()
   165.8 +{
   165.9 +	wget -O - https://sourceforge.net/projects/phpqrcode/files/releases/ 2>/dev/null | \
  165.10 +	sed '/released/!d;s|.*_||;s|.zip.*||;q'
  165.11 +}
  165.12 +
  165.13  # Rules to configure and make the package.
  165.14  compile_rules()
  165.15  {
   166.1 --- a/phproxy/receipt	Thu Sep 16 16:33:44 2021 +0000
   166.2 +++ b/phproxy/receipt	Fri Sep 17 10:35:57 2021 +0000
   166.3 @@ -15,6 +15,12 @@
   166.4  DEPENDS="php"
   166.5  BUILD_DEPENDS="p7zip"
   166.6  
   166.7 +current_version()
   166.8 +{
   166.9 +	wget -O - "$WEB_SITE" 2>/dev/null | \
  166.10 +	sed '/PHProxy/!d;s|.*PHProxy ||;s| .*||;q'
  166.11 +}
  166.12 +
  166.13  # Rules to configure and make the package.
  166.14  compile_rules()
  166.15  {
   167.1 --- a/unzip/receipt	Thu Sep 16 16:33:44 2021 +0000
   167.2 +++ b/unzip/receipt	Fri Sep 17 10:35:57 2021 +0000
   167.3 @@ -11,6 +11,12 @@
   167.4  WGET_URL="$SF_MIRROR/infozip/$TARBALL"
   167.5  TAGS="archive compression"
   167.6  
   167.7 +current_version()
   167.8 +{
   167.9 +	wget -O - $WEB_SITE/UnZip.html 2>/dev/null | \
  167.10 +	sed '/released/!d;s|.*Zip ||;s|<.*||;q'
  167.11 +}
  167.12 +
  167.13  # Rules to configure and make the package.
  167.14  compile_rules()
  167.15  {
   168.1 --- a/zip/receipt	Thu Sep 16 16:33:44 2021 +0000
   168.2 +++ b/zip/receipt	Fri Sep 17 10:35:57 2021 +0000
   168.3 @@ -11,6 +11,12 @@
   168.4  WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
   168.5  TAGS="archive compression"
   168.6  
   168.7 +current_version()
   168.8 +{
   168.9 +	wget -O - $WEB_SITE/Zip.html 2>/dev/null | \
  168.10 +	sed '/released/!d;s|.*Zip ||;s|<.*||;q'
  168.11 +}
  168.12 +
  168.13  # Rules to configure and make the package.
  168.14  compile_rules()
  168.15  {
   169.1 --- a/ziproxy/receipt	Thu Sep 16 16:33:44 2021 +0000
   169.2 +++ b/ziproxy/receipt	Fri Sep 17 10:35:57 2021 +0000
   169.3 @@ -17,6 +17,12 @@
   169.4  
   169.5  CONFIG_FILES="/etc/ziproxy"
   169.6  
   169.7 +current_version()
   169.8 +{
   169.9 +	wget -O - $WEB_SITE 2>/dev/null | \
  169.10 +	sed '/released/!d;s|.*proxy ||;s| rel.*||;q'
  169.11 +}
  169.12 +
  169.13  # Rules to configure and make the package.
  169.14  compile_rules()
  169.15  {