Skip to Content.
Sympa Menu

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

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 (9d17839604007f5fa8e7274762c866226e73d7ef)
  • Date: Thu, 7 Aug 2008 01:26:00 -0500

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

net/whois/DETAILS | 6 +++---
net/whois/HISTORY | 4 ++++
net/whois/PRE_BUILD | 4 ++++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 9d17839604007f5fa8e7274762c866226e73d7ef
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

whois: => 4.7.27

diff --git a/net/whois/DETAILS b/net/whois/DETAILS
index 0c45a76..0405bb4 100755
--- a/net/whois/DETAILS
+++ b/net/whois/DETAILS
@@ -1,9 +1,9 @@
SPELL=whois
- VERSION=4.7.26
+ VERSION=4.7.27
SOURCE=${SPELL}_$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/w/whois/$SOURCE
-
SOURCE_HASH=sha512:194993a1ad7a985e7fb5b857daa54f3313c8b28aead5ca123e3d038d7ec8bdb4cfb3ef82d37546a098c23b3d25c14bf2c0da51bd8f1cfb854a12a6d3c0da8456
+
SOURCE_HASH=sha512:632564173f96f127714f8d81a21ddee12d4f0f7d49497b785f85a2e09b9ef16af66588e633cd9005ebcec8b5b310d25cf3962f9d96fba80018a7f7c3ecdfadd5
WEB_SITE=http://www.linux.it/~md/software/
ENTERED=20011228
LICENSE[0]=GPL
diff --git a/net/whois/HISTORY b/net/whois/HISTORY
index 299bdfc..c3f8efe 100644
--- a/net/whois/HISTORY
+++ b/net/whois/HISTORY
@@ -1,3 +1,7 @@
+2008-08-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.7.27, quoting the paths!
+ * PRE_BUILD: added fix for installing translations
+
2008-04-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.7.26

diff --git a/net/whois/PRE_BUILD b/net/whois/PRE_BUILD
new file mode 100755
index 0000000..dd2269b
--- /dev/null
+++ b/net/whois/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:install\::install-pos\::" po/Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9d17839604007f5fa8e7274762c866226e73d7ef), Vlad Glagolev, 08/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page