wok-next rev 19769

Update Perl XS modules that need perl-dev to build (unlike Pure Perl), rebuild all module packages as Perl version change.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 14 09:51:23 2017 +0300 (2017-06-14)
parents d7873beccb0f
children bc6672455954
files perl-algorithm-permute/receipt perl-b-hooks-endofscope/receipt perl-berkeleydb/receipt perl-bit-vector/receipt perl-cairo/receipt perl-crypt-blowfish/receipt perl-crypt-des/receipt perl-crypt-ssleay/receipt perl-curses/receipt perl-datetime/receipt perl-dbd-mysql/receipt perl-dbd-pg/receipt perl-dbd-sqlite/receipt perl-dbi/receipt perl-digest-md4/receipt perl-digest-sha1/receipt perl-event/receipt perl-fcgi/receipt perl-file-rsyncp/receipt perl-filesys-statvfs/receipt perl-fuse/receipt perl-gd/receipt perl-glib/receipt perl-gssapi/receipt perl-html-parser/receipt perl-io-tty/receipt perl-lchown/receipt perl-linux-inotify2/receipt perl-locale-gettext/receipt perl-net-pcap/receipt perl-net-ssleay/receipt perl-package-stash-xs/receipt perl-pango/receipt perl-params-util/receipt perl-params-validate/receipt perl-pcsc/receipt perl-proc-processtable/receipt perl-rrd-simple/receipt perl-scalar-list-utils/receipt perl-socket6/receipt perl-sub-identify/receipt perl-sub-name/receipt perl-template-toolkit/receipt perl-term-readkey/receipt perl-text-aspell/receipt perl-text-iconv/receipt perl-text-soundex/receipt perl-tk/receipt perl-unicode-map/receipt perl-unicode-map8/receipt perl-unicode-string/receipt perl-unix-mknod/receipt perl-variable-magic/receipt perl-version/receipt perl-yaml-syck/receipt
line diff
     1.1 --- a/perl-algorithm-permute/receipt	Tue Jun 13 20:33:22 2017 +0300
     1.2 +++ b/perl-algorithm-permute/receipt	Wed Jun 14 09:51:23 2017 +0300
     1.3 @@ -13,7 +13,7 @@
     1.4  WGET_URL="https://cpan.metacpan.org/authors/id/E/ED/EDPRATOMO/$TARBALL"
     1.5  
     1.6  DEPENDS="perl"
     1.7 -BUILD_DEPENDS="perl"
     1.8 +BUILD_DEPENDS="perl-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/perl-b-hooks-endofscope/receipt	Tue Jun 13 20:33:22 2017 +0300
     2.2 +++ b/perl-b-hooks-endofscope/receipt	Wed Jun 14 09:51:23 2017 +0300
     2.3 @@ -13,7 +13,7 @@
     2.4  WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
     2.5  
     2.6  DEPENDS="perl-module-implementation perl-sub-exporter-progressive"
     2.7 -BUILD_DEPENDS="$DEPENDS perl-variable-magic"
     2.8 +BUILD_DEPENDS="$DEPENDS perl-dev perl-variable-magic"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/perl-berkeleydb/receipt	Tue Jun 13 20:33:22 2017 +0300
     3.2 +++ b/perl-berkeleydb/receipt	Wed Jun 14 09:51:23 2017 +0300
     3.3 @@ -12,7 +12,7 @@
     3.4  WGET_URL="https://cpan.metacpan.org/authors/id/P/PM/PMQS/$TARBALL"
     3.5  
     3.6  DEPENDS="perl db"
     3.7 -BUILD_DEPENDS="$DEPENDS db-dev"
     3.8 +BUILD_DEPENDS="perl-dev db-dev"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
     4.1 --- a/perl-bit-vector/receipt	Tue Jun 13 20:33:22 2017 +0300
     4.2 +++ b/perl-bit-vector/receipt	Wed Jun 14 09:51:23 2017 +0300
     4.3 @@ -13,7 +13,7 @@
     4.4  WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL"
     4.5  
     4.6  DEPENDS="perl-carp-clan"
     4.7 -BUILD_DEPENDS="$DEPENDS"
     4.8 +BUILD_DEPENDS="$DEPENDS perl-dev"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
     5.1 --- a/perl-cairo/receipt	Tue Jun 13 20:33:22 2017 +0300
     5.2 +++ b/perl-cairo/receipt	Wed Jun 14 09:51:23 2017 +0300
     5.3 @@ -12,7 +12,7 @@
     5.4  WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
     5.5  
     5.6  DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig"
     5.7 -BUILD_DEPENDS="$DEPENDS cairo-dev"
     5.8 +BUILD_DEPENDS="$DEPENDS perl-dev cairo-dev"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
     6.1 --- a/perl-crypt-blowfish/receipt	Tue Jun 13 20:33:22 2017 +0300
     6.2 +++ b/perl-crypt-blowfish/receipt	Wed Jun 14 09:51:23 2017 +0300
     6.3 @@ -7,7 +7,7 @@
     6.4  MAINTAINER="nneul@neulinger.org"
     6.5  LICENSE="Perl"
     6.6  DEPENDS="perl"
     6.7 -BUILD_DEPENDS="perl"
     6.8 +BUILD_DEPENDS="perl-dev"
     6.9  SOURCE="Crypt-Blowfish"
    6.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    6.11  WEB_SITE="http://cpan.org/"
     7.1 --- a/perl-crypt-des/receipt	Tue Jun 13 20:33:22 2017 +0300
     7.2 +++ b/perl-crypt-des/receipt	Wed Jun 14 09:51:23 2017 +0300
     7.3 @@ -12,7 +12,7 @@
     7.4  WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$TARBALL"
     7.5  
     7.6  DEPENDS="perl"
     7.7 -BUILD_DEPENDS="perl"
     7.8 +BUILD_DEPENDS="perl-dev"
     7.9  
    7.10  # Rules to configure and make the package.
    7.11  compile_rules()
     8.1 --- a/perl-crypt-ssleay/receipt	Tue Jun 13 20:33:22 2017 +0300
     8.2 +++ b/perl-crypt-ssleay/receipt	Wed Jun 14 09:51:23 2017 +0300
     8.3 @@ -6,15 +6,13 @@
     8.4  SHORT_DESC="Crypt::SSLeay module is a Perl extension."
     8.5  MAINTAINER="pascal.bellard@slitaz.org"
     8.6  LICENSE="GPL"
     8.7 -DEPENDS="perl"
     8.8 -BUILD_DEPENDS="perl"
     8.9  SOURCE="Crypt-SSLeay"
    8.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    8.11  WEB_SITE="http://cpan.org/"
    8.12  WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL"
    8.13  
    8.14 -DEPENDS="openssl"
    8.15 -BUILD_DEPENDS="openssl-dev"
    8.16 +DEPENDS="perl openssl"
    8.17 +BUILD_DEPENDS="perl-dev openssl-dev"
    8.18  
    8.19  # Rules to configure and make the package.
    8.20  compile_rules()
     9.1 --- a/perl-curses/receipt	Tue Jun 13 20:33:22 2017 +0300
     9.2 +++ b/perl-curses/receipt	Wed Jun 14 09:51:23 2017 +0300
     9.3 @@ -12,7 +12,7 @@
     9.4  WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/$TARBALL"
     9.5  
     9.6  DEPENDS="perl ncurses ncurses-libform ncurses-libmenu ncurses-libpanel"
     9.7 -BUILD_DEPENDS="perl ncurses-dev"
     9.8 +BUILD_DEPENDS="perl-dev ncurses-dev"
     9.9  
    9.10  # Rules to configure and make the package.
    9.11  compile_rules()
    10.1 --- a/perl-datetime/receipt	Tue Jun 13 20:33:22 2017 +0300
    10.2 +++ b/perl-datetime/receipt	Wed Jun 14 09:51:23 2017 +0300
    10.3 @@ -14,7 +14,7 @@
    10.4  DEPENDS="perl-datetime-locale perl-datetime-timezone perl-dist-checkconflicts \
    10.5  perl-namespace-autoclean perl-params-validationcompiler perl-specio \
    10.6  perl-try-tiny"
    10.7 -BUILD_DEPENDS="$DEPENDS perl-cpan-meta-check perl-test-warnings"
    10.8 +BUILD_DEPENDS="$DEPENDS perl-dev perl-cpan-meta-check perl-test-warnings"
    10.9  
   10.10  # Rules to configure and make the package.
   10.11  compile_rules()
    11.1 --- a/perl-dbd-mysql/receipt	Tue Jun 13 20:33:22 2017 +0300
    11.2 +++ b/perl-dbd-mysql/receipt	Wed Jun 14 09:51:23 2017 +0300
    11.3 @@ -11,8 +11,8 @@
    11.4  WEB_SITE="http://cpan.org/"
    11.5  WGET_URL="http://cpan.org/authors/id/C/CA/CAPTTOFU/$TARBALL"
    11.6  
    11.7 -DEPENDS="perl perl-dbi-dbd libmysqlclient zlib"
    11.8 -BUILD_DEPENDS="perl perl-dbi-dbd mysql-dev"
    11.9 +DEPENDS="perl perl-dbi libmysqlclient zlib"
   11.10 +BUILD_DEPENDS="perl-dev perl-dbi mysql-dev"
   11.11  
   11.12  # Rules to configure and make the package.
   11.13  compile_rules()
    12.1 --- a/perl-dbd-pg/receipt	Tue Jun 13 20:33:22 2017 +0300
    12.2 +++ b/perl-dbd-pg/receipt	Wed Jun 14 09:51:23 2017 +0300
    12.3 @@ -12,7 +12,7 @@
    12.4  WGET_URL="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/$TARBALL"
    12.5  
    12.6  DEPENDS="perl-dbi libpostgresqlclient"
    12.7 -BUILD_DEPENDS="$DEPENDS postgresql-dev"
    12.8 +BUILD_DEPENDS="$DEPENDS perl-dev postgresql-dev"
    12.9  
   12.10  # Rules to configure and make the package.
   12.11  compile_rules()
    13.1 --- a/perl-dbd-sqlite/receipt	Tue Jun 13 20:33:22 2017 +0300
    13.2 +++ b/perl-dbd-sqlite/receipt	Wed Jun 14 09:51:23 2017 +0300
    13.3 @@ -13,7 +13,7 @@
    13.4  
    13.5  # FIXME: sqlite-dev and libsqlite aren't detected as (b)deps
    13.6  DEPENDS="perl-dbi libsqlite"
    13.7 -BUILD_DEPENDS="$DEPENDS sqlite-dev"
    13.8 +BUILD_DEPENDS="$DEPENDS perl-dev sqlite-dev"
    13.9  
   13.10  # Rules to configure and make the package.
   13.11  compile_rules()
    14.1 --- a/perl-dbi/receipt	Tue Jun 13 20:33:22 2017 +0300
    14.2 +++ b/perl-dbi/receipt	Wed Jun 14 09:51:23 2017 +0300
    14.3 @@ -12,7 +12,7 @@
    14.4  WGET_URL="https://cpan.metacpan.org/authors/id/T/TI/TIMB/$TARBALL"
    14.5  
    14.6  DEPENDS="perl"
    14.7 -BUILD_DEPENDS="perl"
    14.8 +BUILD_DEPENDS="perl-dev"
    14.9  
   14.10  # Rules to configure and make the package.
   14.11  compile_rules()
    15.1 --- a/perl-digest-md4/receipt	Tue Jun 13 20:33:22 2017 +0300
    15.2 +++ b/perl-digest-md4/receipt	Wed Jun 14 09:51:23 2017 +0300
    15.3 @@ -12,7 +12,7 @@
    15.4  WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/DigestMD4/$TARBALL"
    15.5  
    15.6  DEPENDS="perl"
    15.7 -BUILD_DEPENDS="perl"
    15.8 +BUILD_DEPENDS="perl-dev"
    15.9  
   15.10  # Rules to configure and make the package.
   15.11  compile_rules()
    16.1 --- a/perl-digest-sha1/receipt	Tue Jun 13 20:33:22 2017 +0300
    16.2 +++ b/perl-digest-sha1/receipt	Wed Jun 14 09:51:23 2017 +0300
    16.3 @@ -12,7 +12,7 @@
    16.4  WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
    16.5  
    16.6  DEPENDS="perl"
    16.7 -BUILD_DEPENDS="perl"
    16.8 +BUILD_DEPENDS="perl-dev"
    16.9  
   16.10  # Rules to configure and make the package.
   16.11  compile_rules()
    17.1 --- a/perl-event/receipt	Tue Jun 13 20:33:22 2017 +0300
    17.2 +++ b/perl-event/receipt	Wed Jun 14 09:51:23 2017 +0300
    17.3 @@ -13,7 +13,7 @@
    17.4  WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETJ/$TARBALL"
    17.5  
    17.6  DEPENDS="perl"
    17.7 -BUILD_DEPENDS="perl"
    17.8 +BUILD_DEPENDS="perl-dev"
    17.9  
   17.10  # Rules to configure and make the package.
   17.11  compile_rules()
    18.1 --- a/perl-fcgi/receipt	Tue Jun 13 20:33:22 2017 +0300
    18.2 +++ b/perl-fcgi/receipt	Wed Jun 14 09:51:23 2017 +0300
    18.3 @@ -12,7 +12,7 @@
    18.4  WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    18.5  
    18.6  DEPENDS="perl"
    18.7 -BUILD_DEPENDS="perl"
    18.8 +BUILD_DEPENDS="perl-dev"
    18.9  
   18.10  # Rules to configure and make the package.
   18.11  compile_rules()
    19.1 --- a/perl-file-rsyncp/receipt	Tue Jun 13 20:33:22 2017 +0300
    19.2 +++ b/perl-file-rsyncp/receipt	Wed Jun 14 09:51:23 2017 +0300
    19.3 @@ -12,7 +12,7 @@
    19.4  WGET_URL="https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/$TARBALL"
    19.5  
    19.6  DEPENDS="perl rsync"
    19.7 -BUILD_DEPENDS="perl"
    19.8 +BUILD_DEPENDS="perl-dev"
    19.9  
   19.10  # Rules to configure and make the package.
   19.11  compile_rules()
    20.1 --- a/perl-filesys-statvfs/receipt	Tue Jun 13 20:33:22 2017 +0300
    20.2 +++ b/perl-filesys-statvfs/receipt	Wed Jun 14 09:51:23 2017 +0300
    20.3 @@ -12,7 +12,7 @@
    20.4  WGET_URL="https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/$TARBALL"
    20.5  
    20.6  DEPENDS="perl"
    20.7 -BUILD_DEPENDS="perl"
    20.8 +BUILD_DEPENDS="perl-dev"
    20.9  
   20.10  # Rules to configure and make the package.
   20.11  compile_rules()
    21.1 --- a/perl-fuse/receipt	Tue Jun 13 20:33:22 2017 +0300
    21.2 +++ b/perl-fuse/receipt	Wed Jun 14 09:51:23 2017 +0300
    21.3 @@ -12,7 +12,7 @@
    21.4  WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPATES/$TARBALL"
    21.5  
    21.6  DEPENDS="fuse perl-filesys-statvfs perl-lchown perl-unix-mknod"
    21.7 -BUILD_DEPENDS="$DEPENDS fuse-dev"
    21.8 +BUILD_DEPENDS="$DEPENDS perl-dev fuse-dev"
    21.9  
   21.10  # Rules to configure and make the package.
   21.11  compile_rules()
    22.1 --- a/perl-gd/receipt	Tue Jun 13 20:33:22 2017 +0300
    22.2 +++ b/perl-gd/receipt	Wed Jun 14 09:51:23 2017 +0300
    22.3 @@ -7,7 +7,7 @@
    22.4  MAINTAINER="pascal.bellard@slitaz.org"
    22.5  LICENSE="GPL"
    22.6  DEPENDS="perl libgd"
    22.7 -BUILD_DEPENDS="perl libgd-dev libgd"
    22.8 +BUILD_DEPENDS="perl-dev libgd-dev libgd"
    22.9  SOURCE="GD"
   22.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   22.11  WEB_SITE="http://cpan.org/"
    23.1 --- a/perl-glib/receipt	Tue Jun 13 20:33:22 2017 +0300
    23.2 +++ b/perl-glib/receipt	Wed Jun 14 09:51:23 2017 +0300
    23.3 @@ -12,7 +12,7 @@
    23.4  WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
    23.5  
    23.6  DEPENDS="perl glib"
    23.7 -BUILD_DEPENDS="perl-extutils-depends perl-extutils-pkgconfig glib-dev"
    23.8 +BUILD_DEPENDS="perl-dev perl-extutils-depends perl-extutils-pkgconfig glib-dev"
    23.9  
   23.10  # Rules to configure and make the package.
   23.11  compile_rules()
    24.1 --- a/perl-gssapi/receipt	Tue Jun 13 20:33:22 2017 +0300
    24.2 +++ b/perl-gssapi/receipt	Wed Jun 14 09:51:23 2017 +0300
    24.3 @@ -12,7 +12,7 @@
    24.4  WGET_URL="https://cpan.metacpan.org/authors/id/A/AG/AGROLMS/$TARBALL"
    24.5  
    24.6  DEPENDS="libcomerr3 libkrb5 perl"
    24.7 -BUILD_DEPENDS="perl krb5-dev"
    24.8 +BUILD_DEPENDS="perl-dev krb5-dev"
    24.9  
   24.10  # Rules to configure and make the package.
   24.11  compile_rules()
    25.1 --- a/perl-html-parser/receipt	Tue Jun 13 20:33:22 2017 +0300
    25.2 +++ b/perl-html-parser/receipt	Wed Jun 14 09:51:23 2017 +0300
    25.3 @@ -12,7 +12,7 @@
    25.4  WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
    25.5  
    25.6  DEPENDS="perl-html-tagset"
    25.7 -BUILD_DEPENDS="$DEPENDS"
    25.8 +BUILD_DEPENDS="$DEPENDS perl-dev"
    25.9  
   25.10  # Rules to configure and make the package.
   25.11  compile_rules()
    26.1 --- a/perl-io-tty/receipt	Tue Jun 13 20:33:22 2017 +0300
    26.2 +++ b/perl-io-tty/receipt	Wed Jun 14 09:51:23 2017 +0300
    26.3 @@ -12,7 +12,7 @@
    26.4  WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    26.5  
    26.6  DEPENDS="perl"
    26.7 -BUILD_DEPENDS="perl"
    26.8 +BUILD_DEPENDS="perl-dev"
    26.9  
   26.10  # Rules to configure and make the package.
   26.11  compile_rules()
    27.1 --- a/perl-lchown/receipt	Tue Jun 13 20:33:22 2017 +0300
    27.2 +++ b/perl-lchown/receipt	Wed Jun 14 09:51:23 2017 +0300
    27.3 @@ -12,7 +12,7 @@
    27.4  WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL"
    27.5  
    27.6  DEPENDS="perl"
    27.7 -BUILD_DEPENDS="perl-module-build"
    27.8 +BUILD_DEPENDS="perl-dev perl-module-build"
    27.9  
   27.10  # Rules to configure and make the package.
   27.11  compile_rules()
    28.1 --- a/perl-linux-inotify2/receipt	Tue Jun 13 20:33:22 2017 +0300
    28.2 +++ b/perl-linux-inotify2/receipt	Wed Jun 14 09:51:23 2017 +0300
    28.3 @@ -12,7 +12,7 @@
    28.4  WGET_URL="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/$TARBALL"
    28.5  
    28.6  DEPENDS="perl-common-sense"
    28.7 -BUILD_DEPENDS="$DEPENDS"
    28.8 +BUILD_DEPENDS="$DEPENDS perl-dev"
    28.9  
   28.10  # Rules to configure and make the package.
   28.11  compile_rules()
    29.1 --- a/perl-locale-gettext/receipt	Tue Jun 13 20:33:22 2017 +0300
    29.2 +++ b/perl-locale-gettext/receipt	Wed Jun 14 09:51:23 2017 +0300
    29.3 @@ -12,7 +12,7 @@
    29.4  WGET_URL="https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/$TARBALL"
    29.5  
    29.6  DEPENDS="perl gettext-base"
    29.7 -BUILD_DEPENDS="$DEPENDS"
    29.8 +BUILD_DEPENDS="$DEPENDS perl-dev"
    29.9  
   29.10  # Rules to configure and make the package.
   29.11  compile_rules()
    30.1 --- a/perl-net-pcap/receipt	Tue Jun 13 20:33:22 2017 +0300
    30.2 +++ b/perl-net-pcap/receipt	Wed Jun 14 09:51:23 2017 +0300
    30.3 @@ -12,7 +12,7 @@
    30.4  WGET_URL="https://cpan.metacpan.org/authors/id/S/SA/SAPER/$TARBALL"
    30.5  
    30.6  DEPENDS="perl libpcap"
    30.7 -BUILD_DEPENDS="perl libpcap-dev"
    30.8 +BUILD_DEPENDS="perl-dev libpcap-dev"
    30.9  
   30.10  # Rules to configure and make the package.
   30.11  compile_rules()
    31.1 --- a/perl-net-ssleay/receipt	Tue Jun 13 20:33:22 2017 +0300
    31.2 +++ b/perl-net-ssleay/receipt	Wed Jun 14 09:51:23 2017 +0300
    31.3 @@ -12,7 +12,7 @@
    31.4  WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/$TARBALL"
    31.5  
    31.6  DEPENDS="perl libcrypto libssl zlib"
    31.7 -BUILD_DEPENDS="perl openssl-dev"
    31.8 +BUILD_DEPENDS="perl-dev openssl-dev"
    31.9  
   31.10  # Rules to configure and make the package.
   31.11  compile_rules()
    32.1 --- a/perl-package-stash-xs/receipt	Tue Jun 13 20:33:22 2017 +0300
    32.2 +++ b/perl-package-stash-xs/receipt	Wed Jun 14 09:51:23 2017 +0300
    32.3 @@ -13,7 +13,7 @@
    32.4  WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$TARBALL"
    32.5  
    32.6  DEPENDS="perl"
    32.7 -BUILD_DEPENDS="perl"
    32.8 +BUILD_DEPENDS="perl-dev"
    32.9  
   32.10  # Rules to configure and make the package.
   32.11  compile_rules()
    33.1 --- a/perl-pango/receipt	Tue Jun 13 20:33:22 2017 +0300
    33.2 +++ b/perl-pango/receipt	Wed Jun 14 09:51:23 2017 +0300
    33.3 @@ -12,7 +12,8 @@
    33.4  WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
    33.5  
    33.6  DEPENDS="perl-cairo perl-glib cairo freetype glib pango"
    33.7 -BUILD_DEPENDS="$DEPENDS perl-extutils-depends perl-extutils-pkgconfig pango-dev"
    33.8 +BUILD_DEPENDS="$DEPENDS perl-dev perl-extutils-depends perl-extutils-pkgconfig \
    33.9 +pango-dev"
   33.10  
   33.11  # Rules to configure and make the package.
   33.12  compile_rules()
    34.1 --- a/perl-params-util/receipt	Tue Jun 13 20:33:22 2017 +0300
    34.2 +++ b/perl-params-util/receipt	Wed Jun 14 09:51:23 2017 +0300
    34.3 @@ -12,7 +12,7 @@
    34.4  WGET_URL="https://cpan.metacpan.org/authors/id/A/AD/ADAMK/$TARBALL"
    34.5  
    34.6  DEPENDS="perl"
    34.7 -BUILD_DEPENDS="perl"
    34.8 +BUILD_DEPENDS="perl-dev"
    34.9  
   34.10  # Rules to configure and make the package.
   34.11  compile_rules()
    35.1 --- a/perl-params-validate/receipt	Tue Jun 13 20:33:22 2017 +0300
    35.2 +++ b/perl-params-validate/receipt	Wed Jun 14 09:51:23 2017 +0300
    35.3 @@ -12,7 +12,8 @@
    35.4  WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
    35.5  
    35.6  DEPENDS="perl-module-implementation"
    35.7 -BUILD_DEPENDS="$DEPENDS perl-module-build perl-test-fatal perl-test-requires"
    35.8 +BUILD_DEPENDS="$DEPENDS perl-dev perl-module-build perl-test-fatal \
    35.9 +perl-test-requires"
   35.10  
   35.11  # Rules to configure and make the package.
   35.12  compile_rules()
    36.1 --- a/perl-pcsc/receipt	Tue Jun 13 20:33:22 2017 +0300
    36.2 +++ b/perl-pcsc/receipt	Wed Jun 14 09:51:23 2017 +0300
    36.3 @@ -12,7 +12,7 @@
    36.4  WGET_URL="http://ludovic.rousseau.free.fr/softwares/$SOURCE/$TARBALL"
    36.5  
    36.6  DEPENDS="perl pcsc-lite"
    36.7 -BUILD_DEPENDS="pcsc-lite-dev"
    36.8 +BUILD_DEPENDS="perl-dev pcsc-lite-dev"
    36.9  
   36.10  # Rules to configure and make the package.
   36.11  compile_rules()
    37.1 --- a/perl-proc-processtable/receipt	Tue Jun 13 20:33:22 2017 +0300
    37.2 +++ b/perl-proc-processtable/receipt	Wed Jun 14 09:51:23 2017 +0300
    37.3 @@ -7,7 +7,7 @@
    37.4  MAINTAINER="pascal.bellard@slitaz.org"
    37.5  LICENSE="GPL"
    37.6  DEPENDS="perl"
    37.7 -BUILD_DEPENDS="perl"
    37.8 +BUILD_DEPENDS="perl-dev"
    37.9  SOURCE="Proc-ProcessTable"
   37.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   37.11  WEB_SITE="http://cpan.org/"
    38.1 --- a/perl-rrd-simple/receipt	Tue Jun 13 20:33:22 2017 +0300
    38.2 +++ b/perl-rrd-simple/receipt	Wed Jun 14 09:51:23 2017 +0300
    38.3 @@ -12,7 +12,8 @@
    38.4  WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
    38.5  
    38.6  DEPENDS="perl rrdtool-perl"
    38.7 -BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage"
    38.8 +BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep \
    38.9 +perl-test-pod-coverage perl-module-build"
   38.10  
   38.11  # Rules to configure and make the package.
   38.12  compile_rules()
    39.1 --- a/perl-scalar-list-utils/receipt	Tue Jun 13 20:33:22 2017 +0300
    39.2 +++ b/perl-scalar-list-utils/receipt	Wed Jun 14 09:51:23 2017 +0300
    39.3 @@ -12,7 +12,7 @@
    39.4  WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$TARBALL"
    39.5  
    39.6  DEPENDS="perl"
    39.7 -BUILD_DEPENDS="perl"
    39.8 +BUILD_DEPENDS="perl-dev"
    39.9  
   39.10  # Rules to configure and make the package.
   39.11  compile_rules()
    40.1 --- a/perl-socket6/receipt	Tue Jun 13 20:33:22 2017 +0300
    40.2 +++ b/perl-socket6/receipt	Wed Jun 14 09:51:23 2017 +0300
    40.3 @@ -13,7 +13,7 @@
    40.4  WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL"
    40.5  
    40.6  DEPENDS="perl"
    40.7 -BUILD_DEPENDS="perl"
    40.8 +BUILD_DEPENDS="perl-dev"
    40.9  
   40.10  # Rules to configure and make the package.
   40.11  compile_rules()
    41.1 --- a/perl-sub-identify/receipt	Tue Jun 13 20:33:22 2017 +0300
    41.2 +++ b/perl-sub-identify/receipt	Wed Jun 14 09:51:23 2017 +0300
    41.3 @@ -12,7 +12,7 @@
    41.4  WGET_URL="https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/$TARBALL"
    41.5  
    41.6  DEPENDS="perl"
    41.7 -BUILD_DEPENDS="perl"
    41.8 +BUILD_DEPENDS="perl-dev"
    41.9  
   41.10  # Rules to configure and make the package.
   41.11  compile_rules()
    42.1 --- a/perl-sub-name/receipt	Tue Jun 13 20:33:22 2017 +0300
    42.2 +++ b/perl-sub-name/receipt	Wed Jun 14 09:51:23 2017 +0300
    42.3 @@ -12,7 +12,7 @@
    42.4  WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    42.5  
    42.6  DEPENDS="perl"
    42.7 -BUILD_DEPENDS="perl"
    42.8 +BUILD_DEPENDS="perl-dev"
    42.9  
   42.10  # Rules to configure and make the package.
   42.11  compile_rules()
    43.1 --- a/perl-template-toolkit/receipt	Tue Jun 13 20:33:22 2017 +0300
    43.2 +++ b/perl-template-toolkit/receipt	Wed Jun 14 09:51:23 2017 +0300
    43.3 @@ -7,7 +7,7 @@
    43.4  MAINTAINER="nneul@neulinger.org"
    43.5  LICENSE="Artistic"
    43.6  DEPENDS="perl perl-appconfig"
    43.7 -BUILD_DEPENDS="perl-appconfig"
    43.8 +BUILD_DEPENDS="perl-dev perl-appconfig"
    43.9  SOURCE="Template-Toolkit"
   43.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   43.11  WEB_SITE="http://search.cpan.org/dist/Template-Toolkit/"
    44.1 --- a/perl-term-readkey/receipt	Tue Jun 13 20:33:22 2017 +0300
    44.2 +++ b/perl-term-readkey/receipt	Wed Jun 14 09:51:23 2017 +0300
    44.3 @@ -7,7 +7,7 @@
    44.4  MAINTAINER="slaxemulator@gmail.com"
    44.5  LICENSE="GPL"
    44.6  DEPENDS="perl"
    44.7 -BUILD_DEPENDS="perl"
    44.8 +BUILD_DEPENDS="perl-dev"
    44.9  SOURCE="TermReadKey"
   44.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   44.11  WEB_SITE="http://search.cpan.org/~stsi/TermReadKey/"
    45.1 --- a/perl-text-aspell/receipt	Tue Jun 13 20:33:22 2017 +0300
    45.2 +++ b/perl-text-aspell/receipt	Wed Jun 14 09:51:23 2017 +0300
    45.3 @@ -7,7 +7,7 @@
    45.4  MAINTAINER="pascal.bellard@slitaz.org"
    45.5  LICENSE="GPL"
    45.6  DEPENDS="perl aspell gcc-lib-base"
    45.7 -BUILD_DEPENDS="perl aspell aspell-dev"
    45.8 +BUILD_DEPENDS="perl-dev aspell aspell-dev"
    45.9  SOURCE="Text-Aspell"
   45.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   45.11  WEB_SITE="http://www.cpan.org/modules/"
    46.1 --- a/perl-text-iconv/receipt	Tue Jun 13 20:33:22 2017 +0300
    46.2 +++ b/perl-text-iconv/receipt	Wed Jun 14 09:51:23 2017 +0300
    46.3 @@ -12,7 +12,7 @@
    46.4  WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL"
    46.5  
    46.6  DEPENDS="perl"
    46.7 -BUILD_DEPENDS="perl"
    46.8 +BUILD_DEPENDS="perl-dev"
    46.9  
   46.10  # Rules to configure and make the package.
   46.11  compile_rules()
    47.1 --- a/perl-text-soundex/receipt	Tue Jun 13 20:33:22 2017 +0300
    47.2 +++ b/perl-text-soundex/receipt	Wed Jun 14 09:51:23 2017 +0300
    47.3 @@ -12,7 +12,7 @@
    47.4  WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL"
    47.5  
    47.6  DEPENDS="perl"
    47.7 -BUILD_DEPENDS="perl"
    47.8 +BUILD_DEPENDS="perl-dev"
    47.9  
   47.10  # Rules to configure and make the package.
   47.11  compile_rules()
    48.1 --- a/perl-tk/receipt	Tue Jun 13 20:33:22 2017 +0300
    48.2 +++ b/perl-tk/receipt	Wed Jun 14 09:51:23 2017 +0300
    48.3 @@ -12,7 +12,7 @@
    48.4  WGET_URL="https://cpan.metacpan.org/authors/id/S/SR/SREZIC/$TARBALL"
    48.5  
    48.6  DEPENDS="perl fontconfig libjpeg-turbo libpng xorg-libX11 xorg-libXft zlib tk"
    48.7 -BUILD_DEPENDS="perl xorg-libX11-dev freetype-dev xorg-libXft-dev \
    48.8 +BUILD_DEPENDS="perl-dev xorg-libX11-dev freetype-dev xorg-libXft-dev \
    48.9  fontconfig-dev libpng-dev zlib-dev libjpeg-turbo-dev tk-dev"
   48.10  
   48.11  # Rules to configure and make the package.
    49.1 --- a/perl-unicode-map/receipt	Tue Jun 13 20:33:22 2017 +0300
    49.2 +++ b/perl-unicode-map/receipt	Wed Jun 14 09:51:23 2017 +0300
    49.3 @@ -12,7 +12,7 @@
    49.4  WGET_URL="https://cpan.metacpan.org/authors/id/M/MS/MSCHWARTZ/$TARBALL"
    49.5  
    49.6  DEPENDS="perl"
    49.7 -BUILD_DEPENDS="perl"
    49.8 +BUILD_DEPENDS="perl-dev"
    49.9  
   49.10  # Rules to configure and make the package.
   49.11  compile_rules()
    50.1 --- a/perl-unicode-map8/receipt	Tue Jun 13 20:33:22 2017 +0300
    50.2 +++ b/perl-unicode-map8/receipt	Wed Jun 14 09:51:23 2017 +0300
    50.3 @@ -12,7 +12,7 @@
    50.4  WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
    50.5  
    50.6  DEPENDS="perl-unicode-string"
    50.7 -BUILD_DEPENDS="$DEPENDS"
    50.8 +BUILD_DEPENDS="$DEPENDS perl-dev"
    50.9  
   50.10  # Rules to configure and make the package.
   50.11  compile_rules()
    51.1 --- a/perl-unicode-string/receipt	Tue Jun 13 20:33:22 2017 +0300
    51.2 +++ b/perl-unicode-string/receipt	Wed Jun 14 09:51:23 2017 +0300
    51.3 @@ -12,7 +12,7 @@
    51.4  WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/GAAS/$TARBALL"
    51.5  
    51.6  DEPENDS="perl"
    51.7 -BUILD_DEPENDS="perl"
    51.8 +BUILD_DEPENDS="perl-dev"
    51.9  
   51.10  # Rules to configure and make the package.
   51.11  compile_rules()
    52.1 --- a/perl-unix-mknod/receipt	Tue Jun 13 20:33:22 2017 +0300
    52.2 +++ b/perl-unix-mknod/receipt	Wed Jun 14 09:51:23 2017 +0300
    52.3 @@ -12,7 +12,7 @@
    52.4  WGET_URL="https://cpan.metacpan.org/authors/id/P/PI/PIRZYK/$TARBALL"
    52.5  
    52.6  DEPENDS="perl"
    52.7 -BUILD_DEPENDS="perl"
    52.8 +BUILD_DEPENDS="perl-dev"
    52.9  
   52.10  # Rules to configure and make the package.
   52.11  compile_rules()
    53.1 --- a/perl-variable-magic/receipt	Tue Jun 13 20:33:22 2017 +0300
    53.2 +++ b/perl-variable-magic/receipt	Wed Jun 14 09:51:23 2017 +0300
    53.3 @@ -13,7 +13,7 @@
    53.4  WGET_URL="https://cpan.metacpan.org/authors/id/V/VP/VPIT/$TARBALL"
    53.5  
    53.6  DEPENDS="perl"
    53.7 -BUILD_DEPENDS="perl"
    53.8 +BUILD_DEPENDS="perl-dev"
    53.9  
   53.10  # Rules to configure and make the package.
   53.11  compile_rules()
    54.1 --- a/perl-version/receipt	Tue Jun 13 20:33:22 2017 +0300
    54.2 +++ b/perl-version/receipt	Wed Jun 14 09:51:23 2017 +0300
    54.3 @@ -12,7 +12,7 @@
    54.4  WGET_URL="https://cpan.metacpan.org/authors/id/J/JP/JPEACOCK/$TARBALL"
    54.5  
    54.6  DEPENDS="perl"
    54.7 -BUILD_DEPENDS="perl"
    54.8 +BUILD_DEPENDS="perl-dev"
    54.9  
   54.10  # Rules to configure and make the package.
   54.11  compile_rules()
    55.1 --- a/perl-yaml-syck/receipt	Tue Jun 13 20:33:22 2017 +0300
    55.2 +++ b/perl-yaml-syck/receipt	Wed Jun 14 09:51:23 2017 +0300
    55.3 @@ -12,7 +12,7 @@
    55.4  WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    55.5  
    55.6  DEPENDS="perl"
    55.7 -BUILD_DEPENDS="perl"
    55.8 +BUILD_DEPENDS="perl-dev"
    55.9  
   55.10  # Rules to configure and make the package.
   55.11  compile_rules()