Skip to Content.
Sympa Menu

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

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 (fda16e9b187228aa5c94b2c03ba57bd1f471f3b9)
  • Date: Tue, 1 Jan 2013 14:01:16 -0600

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

chat-irc/ircd-ratbox/DETAILS | 6 +++---
chat-irc/ircd-ratbox/HISTORY | 4 ++++
chat-irc/ircd-ratbox/INSTALL | 2 ++
x11/slim/DETAILS | 4 ++--
x11/slim/HISTORY | 5 +++++
x11/slim/PRE_BUILD | 2 +-
6 files changed, 17 insertions(+), 6 deletions(-)

New commits:
commit 25a9e3050abef19144c07b5b38e6760e354fe929
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

slim: => 1.3.5

commit 6ddb765daebd241986bb90ee097f462d302c4ed0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ircd-ratbox: => 3.0.8 (stable)

diff --git a/chat-irc/ircd-ratbox/DETAILS b/chat-irc/ircd-ratbox/DETAILS
index 1ba885f..3dfcf7b 100755
--- a/chat-irc/ircd-ratbox/DETAILS
+++ b/chat-irc/ircd-ratbox/DETAILS
@@ -3,12 +3,12 @@ if [[ $IRCD_RATBOX_RELEASE == testing ]]; then
VERSION=3.0.6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.ratbox.org/download/testing/$SOURCE
- SOURCE_URL[1]=ftp://ftp.parodius.com/pub/$SPELL/testing/$SOURCE
+ SOURCE_URL[1]=http://mirrors.gigenet.com/ratbox/testing/$SOURCE
else
- VERSION=3.0.7
+ VERSION=3.0.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.ratbox.org/download/$SOURCE
- SOURCE_URL[1]=ftp://ftp.parodius.com/pub/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://mirrors.gigenet.com/ratbox/$SOURCE
fi
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=$SOURCE_URL.asc
diff --git a/chat-irc/ircd-ratbox/HISTORY b/chat-irc/ircd-ratbox/HISTORY
index ab16667..aa5ef8f 100644
--- a/chat-irc/ircd-ratbox/HISTORY
+++ b/chat-irc/ircd-ratbox/HISTORY
@@ -1,3 +1,7 @@
+2013-01-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.8 (stable); renewed mirror url
+ * INSTALL: fixed multijob install
+
2011-11-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.7 (stable)
* BUILD, CONFIGURE: removed deprecated options
diff --git a/chat-irc/ircd-ratbox/INSTALL b/chat-irc/ircd-ratbox/INSTALL
index 611453a..0292190 100755
--- a/chat-irc/ircd-ratbox/INSTALL
+++ b/chat-irc/ircd-ratbox/INSTALL
@@ -1,3 +1,5 @@
+make_single &&
default_install &&
+make_normal &&

install -d -o ratbox -g ratbox -vm 755 "$INSTALL_ROOT/var/run/ircd"
diff --git a/x11/slim/DETAILS b/x11/slim/DETAILS
index 50204dd..f70c33a 100755
--- a/x11/slim/DETAILS
+++ b/x11/slim/DETAILS
@@ -1,11 +1,11 @@
SPELL=slim
- VERSION=1.3.4
+ VERSION=1.3.5
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.berlios.de/slim/$SOURCE
SOURCE_URL[1]=http://slim.berlios.de/releases/$SOURCE
-
SOURCE_HASH=sha512:9b95eb5b5337974e2d842a462011809f6df8d6723b65e011677653cc25fb987a71760f06b671ccfa3a9db74d8d3cd107cbbb5122c04191ceded7b30f5ae71cd1
+
SOURCE_HASH=sha512:09757dc115488efd883eeced70ddb7d13afca0738e9cc531b2a66065e55eef52a3f67f5352365f7b9762b75132be4eb18bcbb12d47b3f79bb9ec0e0e2f62d85e
WEB_SITE=http://slim.berlios.de/
KEYWORDS="x11"
ENTERED=20050518
diff --git a/x11/slim/HISTORY b/x11/slim/HISTORY
index 06463f9..ad2a38e 100644
--- a/x11/slim/HISTORY
+++ b/x11/slim/HISTORY
@@ -1,3 +1,8 @@
+2013-01-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.5
+ * PRE_BUILD: dropped version patching, fixed by upstream; fixed
systemd
+ service path
+
2012-07-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.4

diff --git a/x11/slim/PRE_BUILD b/x11/slim/PRE_BUILD
index f03dec0..9354bb4 100755
--- a/x11/slim/PRE_BUILD
+++ b/x11/slim/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-sed -i "s:PATCH \"2\":PATCH \"3\":" CMakeLists.txt &&
+sedit "s:usr/lib/systemd:$INSTALL_ROOT/lib/systemd:" CMakeLists.txt &&

patch -p0 < "$SPELL_DIRECTORY/gcc43.patch"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fda16e9b187228aa5c94b2c03ba57bd1f471f3b9), Vlad Glagolev, 01/01/2013

Archive powered by MHonArc 2.6.24.

Top of Page