summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Chris Walker2017-01-20 12:43:04 +0100
committer Willy Sudiarto Raharjo2017-01-21 01:04:35 +0100
commit2f95326a07e20a93110f6e53fbb9732047c4aa9d (patch)
tree61b6273404a212841aa1fe78847c1b15c993489d
parent49077837427ef858f39733802f06d510f1566f44 (diff)
downloadslackbuilds-2f95326a07e20a93110f6e53fbb9732047c4aa9d.tar.gz
network/hylafax+: Updated for version 5.5.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/hylafax+/README2
-rw-r--r--network/hylafax+/config.local.in2
-rw-r--r--network/hylafax+/hylafax+.SlackBuild10
-rw-r--r--network/hylafax+/hylafax+.info8
4 files changed, 11 insertions, 11 deletions
diff --git a/network/hylafax+/README b/network/hylafax+/README
index 61906f0a5c..9ea1c9768b 100644
--- a/network/hylafax+/README
+++ b/network/hylafax+/README
@@ -6,4 +6,4 @@ an outbound job from any other machine on the network.
HylaFAX+ is a more feature rich fork of the HylaFAX project.
-See /usr/doc/hylafax-5.5.7/README.SLACKWARE for configuration hints.
+See /usr/doc/hylafax-5.5.8/README.SLACKWARE for configuration hints.
diff --git a/network/hylafax+/config.local.in b/network/hylafax+/config.local.in
index 93863e7f91..6b5fcb8e43 100644
--- a/network/hylafax+/config.local.in
+++ b/network/hylafax+/config.local.in
@@ -57,7 +57,7 @@ GS="no" # install Ghostscript RIP (yes|no)
#
DIR_BIN="/usr/bin" # directory for client apps
DIR_LIB="/usr/lib@LIBDIRSUFFIX@" # directory for libfaxserver, libfaxutil
-DIR_LIBDATA="/usr/lib/@LIBDIRSUFFIX@/hylafax" # directory for client data
+DIR_LIBDATA="/usr/lib@LIBDIRSUFFIX@/hylafax" # directory for client data
DIR_LIBEXEC="/usr/libexec/hylafax" # directory for libraries&hidden apps
DIR_MAN="/usr/man" # directory for manual pages
DIR_SPOOL="/var/spool/hylafax" # directory for spooling area
diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild
index 8854bfa896..51620ab5d3 100644
--- a/network/hylafax+/hylafax+.SlackBuild
+++ b/network/hylafax+/hylafax+.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hylafax+
-# Copyright 2013 Christopher Walker Copperas Cove, TX
+# Copyright 2013-2017 Chris Walker Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,13 +24,13 @@
PRGNAM=hylafax+
SRCNAM=hylafax
-VERSION=${VERSION:-5.5.7}
+VERSION=${VERSION:-5.5.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/network/hylafax+/hylafax+.info b/network/hylafax+/hylafax+.info
index 0cb0e3c097..5a13309537 100644
--- a/network/hylafax+/hylafax+.info
+++ b/network/hylafax+/hylafax+.info
@@ -1,10 +1,10 @@
PRGNAM="hylafax+"
-VERSION="5.5.7"
+VERSION="5.5.8"
HOMEPAGE="http://hylafax.sourceforge.net"
-DOWNLOAD="http://prdownloads.sourceforge.net/hylafax/hylafax-5.5.7.tar.gz"
-MD5SUM="6497db7fec4b96b919567d6ef38402bc"
+DOWNLOAD="http://prdownloads.sourceforge.net/hylafax/hylafax-5.5.8.tar.gz"
+MD5SUM="4ac12204e37424ef1e07b8760101663d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Christopher Walker"
+MAINTAINER="Chris Walker"
EMAIL="kris240376@gmail.com"