Skip to Content.
Sympa Menu

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

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 (0bae5aac903e9dc6421067eddebafc46c03bac8c)
  • Date: Wed, 28 May 2008 14:19:14 -0500

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

dev/null |binary
net/ferm/DETAILS | 2 +-
net/ferm/HISTORY | 5 +++++
net/ferm/INSTALL | 2 +-
net/ferm/PRE_BUILD | 2 +-
net/ferm/ferm-1.3.3.tar.gz.sig | 0
net/ferm/ferm-1.3.4.tar.gz.sig |binary
7 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 0bae5aac903e9dc6421067eddebafc46c03bac8c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ferm: => 1.3.4 + fixes

diff --git a/net/ferm/DETAILS b/net/ferm/DETAILS
index 819c389..2135f7a 100755
--- a/net/ferm/DETAILS
+++ b/net/ferm/DETAILS
@@ -1,5 +1,5 @@
SPELL=ferm
- VERSION=1.3.3
+ VERSION=1.3.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://ferm.foo-projects.org/download/${VERSION%.?}/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/net/ferm/HISTORY b/net/ferm/HISTORY
index 57c18b6..b7f39e1 100644
--- a/net/ferm/HISTORY
+++ b/net/ferm/HISTORY
@@ -1,3 +1,8 @@
+2008-05-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.4
+ * INSTALL: make install => default_install
+ * PRE_BUILD: sed(s) => sed(g)
+
2008-01-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.3

diff --git a/net/ferm/INSTALL b/net/ferm/INSTALL
index e23bc97..d01ed9c 100755
--- a/net/ferm/INSTALL
+++ b/net/ferm/INSTALL
@@ -1,4 +1,4 @@
-make install &&
+default_install &&
if [[ $INIT_INSTALLED ]]; then
install_config_file $SCRIPT_DIRECTORY/init.d/ferm.conf \
$INSTALL_ROOT/etc/sysconfig/ferm
diff --git a/net/ferm/PRE_BUILD b/net/ferm/PRE_BUILD
index e31b73f..e62a103 100755
--- a/net/ferm/PRE_BUILD
+++ b/net/ferm/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
sed -i "s:man/:share/man/:" config.mk &&
-sed -i "s:sbin:usr/sbin:" src/import-ferm
+sed -i "s:sbin:usr/sbin:g" src/import-ferm
diff --git a/net/ferm/ferm-1.3.3.tar.gz.sig b/net/ferm/ferm-1.3.3.tar.gz.sig
deleted file mode 100644
index d4db672..0000000
Binary files a/net/ferm/ferm-1.3.3.tar.gz.sig and /dev/null differ
diff --git a/net/ferm/ferm-1.3.4.tar.gz.sig b/net/ferm/ferm-1.3.4.tar.gz.sig
new file mode 100644
index 0000000..1bd677b
Binary files /dev/null and b/net/ferm/ferm-1.3.4.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0bae5aac903e9dc6421067eddebafc46c03bac8c), Vlad Glagolev, 05/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page