summaryrefslogtreecommitdiffstats
path: root/development/svn-all-fast-export
diff options
context:
space:
mode:
Diffstat (limited to 'development/svn-all-fast-export')
-rw-r--r--development/svn-all-fast-export/README5
-rw-r--r--development/svn-all-fast-export/svn-all-fast-export.SlackBuild18
-rw-r--r--development/svn-all-fast-export/svn-all-fast-export.info6
3 files changed, 20 insertions, 9 deletions
diff --git a/development/svn-all-fast-export/README b/development/svn-all-fast-export/README
index 19e4b606cb..80bb8da26b 100644
--- a/development/svn-all-fast-export/README
+++ b/development/svn-all-fast-export/README
@@ -1,4 +1,5 @@
svn-all-fast-export aka svn2git
-This project contains all the tools required to do a conversion of an svn
-repository (server side, not a checkout) to one or more git repositories.
+This project contains all the tools required to do a conversion of
+an svn repository (server side, not a checkout) to one or more git
+repositories.
diff --git a/development/svn-all-fast-export/svn-all-fast-export.SlackBuild b/development/svn-all-fast-export/svn-all-fast-export.SlackBuild
index 63493a6c07..a4d74c0d20 100644
--- a/development/svn-all-fast-export/svn-all-fast-export.SlackBuild
+++ b/development/svn-all-fast-export/svn-all-fast-export.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for svn-all-fast-export
@@ -22,11 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=svn-all-fast-export
SRCNAM=svn2git
-VERSION=${VERSION:-1.0.17}
+VERSION=${VERSION:-1.0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -36,7 +39,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -90,4 +100,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/development/svn-all-fast-export/svn-all-fast-export.info b/development/svn-all-fast-export/svn-all-fast-export.info
index f15081f052..664551de74 100644
--- a/development/svn-all-fast-export/svn-all-fast-export.info
+++ b/development/svn-all-fast-export/svn-all-fast-export.info
@@ -1,8 +1,8 @@
PRGNAM="svn-all-fast-export"
-VERSION="1.0.17"
+VERSION="1.0.18"
HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
-DOWNLOAD="https://github.com/svn-all-fast-export/svn2git/archive/1.0.17/svn2git-1.0.17.tar.gz"
-MD5SUM="a1fcfd77803f652768f64fab0ae86b98"
+DOWNLOAD="https://github.com/svn-all-fast-export/svn2git/archive/1.0.18/svn2git-1.0.18.tar.gz"
+MD5SUM="57eccceef1f775202e91df5107c5e15b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""