From 8a864f41da198d72ad56398e34938855d08784f1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 8 Jan 2020 01:07:44 +0000 Subject: user/perl-io-stringy: Bump to 2.112, fix author --- user/perl-io-stringy/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user/perl-io-stringy') diff --git a/user/perl-io-stringy/APKBUILD b/user/perl-io-stringy/APKBUILD index af975f67b..e961c3086 100644 --- a/user/perl-io-stringy/APKBUILD +++ b/user/perl-io-stringy/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Adélie Perl Team pkgname=perl-io-stringy -_pkgreal=IO-stringy -_author=DSKOLL +_pkgreal=IO-Stringy +_author=CAPOEIRAB _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=2.111 +pkgver=2.112 pkgrel=0 pkgdesc="I/O on in-core objects like strings and arrays" url="https://metacpan.org/release/IO-stringy" @@ -16,7 +16,7 @@ subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" -prepare() { +build() { export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="9da8fb03945bc4a59cea3b3b2e22b15d56b133470e581d1cb03920bda2b4953e3c9e4a25d095ed8a384efb5a4c58db437c92cca6a81d583791191f1a37691a4a IO-stringy-2.111.tar.gz" +sha512sums="49ca81f4c96dcac9f1eda0a226b84cc70964f8a917e41980d4faa611d42716c509fa24ff282ca731f9aa42285bff9195b7b9ba8fd732f2aac7761282c61f2601 IO-Stringy-2.112.tar.gz" -- cgit v1.2.3-70-g09d2 From 14de5e6ce3421875d9186ccffc31c12fa9de7336 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sat, 15 Feb 2020 01:40:36 -0500 Subject: user/perl-io-stringy: upgrade to 2.113 --- user/perl-io-stringy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/perl-io-stringy') diff --git a/user/perl-io-stringy/APKBUILD b/user/perl-io-stringy/APKBUILD index e961c3086..27aedbace 100644 --- a/user/perl-io-stringy/APKBUILD +++ b/user/perl-io-stringy/APKBUILD @@ -4,7 +4,7 @@ _pkgreal=IO-Stringy _author=CAPOEIRAB _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=2.112 +pkgver=2.113 pkgrel=0 pkgdesc="I/O on in-core objects like strings and arrays" url="https://metacpan.org/release/IO-stringy" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="49ca81f4c96dcac9f1eda0a226b84cc70964f8a917e41980d4faa611d42716c509fa24ff282ca731f9aa42285bff9195b7b9ba8fd732f2aac7761282c61f2601 IO-Stringy-2.112.tar.gz" +sha512sums="5af104766c20b4336649dc4a19554ad204506c2476b4bf7d8ad7c2cfab15f0296efadb9019cd57e770a2a3c5f5686f7f010bddbd6efd51d300c54ca36286f094 IO-Stringy-2.113.tar.gz" -- cgit v1.2.3-70-g09d2 From 80b1546c2a591de3e3e6e2a171663f8998223b84 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sun, 16 Feb 2020 16:53:37 -0500 Subject: {system,user}/perl-*: remove bashisms --- system/perl-html-parser/APKBUILD | 2 +- system/perl-test-leaktrace/APKBUILD | 2 +- system/perl-yaml-tiny/APKBUILD | 1 - user/perl-capture-tiny/APKBUILD | 1 - user/perl-devel-checkcompiler/APKBUILD | 1 - user/perl-dir-manifest/APKBUILD | 1 - user/perl-extutils-pkgconfig/APKBUILD | 1 - user/perl-games-solitaire-verify/APKBUILD | 1 - user/perl-gd/APKBUILD | 2 +- user/perl-io-stringy/APKBUILD | 1 - user/perl-net-snmp/APKBUILD | 1 - 11 files changed, 3 insertions(+), 11 deletions(-) (limited to 'user/perl-io-stringy') diff --git a/system/perl-html-parser/APKBUILD b/system/perl-html-parser/APKBUILD index 1bc2ef26c..9b97dea7e 100644 --- a/system/perl-html-parser/APKBUILD +++ b/system/perl-html-parser/APKBUILD @@ -19,7 +19,7 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + export CFLAGS="$(perl -MConfig -E 'say $Config{ccflags}')" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/system/perl-test-leaktrace/APKBUILD b/system/perl-test-leaktrace/APKBUILD index c5864a3b3..55a802cb5 100644 --- a/system/perl-test-leaktrace/APKBUILD +++ b/system/perl-test-leaktrace/APKBUILD @@ -19,7 +19,7 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + export CFLAGS="$(perl -MConfig -E 'say $Config{ccflags}')" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/system/perl-yaml-tiny/APKBUILD b/system/perl-yaml-tiny/APKBUILD index 2419fdfb6..5acb50a47 100644 --- a/system/perl-yaml-tiny/APKBUILD +++ b/system/perl-yaml-tiny/APKBUILD @@ -19,7 +19,6 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/user/perl-capture-tiny/APKBUILD b/user/perl-capture-tiny/APKBUILD index e2d315515..8e2082b86 100644 --- a/user/perl-capture-tiny/APKBUILD +++ b/user/perl-capture-tiny/APKBUILD @@ -19,7 +19,6 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/user/perl-devel-checkcompiler/APKBUILD b/user/perl-devel-checkcompiler/APKBUILD index f621b64b9..ad3f71d20 100644 --- a/user/perl-devel-checkcompiler/APKBUILD +++ b/user/perl-devel-checkcompiler/APKBUILD @@ -18,7 +18,6 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` perl Build.PL --destdir="$pkgdir" --prefix="/usr" --installdirs=vendor ./Build } diff --git a/user/perl-dir-manifest/APKBUILD b/user/perl-dir-manifest/APKBUILD index f0c33bb63..d5cdfa2f4 100644 --- a/user/perl-dir-manifest/APKBUILD +++ b/user/perl-dir-manifest/APKBUILD @@ -19,7 +19,6 @@ builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build } diff --git a/user/perl-extutils-pkgconfig/APKBUILD b/user/perl-extutils-pkgconfig/APKBUILD index ad4153ce0..1fc40c2d7 100644 --- a/user/perl-extutils-pkgconfig/APKBUILD +++ b/user/perl-extutils-pkgconfig/APKBUILD @@ -19,7 +19,6 @@ source="http://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver. builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/user/perl-games-solitaire-verify/APKBUILD b/user/perl-games-solitaire-verify/APKBUILD index 0e9e66150..e93b026a1 100644 --- a/user/perl-games-solitaire-verify/APKBUILD +++ b/user/perl-games-solitaire-verify/APKBUILD @@ -21,7 +21,6 @@ builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build } diff --git a/user/perl-gd/APKBUILD b/user/perl-gd/APKBUILD index a859346c6..6ac163fb6 100644 --- a/user/perl-gd/APKBUILD +++ b/user/perl-gd/APKBUILD @@ -19,7 +19,7 @@ source="http://search.cpan.org/CPAN/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgv builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + export CFLAGS="$(perl -MConfig -E 'say $Config{ccflags}')" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/user/perl-io-stringy/APKBUILD b/user/perl-io-stringy/APKBUILD index 27aedbace..58564455e 100644 --- a/user/perl-io-stringy/APKBUILD +++ b/user/perl-io-stringy/APKBUILD @@ -17,7 +17,6 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver builddir="$srcdir/$_pkgreal-$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } diff --git a/user/perl-net-snmp/APKBUILD b/user/perl-net-snmp/APKBUILD index 57a2e894d..ab5d1483c 100644 --- a/user/perl-net-snmp/APKBUILD +++ b/user/perl-net-snmp/APKBUILD @@ -18,7 +18,6 @@ source="https://search.cpan.org/CPAN/authors/id/$_a/$_au/$_author/$_pkgreal-v$pk builddir="$srcdir/$_pkgreal-v$pkgver" build() { - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` perl Build.PL installdirs=vendor ./Build } -- cgit v1.2.3-70-g09d2