summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Miguel De Anda <miguel@thedeanda.com>2014-07-06 23:47:45 -0500
committer Robby Workman <rworkman@slackbuilds.org>2014-07-07 00:00:59 -0500
commit10012cb3711f04b903804259818dfb3be7144fdb (patch)
tree9b86d2ec05805554edbc37121d9efe0988147339
parentaed0b86de1d40ab67a170e0374b5fc690b427ea3 (diff)
downloadslackbuilds-10012cb3711f04b903804259818dfb3be7144fdb.tar.gz
slackbuilds-10012cb3711f04b903804259818dfb3be7144fdb.tar.xz
development/smartsvn: Updated for version 8.5.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--development/smartsvn/README5
-rw-r--r--development/smartsvn/smartsvn.SlackBuild9
-rw-r--r--development/smartsvn/smartsvn.info6
3 files changed, 16 insertions, 4 deletions
diff --git a/development/smartsvn/README b/development/smartsvn/README
index 35ac0aeab9..ecbe32b2a9 100644
--- a/development/smartsvn/README
+++ b/development/smartsvn/README
@@ -1,2 +1,7 @@
SmartSvn is a commercial desktop svn client that provides trial edition for
a limited time (31 days)
+
+Automatically downloading the url included in the .info file may not work as
+they currently require that you submit contact info to be emailed a link to
+the download. I've kept the access token in the file in hopes that it continues
+to work.
diff --git a/development/smartsvn/smartsvn.SlackBuild b/development/smartsvn/smartsvn.SlackBuild
index ce8fef772d..228c2a5c34 100644
--- a/development/smartsvn/smartsvn.SlackBuild
+++ b/development/smartsvn/smartsvn.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="smartsvn"
-VERSION=${VERSION:-8.5.3}
+VERSION=${VERSION:-8.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -35,6 +35,9 @@ OUTPUT=${OUTPUT:-/tmp}
#they use _ instead of periods...
FILE_VERSION=${VERSION//./_}
+# if file downloaded with ?access= then rename
+mv $PRGNAM-linux-$FILE_VERSION.tar.gz\?access\=* $PRGNAM-linux-$FILE_VERSION.tar.gz 2>/dev/null
+
set -e
rm -rf $TMP/$PRGNAM-$VERSION $PKG
@@ -67,5 +70,9 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
+mkdir -p $PKG/usr/bin
+cd $PKG/usr/bin
+ln -s ../share/$PRGNAM/bin/$PRGNAM.sh $PRGNAM
+
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/development/smartsvn/smartsvn.info b/development/smartsvn/smartsvn.info
index be78f705f9..86396426b3 100644
--- a/development/smartsvn/smartsvn.info
+++ b/development/smartsvn/smartsvn.info
@@ -1,8 +1,8 @@
PRGNAM="smartsvn"
-VERSION="8.5.3"
+VERSION="8.5.5"
HOMEPAGE="http://www.smartsvn.com/"
-DOWNLOAD="http://www.wandisco.com/get?f=smartsvn/smartsvn-linux-8_5_3.tar.gz"
-MD5SUM="f72fc9d1d502003541eaa8963f5c63e3"
+DOWNLOAD="http://www.wandisco.com/system/files/smartsvn/smartsvn-linux-8_5_5.tar.gz?access=65fd45e74459dab3c8f53c682648f61b"
+MD5SUM="97635efffa042944b6a8acd2634b4b4f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"