Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (81e6a6623ed1327001e26be5c9c679e88d58fef4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (81e6a6623ed1327001e26be5c9c679e88d58fef4)
  • Date: Mon, 28 May 2007 06:27:57 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

devel/git/DEPENDS | 10 ++++++++--
devel/git/HISTORY | 5 ++++-
2 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 2c28ec6f514da415906d344a6641639b00f96ce7
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/git:

DEPENDS: depends on perl-error only if perl was enabled as optional
dependency

diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index d342a66..db8ffd0 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -1,5 +1,4 @@
depends autoconf &&
-depends perl-error &&

if [[ $GIT_SHA_OPT == openssl ]] ; then
depends openssl
@@ -45,4 +44,11 @@ optional_depends dbd-sqlite
\
optional_depends tk \
'--with-tcltk' \
'' \
- 'For interactive GUI and graphical history browser'
+ 'For interactive GUI and graphical history browser' &&
+
+source $GRIMOIRE/is_depends_enabled.function &&
+
+if is_depends_enabled $SPELL perl
+then
+ depends perl-error
+fi
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 28b254e..138dbbf 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,7 @@
+2007-05-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: depends on perl-error only if perl was enabled as optional
+ dependency
+
2007-05-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added missing dependency on perl-error
* DETAILS: added PATCHLEVEL
@@ -305,4 +309,3 @@

2005-05-06 David Brown <dmlb2000 AT excite.com>
* ALL: created spell
-



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (81e6a6623ed1327001e26be5c9c679e88d58fef4), Pol Vinogradov, 05/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page