summaryrefslogtreecommitdiff
path: root/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-09 09:36:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-12 06:51:47 +0700
commita06ae361c8e33cd413bc3b612baf4036c4d3ad01 (patch)
treee1020043aab25c16898f36334b000538c7326127 /perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
parentf5d250751c3ea196c633da21ce80de2039632e18 (diff)
downloadslackbuilds-a06ae361c8e33cd413bc3b612baf4036c4d3ad01.tar.gz
perl/perl-Date-Manip: Updated for version 6.45 + New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Date-Manip/perl-Date-Manip.SlackBuild')
-rw-r--r--perl/perl-Date-Manip/perl-Date-Manip.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
index 0e6bc269e3..9a436390f7 100644
--- a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
+++ b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for perl-Date-Manip
# Copyright 2010 V'yacheslav Stetskevych <slava18 dont_spam_me gmail com>
+# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Date-Manip
-VERSION=${VERSION:-6.41}
+VERSION=${VERSION:-6.45}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -88,9 +89,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- HISTORY INSTALL LICENSE README* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a HISTORY INSTALL LICENSE README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Date::Manip seems to need a correctly set /etc/timezone file in some cases.