perl/perl-Time-Piece: Updated for version 1.33.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-09-13 23:29:48 +02:00 committed by David Spencer
parent b56c0f103d
commit 37ace38f55
2 changed files with 5 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Time-Piece
VERSION=${VERSION:-1.3204}
VERSION=${VERSION:-1.33}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,7 +74,7 @@ find -L . \
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
INSTALLVENDORMAN3DIR=none # disables man-pages, they clash with perl-5.22.2
make
make test
make install DESTDIR=$PKG
@ -82,9 +82,6 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
find $PKG -depth -type d -empty -delete || true

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Time-Piece"
VERSION="1.3204"
VERSION="1.33"
HOMEPAGE="https://metacpan.org/pod/Time::Piece"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ES/ESAYM/Time-Piece-1.3204.tar.gz"
MD5SUM="24fde0ad6b1d574434fd37674168cf53"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ES/ESAYM/Time-Piece-1.33.tar.gz"
MD5SUM="b2be158aa37046ebb575cf4d302fe2e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""