Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4161a73be274f6db5b53d66e521ffe5109fa9f82)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4161a73be274f6db5b53d66e521ffe5109fa9f82)
  • Date: Fri, 7 Nov 2008 14:57:32 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/catfish/BUILD | 3 ++-
x11/catfish/DETAILS | 5 ++---
x11/catfish/HISTORY | 4 ++++
x11/catfish/PRE_BUILD | 4 ----
4 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 4161a73be274f6db5b53d66e521ffe5109fa9f82
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

catfish: => 0.3.2

diff --git a/x11/catfish/BUILD b/x11/catfish/BUILD
index 266dc31..ae53b10 100755
--- a/x11/catfish/BUILD
+++ b/x11/catfish/BUILD
@@ -1,2 +1,3 @@
-./configure --prefix=${INSTALL_ROOT}/usr &&
+./configure --prefix="$INSTALL_ROOT/usr" &&
+
make
diff --git a/x11/catfish/DETAILS b/x11/catfish/DETAILS
index 4360807..214a507 100755
--- a/x11/catfish/DETAILS
+++ b/x11/catfish/DETAILS
@@ -1,12 +1,11 @@
SPELL=catfish
- VERSION=0.3
+ VERSION=0.3.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://software.twotoasts.de/media/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:f64c5dd82de837053b09fc9bac7bb8caacdfa0c0a1798fd990160fa91a5cfac533cbee7a7daccdb259bab9bd995865609aaef86e10ba0eaf9969da2b1895c7c3
+
SOURCE_HASH=sha512:f1d077f0ac19a8b15211dbd53e2190083db6ff1d26ac26885929ac5185a9167278a73622c4b418f1d20d9a99c1e48b3a96e12dcc604e639ea54459f6d0d1d5ff
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

WEB_SITE=http://www.twotoasts.de/index.php?/pages/catfish_summary.html
LICENSE[0]=GPL
- PATCHLEVEL=1
ENTERED=20070309
SHORT="handy file searching tool for linux and unix"
cat << EOF
diff --git a/x11/catfish/HISTORY b/x11/catfish/HISTORY
index 018f251..672594e 100644
--- a/x11/catfish/HISTORY
+++ b/x11/catfish/HISTORY
@@ -1,3 +1,7 @@
+2008-11-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.2
+ * PRE_BUILD: removed, not needed anymore
+
2008-07-14 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: fixed docs installation
* DETAILS:, bah, PATCHLEVEL++, renewed website, removed useless
quotes and
diff --git a/x11/catfish/PRE_BUILD b/x11/catfish/PRE_BUILD
deleted file mode 100755
index 9e2d8c8..0000000
--- a/x11/catfish/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sed -i "s:doc:doc/\$(APPNAME):g" Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4161a73be274f6db5b53d66e521ffe5109fa9f82), Vlad Glagolev, 11/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page