p5-extutils-depends: fix perms

This commit is contained in:
John Vogel 2018-02-18 06:28:54 -05:00
parent e19bcfc3df
commit 89dc77a0a0
3 changed files with 7 additions and 6 deletions

View File

@ -4,8 +4,8 @@ drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ExtUtils/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.24/ExtUtils/Depends.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/ExtUtils/Depends.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/ExtUtils::Depends.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/ExtUtils::Depends.3pm.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31nRWaU7r9nrpWK5KxUQkbIFBEihCTXS6y2Stxi1iZXCFgOuZr0tYggGfr0qYsRC2SP+DMBtcL5acGZuhNhWoAI=
SHA256 (Pkgfile) = c40caa17e9b1b84f61f15c1cbf6b86bb73fc5528d6364a86c28d4c09e7225e76
SHA256 (.footprint) = dfdab6ae7912be356e69212127e28b24920431a46e395954bd4586d7ffee5436
RWSagIOpLGJF3xYoRvCgwFgloEethhOoebkBm0YIzf5xs7CQ42VVGN/pl7q8wk9Xi2bG+oX/78U+iCNKbjZoQ+7EtGqZaWletQo=
SHA256 (Pkgfile) = adc409aeb23cf7c31256de5ad5f02af20d2f77da1c00cd96ab6838224a513ad3
SHA256 (.footprint) = ece46380cbab13ef80b948898946e6bcfc42cc4e3fcc5b321dc0b10339cfd3d9
SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c

View File

@ -5,7 +5,7 @@
name=p5-extutils-depends
version=0.405
release=1
release=2
source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
build() {
@ -15,6 +15,7 @@ build() {
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" \