[SM-Commit] GIT changes to master grimoire by George Sherwood (6b037d7580658ab62c4ae4347a68d52a2075dd72)

George Sherwood scm at sourcemage.org
Sun Mar 29 16:35:29 EDT 2009


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

 chat-libs/ptlib/HISTORY         |    1 +
 chat-libs/ptlib/PRE_SUB_DEPENDS |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6b037d7580658ab62c4ae4347a68d52a2075dd72
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    ptlib: Added missing semi-colon in PRE_SUB_DEPENDS.  It was working
    but with errors.

diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index 7291432..6b3f637 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,6 +1,7 @@
 2009-03-29 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 2.6.1. Updated SOURCE_URL[0]
 	  Removed SOURCE_URL[1]
+	* PRE_SUB_DEPENDS: Added missing ;
 
 2009-03-16 Robin Cook <rcook at wyrms.net>
 	* PRE_SUB_DEPENDS: added
diff --git a/chat-libs/ptlib/PRE_SUB_DEPENDS b/chat-libs/ptlib/PRE_SUB_DEPENDS
index 3441c2e..77f1962 100755
--- a/chat-libs/ptlib/PRE_SUB_DEPENDS
+++ b/chat-libs/ptlib/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
 cast $THIS_SUB_DEPENDS in
-   SASL)  is_depends_enabled $SPELL cyrus-sasl  && return 0;
+   SASL)  is_depends_enabled $SPELL cyrus-sasl  && return 0;;
 esac
 return 1



More information about the SM-Commit mailing list