summaryrefslogtreecommitdiffstats
path: root/system/rdup
diff options
context:
space:
mode:
Diffstat (limited to 'system/rdup')
-rw-r--r--system/rdup/rdup.SlackBuild7
-rw-r--r--system/rdup/rdup.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/system/rdup/rdup.SlackBuild b/system/rdup/rdup.SlackBuild
index 23cbe3e95d..30960298dd 100644
--- a/system/rdup/rdup.SlackBuild
+++ b/system/rdup/rdup.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rdup
-# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rdup
-VERSION=${VERSION:-1.1.11}
+VERSION=${VERSION:-1.1.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Do not treat warnings as errors
+sed -i 's/ -Werror//' GNUmakefile.in
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
diff --git a/system/rdup/rdup.info b/system/rdup/rdup.info
index 7e4df462ed..d87cf49655 100644
--- a/system/rdup/rdup.info
+++ b/system/rdup/rdup.info
@@ -1,8 +1,8 @@
PRGNAM="rdup"
-VERSION="1.1.11"
+VERSION="1.1.13"
HOMEPAGE="http://miek.nl/projects/rdup/index.html"
-DOWNLOAD="http://miek.nl/projects/rdup/rdup-1.1.11.tar.bz2"
-MD5SUM="de5c8ff0dc1732f80692e46252025d07"
+DOWNLOAD="http://miek.nl/projects/rdup/rdup-1.1.13.tar.bz2"
+MD5SUM="df48c9eb572cd75e4813397de3df65aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""