Skip to Content.
Sympa Menu

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

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 grimoire by George Sherwood (cf89822f275e055d40c1ac91dd62cbc3b0eaaf95)
  • Date: Fri, 21 Nov 2008 09:26:55 -0600

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

devel/fxscintilla/HISTORY | 3 +++
devel/fxscintilla/PRE_SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

fxscintilla: One that I used as an example. Missing spaces.

diff --git a/devel/fxscintilla/HISTORY b/devel/fxscintilla/HISTORY
index c3a73a5..215f850 100644
--- a/devel/fxscintilla/HISTORY
+++ b/devel/fxscintilla/HISTORY
@@ -1,3 +1,6 @@
+2008-11-22 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_SUB_DEPENDS: Missing spaces in conditional
+
2006-11-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: fixed cvs url, added missing then (thanks to ruskie)

diff --git a/devel/fxscintilla/PRE_SUB_DEPENDS
b/devel/fxscintilla/PRE_SUB_DEPENDS
index 1229d56..42f849c 100755
--- a/devel/fxscintilla/PRE_SUB_DEPENDS
+++ b/devel/fxscintilla/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- FXSC_CVS) if [ $FXSCINTILLA_CVS=="y" ]; then return 0; fi ;;
+ FXSC_CVS) if [ $FXSCINTILLA_CVS == "y" ]; then return 0; fi ;;
*) return 1 ;;
esac



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (cf89822f275e055d40c1ac91dd62cbc3b0eaaf95), George Sherwood, 11/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page