summaryrefslogtreecommitdiff
path: root/p5-extutils-depends
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-05-20 08:23:23 +0000
committerTim Biermann <tbier@posteo.de>2021-05-20 08:23:23 +0000
commitbc4b7960798d37521ce75fbf612bc8487289149e (patch)
treee7308a6ad5962f8b70b00764d9032d5cf67d3564 /p5-extutils-depends
parent15223bfccce7719112fb52dd342b9d6f5e3f66d6 (diff)
downloadcontrib-bc4b7960798d37521ce75fbf612bc8487289149e.tar.gz
contrib-bc4b7960798d37521ce75fbf612bc8487289149e.tar.xz
p5-extutils-depends: 0.8000 -> 0.8001
Diffstat (limited to 'p5-extutils-depends')
-rw-r--r--p5-extutils-depends/.signature6
-rw-r--r--p5-extutils-depends/Pkgfile26
2 files changed, 16 insertions, 16 deletions
diff --git a/p5-extutils-depends/.signature b/p5-extutils-depends/.signature
index 32129da2a..0c9127256 100644
--- a/p5-extutils-depends/.signature
+++ b/p5-extutils-depends/.signature
@@ -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
diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile
index 0f92734dd..2e1e2b258 100644
--- a/p5-extutils-depends/Pkgfile
+++ b/p5-extutils-depends/Pkgfile
@@ -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 ||:
}

Generated by cgit