perl/perl-IPC-Run3: Updated for version 0.046.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-06 18:00:38 +07:00 committed by Robby Workman
parent 9ddee47461
commit 12f74f6462
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-IPC-Run3
VERSION=${VERSION:-0.045}
VERSION=${VERSION:-0.046}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,11 +51,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 \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-IPC-Run3"
VERSION="0.045"
HOMEPAGE="http://search.cpan.org/~rjbs/IPC-Run3/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-0.045.tar.gz"
MD5SUM="e8913c03a8a6c6297a6e622d656e343a"
VERSION="0.046"
HOMEPAGE="http://search.cpan.org/~rjbs/IPC-Run3-0.046/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-0.046.tar.gz"
MD5SUM="c1c8f5605cae097e6fc118f7f1437dfd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""