Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (48b8abb545700f012f37933b7b7976b8faba2c90)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (48b8abb545700f012f37933b7b7976b8faba2c90)
  • Date: Thu, 3 Mar 2011 16:30:26 -0600

GIT changes to stable-0.53 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

http/seamonkey/DETAILS | 6 +++---
http/seamonkey/HISTORY | 6 ++++++
http/seamonkey/seamonkey | 3 ++-
3 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 48b8abb545700f012f37933b7b7976b8faba2c90
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: George Sherwood <gsherwood AT sourcemage.org>

seamonkey 2.0.12, SECURITY_PATCH=30
(cherry picked from commit 3cf3977a7f2b4f1274903f4e3e49fcb557223dcc)

commit 2d22d1e115a4970c2a3e4442d94c40be2f24a0f8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

seamonkey: correctly handle multiple arguments
(cherry picked from commit 93c4a4a55e89b4ea3ee180ac46fe8c0ab48ca1ce)

diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index ff40edd..9df39ec 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,12 +1,12 @@
SPELL=seamonkey
- VERSION=2.0.11
+ VERSION=2.0.12
SOURCE=$SPELL-$VERSION.source.tar.bz2
-
SOURCE_HASH=sha512:408956e17cb14bf851a7a5811f107a683ad3db45aef172a9eabcc1928bf0682a1096c95a08c5ebd577772f73f25ee54b4ffa0694af619ebe17d87808cf34806d
+
SOURCE_HASH=sha512:8677ae911a02483fb7dfc541eab716d056d997b2cb59b904ecefee8deb06abf8b3b7ab9dbba15ebefcf684a11a8bca70d37cdadb033cbb337896f5ce3aa09d48
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URI=seamonkey/releases/$VERSION/source/$SOURCE
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
WEB_SITE=http://www.seamonkey-project.org/
- SECURITY_PATCH=29
+ SECURITY_PATCH=30
ENTERED=20010922
LICENSE[0]=MPL
DOCS="LICENSE README.txt"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 46704fa..8fa84bc 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,9 @@
+2011-03-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.12, SECURITY_PATCH=30
+
+2011-02-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * seamonkey: correctly handle multiple arguments (-new-tab, etc.)
+
2011-01-02 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dependencies
* blfs-mozconfig: don't force system nss cause it's checked in DEPENDS
diff --git a/http/seamonkey/seamonkey b/http/seamonkey/seamonkey
old mode 100644
new mode 100755
index 8ede4b8..54f7cca
--- a/http/seamonkey/seamonkey
+++ b/http/seamonkey/seamonkey
@@ -2,6 +2,7 @@
#
# Created by Eric Sandall 2004-12-09
# Modified for Seamonkey by Arwed v. Merkatz 2005-12-21
+# and Vlad Glagolev 2011-02-25
#
# This script is here to set the correct LD_LIBRARY_PATH for seamonkey 1.0+
# based on the information from this thread:
@@ -11,7 +12,7 @@ export MOZILLA_FIVE_HOME=/usr/lib/seamonkey
export LD_LIBRARY_PATH=/usr/lib/seamonkey
remote=""
if /usr/lib/seamonkey/seamonkey-bin -remote "ping()" > /dev/null 2>&1 ; then
- if [ -z "$@" ] ; then
+ if [ $# -eq 0 ] ; then
remote='-remote xfeDoCommand(openBrowser)'
fi
fi



  • [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (48b8abb545700f012f37933b7b7976b8faba2c90), George Sherwood, 03/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page