From 8272f2d9287b84759dabb9586a3c441104f16a9f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 11 Feb 2014 17:40:02 +0700 Subject: system/barman: Updated for version 1.3.0. Signed-off-by: Willy Sudiarto Raharjo --- system/barman/barman.SlackBuild | 4 +++- system/barman/barman.info | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 7695aa9e96..26672c5b66 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=barman -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,6 +75,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mv $PKG/usr/share/man $PKG/usr +rm -rf $PKG/usr/share + find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/barman/barman.info b/system/barman/barman.info index d0db38d039..625f2a22ab 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="1.2.3" +VERSION="1.3.0" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="http://sourceforge.net/projects/pgbarman/files/1.2.3/barman-1.2.3.tar.gz" -MD5SUM="5348cf3ea707b43f8a98061d0d257f2d" +DOWNLOAD="http://sourceforge.net/projects/pgbarman/files/1.3.0/barman-1.3.0.tar.gz" +MD5SUM="d2371a45797f626082a218402897fd69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" -- cgit v1.2.3