Skip to Content.
Sympa Menu

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

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 (c0b37ddaa9013c8fd1a93ecfb5ea498c635670b4)
  • Date: Mon, 12 Sep 2011 16:17:38 -0500

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

database/mongodb/DEPENDS | 7 +++++++
database/mongodb/DETAILS | 4 ++--
database/mongodb/HISTORY | 14 +++++++++-----
devel/spidermonkey/DEPENDS | 2 ++
devel/spidermonkey/HISTORY | 3 +++
graphics-libs/poppler-data/DETAILS | 4 ++--
graphics-libs/poppler-data/HISTORY | 3 +++
7 files changed, 28 insertions(+), 9 deletions(-)

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

mongodb: => 1.8.3

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

poppler-data: => 0.4.5

commit 9ff1ad2dc5f94f84fe8f79273febba0f1ebb6f90
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mongodb: fixed indentation

commit 5243a2708c13d90f5ce46b4045be5ae2695fa14d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

spidermonkey: added required zip dep

diff --git a/database/mongodb/DEPENDS b/database/mongodb/DEPENDS
index 47cabb5..24d9947 100755
--- a/database/mongodb/DEPENDS
+++ b/database/mongodb/DEPENDS
@@ -1,5 +1,12 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends -sub CXX gcc &&
depends scons &&
depends readline &&
depends spidermonkey '--usesm' &&
+
+if spell_ok spidermonkey && is_version_less $(installed_version
spidermonkey) 1.8.5; then
+ force_depends spidermonkey
+fi &&
+
depends -sub "THREAD FILESYSTEM PROGRAM_OPTIONS" boost
diff --git a/database/mongodb/DETAILS b/database/mongodb/DETAILS
index c0772cb..cd4ba88 100755
--- a/database/mongodb/DETAILS
+++ b/database/mongodb/DETAILS
@@ -1,8 +1,8 @@
SPELL=mongodb
- VERSION=1.8.2
+ VERSION=1.8.3
SOURCE=$SPELL-src-r$VERSION.tar.gz
SOURCE_URL[0]=http://downloads.mongodb.org/src/$SOURCE
-
SOURCE_HASH=sha512:0a0baca37854e4ed351daa0a1b75e3ff2a3773c66deba211e47b4c3cc9ef793c053da42f4ccf7636bc20565259bdacef8e0d8b47f3bc034f94ed88fed58be03d
+
SOURCE_HASH=sha512:82c5844b4d38b8aeff33fc4e52a7ba3d8fa83ef10cf92114bd2101e13962f042f0e5fd63da052d1b9e952dc024deead73b179737e82d67fd97839b04b38ce43f
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 0c448a1..e625691 100644
--- a/database/mongodb/HISTORY
+++ b/database/mongodb/HISTORY
@@ -1,15 +1,19 @@
+2011-09-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.3
+ * DEPENDS: check spidermonkey version
+
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)

2011-07-02 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.2
- * PRE_BUILD: apply the patch
- * sm185.patch.bz2: added, to fix functionality with spidermonkey 1.8.5
- * scons.patch: pass warnings
+ * DETAILS: updated spell to 1.8.2
+ * PRE_BUILD: apply the patch
+ * sm185.patch.bz2: added, to fix functionality with spidermonkey 1.8.5
+ * scons.patch: pass warnings

2011-06-05 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.8.1
+ * DETAILS: updated spell to 1.8.1

2011-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.0
diff --git a/devel/spidermonkey/DEPENDS b/devel/spidermonkey/DEPENDS
index e210e76..f039f37 100755
--- a/devel/spidermonkey/DEPENDS
+++ b/devel/spidermonkey/DEPENDS
@@ -1,3 +1,5 @@
+depends zip &&
+
optional_depends nspr \
"--with-system-nspr" \
"--without-system-nspr" \
diff --git a/devel/spidermonkey/HISTORY b/devel/spidermonkey/HISTORY
index 3704d95..3754a21 100644
--- a/devel/spidermonkey/HISTORY
+++ b/devel/spidermonkey/HISTORY
@@ -1,3 +1,6 @@
+2011-09-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing required zip dependency
+
2011-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, BUILD, INSTALL: updated spell to 1.8.5
* DEPENDS: added, for missing dependencies
diff --git a/graphics-libs/poppler-data/DETAILS
b/graphics-libs/poppler-data/DETAILS
index ee562c8..a36cc13 100755
--- a/graphics-libs/poppler-data/DETAILS
+++ b/graphics-libs/poppler-data/DETAILS
@@ -1,6 +1,6 @@
SPELL=poppler-data
- VERSION=0.4.4
-
SOURCE_HASH=sha512:0d30c282522e174546af86e737ec1a5eeb85ea4126e4ee4981e0e4d7ccff835ec7a8edcda4a3ef7d9422580ea21d72da5e88bfb0f381e27f3f058f38a711519b
+ VERSION=0.4.5
+
SOURCE_HASH=sha512:0120f4261597be8aa11b687a4dedacb865e125bd1142093de3c213d82f36c5ed7fb29c830bf7b327c49c4544d91462e9daeaa59fd813c15d3c0bc3dcb42ce067
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://poppler.freedesktop.org/$SOURCE
diff --git a/graphics-libs/poppler-data/HISTORY
b/graphics-libs/poppler-data/HISTORY
index 185942c..baf7b26 100644
--- a/graphics-libs/poppler-data/HISTORY
+++ b/graphics-libs/poppler-data/HISTORY
@@ -1,3 +1,6 @@
+2011-09-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.5
+
2010-10-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.4




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c0b37ddaa9013c8fd1a93ecfb5ea498c635670b4), Vlad Glagolev, 09/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page