diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 17:22:02 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:34 -0600 |
commit | 849d9a8fadc9a21881dd190f7f671a7fe72ec1a7 (patch) | |
tree | 51953b952564ebda6fdda63c58ab14f274dcbfdb /perl/perl-Time-modules | |
parent | b6df46f4a88f954c30daba9f69f01570f7005625 (diff) | |
download | slackbuilds-849d9a8fadc9a21881dd190f7f671a7fe72ec1a7.tar.gz |
perl/perl-Time-modules: Updated for version 2013.0912.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Time-modules')
-rw-r--r-- | perl/perl-Time-modules/perl-Time-modules.SlackBuild | 8 | ||||
-rw-r--r-- | perl/perl-Time-modules/perl-Time-modules.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/perl/perl-Time-modules/perl-Time-modules.SlackBuild b/perl/perl-Time-modules/perl-Time-modules.SlackBuild index 8ff1616234..a62002b08f 100644 --- a/perl/perl-Time-modules/perl-Time-modules.SlackBuild +++ b/perl/perl-Time-modules/perl-Time-modules.SlackBuild @@ -23,7 +23,7 @@ SRCNAM=Time-modules PRGNAM=perl-$SRCNAM -VERSION=${VERSION:-2006.0814} +VERSION=${VERSION:-2013.0912} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,11 +63,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ PREFIX=/usr \ diff --git a/perl/perl-Time-modules/perl-Time-modules.info b/perl/perl-Time-modules/perl-Time-modules.info index fb4ceb4973..8ed4f93632 100644 --- a/perl/perl-Time-modules/perl-Time-modules.info +++ b/perl/perl-Time-modules/perl-Time-modules.info @@ -1,8 +1,8 @@ PRGNAM="perl-Time-modules" -VERSION="2006.0814" -HOMEPAGE="http://search.cpan.org/~muir/Time-modules-2006.0814/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-2006.0814.tar.gz" -MD5SUM="790c6739f601b85654fac9ee516b18d8" +VERSION="2013.0912" +HOMEPAGE="http://search.cpan.org/~muir/Time-modules-2013.0912/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-2013.0912.tar.gz" +MD5SUM="a4330144e24c356ca4c925d14e5ab06b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |