From e6c392c9f5352e57ae48e4c6282fd04ce0deafdc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 24 Jan 2016 07:07:46 +0700 Subject: system/amanda: Updated for version 3.3.8. Signed-off-by: Willy Sudiarto Raharjo --- system/amanda/amanda.SlackBuild | 6 +++--- system/amanda/amanda.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'system/amanda') 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="" -- cgit v1.2.3-65-gdbad