summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2019-12-01 09:13:18 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:22 +0100
commitf590592f2b34a0fa716106b063ac0af54e9c8df0 (patch)
treeff7f4fc7928253edb8b26412c3f91446a4ab5e68 /perl
parent7fb5fcd6a7ee049fe615c0151f5fce6e5b0df304 (diff)
downloadslackbuilds-f590592f2b34a0fa716106b063ac0af54e9c8df0.tar.gz
perl/perl-GD: Updated for version 2.71.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-GD/perl-GD.SlackBuild10
-rw-r--r--perl/perl-GD/perl-GD.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/perl/perl-GD/perl-GD.SlackBuild b/perl/perl-GD/perl-GD.SlackBuild
index 87e2c117dc..fc9e4ab83c 100644
--- a/perl/perl-GD/perl-GD.SlackBuild
+++ b/perl/perl-GD/perl-GD.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20191201 bkw: update for v2.71
# 20180829 bkw: update for v2.69
# 20180611 bkw: update for v2.68
# 20180228 bkw:
@@ -13,7 +14,7 @@
# - add FASTCGI option
PRGNAM=perl-GD
-VERSION=${VERSION:-2.69}
+VERSION=${VERSION:-2.71}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,11 +56,8 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# You might notice this in the build log:
# ** WARNING: found gd.h header file in /usr/X11R6/include/gd.h
diff --git a/perl/perl-GD/perl-GD.info b/perl/perl-GD/perl-GD.info
index 37a91e2df9..6aaa0ba757 100644
--- a/perl/perl-GD/perl-GD.info
+++ b/perl/perl-GD/perl-GD.info
@@ -1,8 +1,8 @@
PRGNAM="perl-GD"
-VERSION="2.69"
+VERSION="2.71"
HOMEPAGE="https://metacpan.org/pod/GD"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-2.69.tar.gz"
-MD5SUM="aa1488a54fd9baba7aadb53720675bdc"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-2.71.tar.gz"
+MD5SUM="1e2534e1d0db57d6aad438f15ca63253"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""