summaryrefslogtreecommitdiffstats
path: root/perl/perl-Date-Manip
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-04 17:11:48 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit5cb9c638557c88ce363a3b48624e07bdc1396326 (patch)
tree5eb1c088da490f0ca46b6630e9f2593c70ec74a7 /perl/perl-Date-Manip
parent876de0b40fb864ccb23d515bb19d59ff55ea142a (diff)
downloadslackbuilds-5cb9c638557c88ce363a3b48624e07bdc1396326.tar.gz
slackbuilds-5cb9c638557c88ce363a3b48624e07bdc1396326.tar.xz
perl/perl-Date-Manip: Updated for version 6.52.
Fixes build with perl-5.22. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Date-Manip')
-rw-r--r--perl/perl-Date-Manip/perl-Date-Manip.SlackBuild19
-rw-r--r--perl/perl-Date-Manip/perl-Date-Manip.info6
2 files changed, 12 insertions, 13 deletions
diff --git a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
index 9d019bc443..fb5384127f 100644
--- a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
+++ b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Date-Manip
-VERSION=${VERSION:-6.50}
+VERSION=${VERSION:-6.52}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,15 +72,14 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-perl Build.PL \
- prefix=/usr \
- installdirs=vendor \
- destdir=$PKG
-./Build
-./Build test
-./Build install \
- --install_path bindoc=/usr/man/man1 \
- --install_path libdoc=/usr/man/man3
+perl Makefile.PL \
+ PREFIX=/usr \
+ INSTALLDIRS=vendor \
+ INSTALLVENDORMAN1DIR=/usr/man/man1 \
+ INSTALLVENDORMAN3DIR=/usr/man/man3
+make
+make test
+make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;
diff --git a/perl/perl-Date-Manip/perl-Date-Manip.info b/perl/perl-Date-Manip/perl-Date-Manip.info
index 89c7d8fde1..220967888d 100644
--- a/perl/perl-Date-Manip/perl-Date-Manip.info
+++ b/perl/perl-Date-Manip/perl-Date-Manip.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Date-Manip"
-VERSION="6.50"
+VERSION="6.52"
HOMEPAGE="https://metacpan.org/pod/distribution/Date-Manip/lib/Date/Manip.pod"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-6.50.tar.gz"
-MD5SUM="62c86841f9c57ebe663178195c1df272"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-6.52.tar.gz"
+MD5SUM="cd901896b1fae6e389dce7facfe715f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Inter perl-Test-Pod perl-Test-Pod-Coverage perl-YAML-Syck"