From 9480e0e7cb3a918e2b163ef2711ee4814cee1628 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 11 Mar 2014 00:35:05 +0700 Subject: gis/geogit: Updated for version 0.7.0. Signed-off-by: Willy Sudiarto Raharjo --- gis/geogit/geogit.SlackBuild | 3 ++- gis/geogit/geogit.info | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'gis/geogit') diff --git a/gis/geogit/geogit.SlackBuild b/gis/geogit/geogit.SlackBuild index ed3c748cd3..6fe3ecd99a 100644 --- a/gis/geogit/geogit.SlackBuild +++ b/gis/geogit/geogit.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geogit -VERSION=0.6.0 +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,6 +51,7 @@ cp -a bin repo $PKG/$GEOGIT_HOME/ # set the path to the jar wrapper in the startup script ln -s /$GEOGIT_HOME/bin/geogit $PKG/usr/bin/geogit ln -s /$GEOGIT_HOME/bin/geogit-console $PKG/usr/bin/geogit-console +ln -s /$GEOGIT_HOME/bin/geogit-gateway $PKG/usr/bin/geogit-gateway mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/gis/geogit/geogit.info b/gis/geogit/geogit.info index 8498c1d9c5..7d0e0b8906 100644 --- a/gis/geogit/geogit.info +++ b/gis/geogit/geogit.info @@ -1,8 +1,8 @@ PRGNAM="geogit" -VERSION="0.6.0" +VERSION="0.7.0" HOMEPAGE="http://geogit.org/" -DOWNLOAD="http://sourceforge.net/projects/geogit/files/geogit-0.6.0/geogit-cli-app-0.6.0.zip" -MD5SUM="7ae98d6734c344e8a0e721dbbf768781" +DOWNLOAD="http://sourceforge.net/projects/geogit/files/geogit-0.7.0/geogit-cli-app-0.7.0.zip" +MD5SUM="1878c9d1218c971e777607f46c6b408f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" -- cgit v1.2.3-65-gdbad