Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (74c951dd09e8ac51f8a886909fd74922f11b006b)

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 devel-xorg-modular grimoire by Vlad Glagolev (74c951dd09e8ac51f8a886909fd74922f11b006b)
  • Date: Thu, 15 Dec 2011 07:06:43 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

chat-im/pidgin/DEPENDS | 7 +------
chat-im/pidgin/HISTORY | 3 +++
database/firebird25/DEPENDS | 1 +
database/firebird25/HISTORY | 3 +++
database/mongodb/DETAILS | 4 ++--
database/mongodb/HISTORY | 3 +++
ruby-raa/rubyripper/DETAILS | 4 ++--
ruby-raa/rubyripper/HISTORY | 3 +++
shell-term-fm/mc/DETAILS | 4 ++--
shell-term-fm/mc/HISTORY | 3 +++
10 files changed, 23 insertions(+), 12 deletions(-)

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

rubyripper: => 0.6.2

commit 0e1bf8aa802469600ed6a70b26b42dabbc05eff7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mongodb: => 2.0.2

commit 71d2f1a7101d92eb1fb997266d1c7b358760dbf5
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

mc 4.7.5.6

commit d182a31b54947c9a4eabb70a6a3e9d4e37c5cc69
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird25 - optional depends libatomic_ops

commit 58c803a97363065279f85b0d960f88bb94f7df59
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

chat-im/pidgin: non-optional depends on intltool

CVS support was removed from the spell quite some time ago in DETAILS,
but hadn't been removed from DEPENDS. I removed the CVS if block.

Meanwhile, current pidgin depends on intltool, which was lacking as a
dependency (it was previously inside the CVS if block). Adding intltool
as a regular dependency enables the spell to build correctly.

diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 9f23f47..7f60e21 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -1,11 +1,6 @@
depends libxml2 &&
depends xml-parser-expat &&
-
-if [ "$PIDGIN_CVS" == "y" ]
-then
- depends subversion &&
- depends intltool
-fi &&
+depends intltool &&

optional_depends silc-toolkit \
"" \
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 28c0abc..4cb4764 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2011-12-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: remove CVS if block, add intltool
+
2011-12-10 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 2.10.1,
SECURITY_PATCH=12, CVE-2011-3594 & CVE-2011-4601
diff --git a/database/firebird25/DEPENDS b/database/firebird25/DEPENDS
index 22f5fb9..c083810 100755
--- a/database/firebird25/DEPENDS
+++ b/database/firebird25/DEPENDS
@@ -5,6 +5,7 @@ depends libmcrypt &&
depends ncurses &&
depends btyacc &&
depends icu '--with-system-icu' &&
+optional_depends libatomic_ops '' '' 'atomic memory update operations' &&
optional_depends libedit "-with-system-editline" \
"--without-editline" \
"for fancy line editing"
diff --git a/database/firebird25/HISTORY b/database/firebird25/HISTORY
index 1d9eae6..58e1544 100644
--- a/database/firebird25/HISTORY
+++ b/database/firebird25/HISTORY
@@ -1,3 +1,6 @@
+2011-12-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional libatomic_ops
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/database/mongodb/DETAILS b/database/mongodb/DETAILS
index 85dcc85..f3b59b0 100755
--- a/database/mongodb/DETAILS
+++ b/database/mongodb/DETAILS
@@ -1,8 +1,8 @@
SPELL=mongodb
- VERSION=2.0.1
+ VERSION=2.0.2
SOURCE=$SPELL-src-r$VERSION.tar.gz
SOURCE_URL[0]=http://downloads.mongodb.org/src/$SOURCE
-
SOURCE_HASH=sha512:a95f28646ce502247d69c79e6f00411f7b3ec130d298794a0f8695e7fb4c91f522e5b61e0fd1fe796baaa44572dd925f1547b8922210ca32c9e594788e746ce6
+
SOURCE_HASH=sha512:493fd5d1cb89a92ca850cfc4d07e93b96154da3b994964c810abc276bcf9910fee0c87cef8e7263509e4fb881d7522c39c0bafc27cbf4428271d6452e1a255f7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-src-r$VERSION"
LICENSE[0]=AGPL
LICENSE[1]=APACHE
diff --git a/database/mongodb/HISTORY b/database/mongodb/HISTORY
index 75faa92..acaf942 100644
--- a/database/mongodb/HISTORY
+++ b/database/mongodb/HISTORY
@@ -1,3 +1,6 @@
+2011-12-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.2
+
2011-11-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.1
* PRE_BUILD: removed dirty hacks
diff --git a/ruby-raa/rubyripper/DETAILS b/ruby-raa/rubyripper/DETAILS
index 31202bc..08803f8 100755
--- a/ruby-raa/rubyripper/DETAILS
+++ b/ruby-raa/rubyripper/DETAILS
@@ -1,8 +1,8 @@
SPELL=rubyripper
- VERSION=0.6.1
+ VERSION=0.6.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://rubyripper.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:ed6e7458eb934e4a77f5a927c7eae51d26be22eec9ccdba8b343aba78f78f1354ea0b44e1e8d811b42704999896a0d3265eff030c8d8bb75bed1c4bee9de5fb5
+
SOURCE_HASH=sha512:266727519ccd8d35b46a7070a8b56718bc3cc15bf7a91299ae25b51fae9cc4fbc06a7c518123a93c5e61c24791b113654d5189f9e2f829cc0e48481ea3d658b4
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://code.google.com/p/rubyripper/
LICENSE[0]=GPL
diff --git a/ruby-raa/rubyripper/HISTORY b/ruby-raa/rubyripper/HISTORY
index ff84140..5509453 100644
--- a/ruby-raa/rubyripper/HISTORY
+++ b/ruby-raa/rubyripper/HISTORY
@@ -1,3 +1,6 @@
+2011-12-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.2
+
2011-10-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.1
* DEPENDS: switched to provider of ruby
diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index 64675f9..191f1cb 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -1,12 +1,12 @@
SPELL=mc
- VERSION=4.7.5.5
+ VERSION=4.7.5.6
PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://www.midnight-commander.org/downloads/$SOURCE
WEB_SITE=http://www.midnight-commander.org/
ENTERED=20010922
-
SOURCE_HASH=sha512:8f07e4641a89418e6b8c83b9cb5d6efe05b1f6338d2d5f8110e73e5f365def8e7514adb39a7f866578168dbf8b7a349ca04635641d68b4c0641fc1481402c54a
+
SOURCE_HASH=sha512:405b4ee3ed060a806eaa1c0548d39d8022a94389e481e457914b3377495bb35c480e630c30df81612fc292968a0e5faf9476161006421ed3b3c524318ec60467
SOURCE_HINTS=no-check-certificate
LICENSE[0]=GPL
KEYWORDS="console"
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index c99071e..d313527 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2011-12-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.7.5.6
+
2011-09-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.7.5.5
* PRE_BUILD, ctrl-x.patch: removed, fixed upstream



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (74c951dd09e8ac51f8a886909fd74922f11b006b), Vlad Glagolev, 12/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page