summaryrefslogtreecommitdiffstats
path: root/system/amanda
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-24 07:07:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-25 07:25:05 +0700
commite6c392c9f5352e57ae48e4c6282fd04ce0deafdc (patch)
treebc02fcc3980a39df793f3daf28173db86ac7bcda /system/amanda
parent3dccf6972127f0d1bb56e3e0e07743ee52c52cef (diff)
downloadslackbuilds-e6c392c9f5352e57ae48e4c6282fd04ce0deafdc.tar.gz
slackbuilds-e6c392c9f5352e57ae48e4c6282fd04ce0deafdc.tar.xz
system/amanda: Updated for version 3.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/amanda')
-rw-r--r--system/amanda/amanda.SlackBuild6
-rw-r--r--system/amanda/amanda.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/amanda/amanda.SlackBuild b/system/amanda/amanda.SlackBuild
index 378d4dc60d..d0eeb8d225 100644
--- a/system/amanda/amanda.SlackBuild
+++ b/system/amanda/amanda.SlackBuild
@@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=amanda
-VERSION=${VERSION:-3.3.7p1}
+VERSION=${VERSION:-3.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,7 +96,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PERLDIR=$(perl -V:installvendorlib | cut -d\' -f2)
@@ -123,7 +123,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
chown -R root:root $PKG/usr/man
diff --git a/system/amanda/amanda.info b/system/amanda/amanda.info
index 88998ef7d1..7c8c2d163d 100644
--- a/system/amanda/amanda.info
+++ b/system/amanda/amanda.info
@@ -1,8 +1,8 @@
PRGNAM="amanda"
-VERSION="3.3.7p1"
+VERSION="3.3.8"
HOMEPAGE="http://www.amanda.org/"
-DOWNLOAD="http://downloads.sourceforge.net/amanda/amanda-3.3.7p1.tar.gz"
-MD5SUM="621d39b5a328f465fece4653c170cf7f"
+DOWNLOAD="http://downloads.sourceforge.net/amanda/amanda-3.3.8.tar.gz"
+MD5SUM="2e9bb80fd177908cf9c1b010b4399455"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""