From 8b7ff6548cc7ed75ed92cd37b938ccc59b31454a Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Thu, 16 Apr 2015 03:25:21 +0200 Subject: network/graphite-carbon: Version fix and other annoyances. Signed-off-by: Mario Preksavec --- network/graphite-carbon/graphite-carbon.SlackBuild | 11 ++++++----- network/graphite-carbon/graphite-carbon.info | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'network/graphite-carbon') diff --git a/network/graphite-carbon/graphite-carbon.SlackBuild b/network/graphite-carbon/graphite-carbon.SlackBuild index 174d10f83a..0dd10e14eb 100644 --- a/network/graphite-carbon/graphite-carbon.SlackBuild +++ b/network/graphite-carbon/graphite-carbon.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for carbon +# Slackware build script for graphite-carbon -# Copyright 2015 Mario Preksavec, Zagreb, HR +# Copyright 2015 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=graphite-carbon -SRCNAM=carbon -SRCVER=0.9.13-pre1 -VERSION=${VERSION:-0.9.13pre1} +VERSION=${VERSION:-0.9.13_pre1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} +SRCNAM=carbon +SRCVER=${SRCVER:-0.9.13-pre1} + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; diff --git a/network/graphite-carbon/graphite-carbon.info b/network/graphite-carbon/graphite-carbon.info index ea91a33566..7452ccb246 100644 --- a/network/graphite-carbon/graphite-carbon.info +++ b/network/graphite-carbon/graphite-carbon.info @@ -1,5 +1,5 @@ PRGNAM="graphite-carbon" -VERSION="0.9.13pre1" +VERSION="0.9.13_pre1" HOMEPAGE="https://github.com/graphite-project/" DOWNLOAD="https://github.com/graphite-project/carbon/archive/0.9.13-pre1.tar.gz" MD5SUM="1c87be1d874ad74dd7f148b18c158fe2" -- cgit v1.2.3