perl: 5.32.1 -> 5.34.0

This commit is contained in:
Tim Biermann 2021-12-11 19:29:54 +01:00
parent c30d30a977
commit 99d25d641b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 1972 additions and 1956 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqlXO0H8wBIjpzt2MV9kJjPULRtF/0Y3yjiend/7VG8i+WXsUKkwBHPgdGNt/8sLx/0tFDtaWeUNJRIbMtfkrqgw=
SHA256 (Pkgfile) = 9969adbdccaffe50b3a55f20785b1ddcd2d87b4ef3062b1afb6583e2d2f6334c
SHA256 (.footprint) = 204c992003f2049380d6146c4e84769240d493512287ff821cf899fdfc996138
SHA256 (perl-5.32.1.tar.xz) = 57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309
RWRJc1FUaeVeqn2/xnTqpW25SBU3NAqVvEGa1psiqOBW0Z4Fu4r4Gw05NVtGAdmojfIe/AdNKSf11RtUmalAuoTFSW9Geb8iKAY=
SHA256 (Pkgfile) = fb9e04998e22ae7de00d6bd1b1358711e91ce2ba22be671358db46fc875c5a90
SHA256 (.footprint) = 3088ba434aecb179261243b959555120896f1e514476005d9ce2ded25e05e2bd
SHA256 (perl-5.34.0.tar.xz) = 82c2e5e5c71b0e10487a80d79140469ab1f8056349ca8545140a224dbbed7ded

View File

@ -4,7 +4,7 @@
# Depends on: db gdbm
name=perl
version=5.32.1
version=5.34.0
release=1
source=(http://www.cpan.org/src/5.0/$name-$version.tar.xz)
@ -38,7 +38,7 @@ build() {
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
find $PKG -depth -empty -exec rmdir {} \;
chmod -R +w $PKG
}