summaryrefslogtreecommitdiffstats
path: root/academic/R
diff options
context:
space:
mode:
author melikamp <melikamp@melikamp.net>2014-03-11 08:01:21 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-03-12 12:42:50 -0500
commit32d8f3362ba09655b201670c1e3e67e2186aba41 (patch)
treedc4f3106d3c2e00e4fa64d4545c6f2c2af9063ca /academic/R
parent574724696f8780450e27b16576e304d67513f1a0 (diff)
downloadslackbuilds-32d8f3362ba09655b201670c1e3e67e2186aba41.tar.gz
slackbuilds-32d8f3362ba09655b201670c1e3e67e2186aba41.tar.xz
academic/R: Updated for version 3.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/R')
-rw-r--r--academic/R/R.SlackBuild13
-rw-r--r--academic/R/R.info6
2 files changed, 10 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>.
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=""