summaryrefslogtreecommitdiffstats
path: root/development/bluefish
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-03-15 00:06:20 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-03-20 14:08:09 -0500
commit89133688be1049b3723a77dc99c9a54bd5606da6 (patch)
tree52ea1278f5e33b4e257955147349cc53e4871471 /development/bluefish
parent7f9eb9216af15c59836e284183387b8eae804dca (diff)
downloadslackbuilds-89133688be1049b3723a77dc99c9a54bd5606da6.tar.gz
slackbuilds-89133688be1049b3723a77dc99c9a54bd5606da6.tar.xz
development/bluefish: Updated for version 2.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/bluefish')
-rw-r--r--development/bluefish/bluefish.SlackBuild8
-rw-r--r--development/bluefish/bluefish.info6
2 files changed, 7 insertions, 7 deletions
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"