summaryrefslogtreecommitdiff
path: root/p5-extutils-depends
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2018-02-18 06:28:54 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2018-02-18 06:28:54 -0500
commit89dc77a0a0ed79ef29f61ffc2fbf47a1661761fb (patch)
tree0529e32ca4210750ef16418031e7252016744179 /p5-extutils-depends
parente19bcfc3df918968cb0d4e46a12f234b08ac6012 (diff)
downloadcontrib-89dc77a0a0ed79ef29f61ffc2fbf47a1661761fb.tar.gz
contrib-89dc77a0a0ed79ef29f61ffc2fbf47a1661761fb.tar.xz
p5-extutils-depends: fix perms
Diffstat (limited to 'p5-extutils-depends')
-rw-r--r--p5-extutils-depends/.footprint4
-rw-r--r--p5-extutils-depends/.signature6
-rw-r--r--p5-extutils-depends/Pkgfile3
3 files changed, 7 insertions, 6 deletions
diff --git a/p5-extutils-depends/.footprint b/p5-extutils-depends/.footprint
index 02a23772d..510062c24 100644
--- a/p5-extutils-depends/.footprint
+++ b/p5-extutils-depends/.footprint
@@ -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
diff --git a/p5-extutils-depends/.signature b/p5-extutils-depends/.signature
index 20cf871c0..0ff855b4f 100644
--- a/p5-extutils-depends/.signature
+++ b/p5-extutils-depends/.signature
@@ -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
diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile
index 0b4ea020b..a91b0c6f3 100644
--- a/p5-extutils-depends/Pkgfile
+++ b/p5-extutils-depends/Pkgfile
@@ -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" \

Generated by cgit