p5-extutils-depends: 0.8000 -> 0.8001

This commit is contained in:
Tim Biermann 2021-05-20 08:23:23 +00:00
parent 15223bfccc
commit bc4b796079
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yVO1+x2B9bm1jqGoBS/vDcc+eyo/HCc53b5Nx6AIDHNMIpq13SmudR7mDv8Jy5GECZttcl+u2Uowb8AdS0q/Qo=
SHA256 (Pkgfile) = 19228b0395258ec8af95fa1c6d66f4a5aae5ad973822f6ba78a01f24ec0d01ce
RWSagIOpLGJF3xdbWZHp5b9ku10bZGGbbnXR0wdqobn76nSjt525/F6vNgMCHMHEscHMzJEWVDW5ef6xfrfbmlR9f7PotfT06AA=
SHA256 (Pkgfile) = 69f1358e1c874aef6ea63f59786b71e4bdf9e5b24500f85380e60a46e937cfc3
SHA256 (.footprint) = 3bc641a80dff34a8c61652f74630fde547f355c8ba0825746a71a32d5d906f10
SHA256 (ExtUtils-Depends-0.8000.tar.gz) = 780ff72128c04c2a22e6801187aa9c58cab298407f6e9d062706af1c250bbe98
SHA256 (ExtUtils-Depends-0.8001.tar.gz) = 673c4387e7896c1a216099c1fbb3faaa7763d7f5f95a1a56a60a2a2906c131c5

View File

@ -1,24 +1,24 @@
# Description: Perl bindings for depends
# URL: https://www.cpan.org/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# URL: https://metacpan.org/pod/ExtUtils::Depends
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-xml-parser
name=p5-extutils-depends
version=0.8000
version=0.8001
release=1
source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
build() {
cd ExtUtils-Depends-$version
perl Makefile.PL
cd ExtUtils-Depends-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
find $PKG -type f -a ! -perm -u+w | xargs chmod u+w
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
find $PKG -type f -a ! -perm -u+w | xargs chmod u+w
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}