From 89133688be1049b3723a77dc99c9a54bd5606da6 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 15 Mar 2011 00:06:20 -0500 Subject: development/bluefish: Updated for version 2.0.3. Signed-off-by: Robby Workman --- development/bluefish/bluefish.SlackBuild | 8 ++++---- development/bluefish/bluefish.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'development/bluefish') diff --git a/development/bluefish/bluefish.SlackBuild b/development/bluefish/bluefish.SlackBuild index ca6a19203e..9216cd6f39 100644 --- a/development/bluefish/bluefish.SlackBuild +++ b/development/bluefish/bluefish.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bluefish -# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bluefish -VERSION=2.0.2 +VERSION=2.0.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,8 +80,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +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 find $PKG/usr/man -type f -exec gzip -9 {} \; diff --git a/development/bluefish/bluefish.info b/development/bluefish/bluefish.info index 7037168abb..b113c5e712 100644 --- a/development/bluefish/bluefish.info +++ b/development/bluefish/bluefish.info @@ -1,8 +1,8 @@ PRGNAM="bluefish" -VERSION="2.0.2" +VERSION="2.0.3" HOMEPAGE="http://bluefish.openoffice.nl/index.html" -DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-2.0.2.tar.bz2" -MD5SUM="0229a3fb1d68c926391761efbe12eb1b" +DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-2.0.3.tar.bz2" +MD5SUM="4c062fcb1f90f91a35687b877d37d6dd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Robby Workman" -- cgit v1.2.3