From 32d8f3362ba09655b201670c1e3e67e2186aba41 Mon Sep 17 00:00:00 2001 From: melikamp Date: Tue, 11 Mar 2014 08:01:21 +0700 Subject: academic/R: Updated for version 3.0.3. Signed-off-by: Willy Sudiarto Raharjo --- academic/R/R.SlackBuild | 13 +++++++------ academic/R/R.info | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'academic/R') diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild index 5a80811c26..ab17d91d5a 100644 --- a/academic/R/R.SlackBuild +++ b/academic/R/R.SlackBuild @@ -6,7 +6,8 @@ # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -21,7 +22,7 @@ # not, see . PRGNAM=R -VERSION=3.0.2 +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,10 +74,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAG="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/academic/R/R.info b/academic/R/R.info index d19078f265..edc07b4f09 100644 --- a/academic/R/R.info +++ b/academic/R/R.info @@ -1,8 +1,8 @@ PRGNAM="R" -VERSION="3.0.2" +VERSION="3.0.3" HOMEPAGE="http://www.r-project.org/" -DOWNLOAD="http://cran.cnr.berkeley.edu/src/base/R-3/R-3.0.2.tar.gz" -MD5SUM="f9a8374736e7650e4848f33e2e3bbee3" +DOWNLOAD="http://ftp.osuosl.org/pub/cran/src/base/R-3/R-3.0.3.tar.gz" +MD5SUM="f9025976863847f2d0502254d0f0dbf2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3