Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by George Sherwood (88b5698f5c46e8080b9a59d596dae7710bf71ed5)

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 master binary grimoire by George Sherwood (88b5698f5c46e8080b9a59d596dae7710bf71ed5)
  • Date: Wed, 17 Dec 2008 07:54:17 -0600

GIT changes to master binary grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

bin-http/seamonkey-bin/DEPENDS | 4 +++-
bin-http/seamonkey-bin/DETAILS | 10 +++++-----
bin-http/seamonkey-bin/HISTORY | 5 +++++
3 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit 88b5698f5c46e8080b9a59d596dae7710bf71ed5
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

seamonkey-bin: Updated stable to version 1.1.4 and devel to 2.0a2.
SECURITY_PATCH++ Devel no longer requires gcc33.

diff --git a/bin-http/seamonkey-bin/DEPENDS b/bin-http/seamonkey-bin/DEPENDS
index a4f6769..abfd9e3 100755
--- a/bin-http/seamonkey-bin/DEPENDS
+++ b/bin-http/seamonkey-bin/DEPENDS
@@ -1,4 +1,6 @@
-depends gcc33 &&
+if [[ "$SEAMONKBIN_DEVEL" == "n" ]]; then
+ depends gcc33
+fi &&
depends zlib &&
depends jpeg &&
depends libpng &&
diff --git a/bin-http/seamonkey-bin/DETAILS b/bin-http/seamonkey-bin/DETAILS
index cdece9a..d78802b 100755
--- a/bin-http/seamonkey-bin/DETAILS
+++ b/bin-http/seamonkey-bin/DETAILS
@@ -1,19 +1,19 @@
SPELL=seamonkey-bin
if [ "$SEAMONKBIN_DEVEL" == "y" ]; then
- VERSION=2.0a1
+ VERSION=2.0a2
SOURCE=seamonkey-${VERSION}.en-US.linux-i686.tar.bz2
-
SOURCE_HASH=sha512:6a87b0a4db094c9633f022ac4422ed9ddd0460687f54b1c9b6f97906417de4418674345f3008936e35c96440576528d12ecbc4969646c1f738bf80526fe9a2fa
+
SOURCE_HASH=sha512:c392514c60511c6468468bb89ac52f4c52dfa18db4653d247b7c27abe74b99a7fc9751dcde2b0fd63476a99fcc1530d828b9d5daa3aa12071579796756498ce7

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/${SOURCE}
else
- VERSION=1.1.12
+ VERSION=1.1.14
SOURCE=seamonkey-${VERSION}.en-US.linux-i686.tar.gz
-
SOURCE_HASH=sha512:02b2acef6f5380bad774aaefde2babb9b4d020f19bdf4af7a3296f94c4aa89afb3f96bccf6d4eee675b6415cba2b5fdbd8b16905919950aad668a601cff2f980
+
SOURCE_HASH=sha512:9422c56e31cc402dbe9bc92188ace79827d19208e446372c9623dc63976f7cde273d3951c082bb33dc2d3ac82ae7a872d71be9615679e392d98977031f7e6704

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/${SOURCE}
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/seamonkey
WEB_SITE=http://www.mozilla.org/seamonkey
ENTERED=20070722
- SECURITY_PATCH=6
+ SECURITY_PATCH=7
LICENSE[0]=MOZILLA
SHORT="The binary version of seamonkey."
cat << EOF
diff --git a/bin-http/seamonkey-bin/HISTORY b/bin-http/seamonkey-bin/HISTORY
index d53031b..b25465e 100644
--- a/bin-http/seamonkey-bin/HISTORY
+++ b/bin-http/seamonkey-bin/HISTORY
@@ -1,3 +1,8 @@
+2008-12-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.14 and devel to 2.0a2.
+ SECURITY_PATCH++
+ * DEPENDS: devel version doesn't need gcc33
+
2008-10-23 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Added devel version
* PREPARE: Added file to query for devel version



  • [SM-Commit] GIT changes to master binary grimoire by George Sherwood (88b5698f5c46e8080b9a59d596dae7710bf71ed5), George Sherwood, 12/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page