Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0fa40bade57ec196fcf2c3611fdbe87834e2fcd6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0fa40bade57ec196fcf2c3611fdbe87834e2fcd6)
  • Date: Tue, 24 Mar 2015 14:08:31 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

mail/thunderbird/DETAILS | 2 +-
mail/thunderbird/HISTORY | 1 +
x11-libs/cairo/DEPENDS | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 0fa40bade57ec196fcf2c3611fdbe87834e2fcd6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

thunderbird: bump to 31.5.0

commit c03cadbb020e9f4daa6cf0542071d42045483017
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

cairo: fix list_add usage (what a shame)

diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 0e20ec9..654fab4 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=31.2.0
+ VERSION=31.5.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="mozilla.gpg:${SOURCE2}:UPSTREAM_HASH"
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index b99475d..6891197 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,4 +1,5 @@
2015-03-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 31.5.0
* DEPENDS: depend on nss 3.17.x, like firefox

2014-10-15 Thomas Orgis <sobukus AT sourcemage.org>
diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index 79ddc63..5edad05 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -52,7 +52,7 @@ if is_depends_enabled $SPELL libx11; then
# "--disable-xlib-xcb"
message "${MESSAGE_COLOR}WARNING: Disabling xlib-xcb, which is unstable
(crashes firefox).$DEFAULT_COLOR" &&
# Still need to disable it in case CAIRO_OPTS has it still in it.
- list_add "$CAIRO_OPTS" "--disable-xlib-xcb"
+ list_add CAIRO_OPTS "--disable-xlib-xcb"

fi &&




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0fa40bade57ec196fcf2c3611fdbe87834e2fcd6), Thomas Orgis, 03/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page