diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 21:16:37 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:37 -0600 |
commit | 00429df57d4dad85fe3a9c7d7817f93abc06bbfb (patch) | |
tree | 00eb9be8c285d687da4a87d861ed8740b7b45660 | |
parent | 7207a3dfc1d5284f2815b260aeb4655f6c4188ff (diff) | |
download | slackbuilds-00429df57d4dad85fe3a9c7d7817f93abc06bbfb.tar.gz |
perl/perl-Data-OptList: Updated for version 0.108.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | perl/perl-Data-OptList/perl-Data-OptList.SlackBuild | 8 | ||||
-rw-r--r-- | perl/perl-Data-OptList/perl-Data-OptList.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Data-OptList/perl-Data-OptList.SlackBuild b/perl/perl-Data-OptList/perl-Data-OptList.SlackBuild index 386071a6cf..f51663c040 100644 --- a/perl/perl-Data-OptList/perl-Data-OptList.SlackBuild +++ b/perl/perl-Data-OptList/perl-Data-OptList.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Data-OptList -VERSION=${VERSION:-0.107} +VERSION=${VERSION:-0.108} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,11 +68,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-Data-OptList/perl-Data-OptList.info b/perl/perl-Data-OptList/perl-Data-OptList.info index 7e000bac41..437ed22c7f 100644 --- a/perl/perl-Data-OptList/perl-Data-OptList.info +++ b/perl/perl-Data-OptList/perl-Data-OptList.info @@ -1,8 +1,8 @@ PRGNAM="perl-Data-OptList" -VERSION="0.107" +VERSION="0.108" HOMEPAGE="http://search.cpan.org/~rjbs/Data-OptList/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-0.107.tar.gz" -MD5SUM="17177b3cfb8941780a8736f9b9b30421" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-0.108.tar.gz" +MD5SUM="f5c2d27987c1ec4b89b2702698881579" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Params-Util perl-Sub-Install" |