New commits:
commit 1122da7dad818e9efb65a550ec941d1735bd3c16
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
ftp/wget: don't trigger recast unless the respective dependencies are
enabled
diff --git a/ftp/wget/DETAILS b/ftp/wget/DETAILS
index 7bf1386..150de6d 100755
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,5 +1,6 @@
SPELL=wget
VERSION=1.11.4
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_GPG=wget.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 79359d4..ca41b27 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2008-09-15 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * TRIGGERS: don't trigger recast unless depends are enabled
+
2008-08-21 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* SUB_DEPENDS, PRE_SUB_DEPENDS: renamed the sub_depend target
from openssl to SSL
diff --git a/ftp/wget/TRIGGERS b/ftp/wget/TRIGGERS
index fffe781..9e5fcb6 100755
--- a/ftp/wget/TRIGGERS
+++ b/ftp/wget/TRIGGERS
@@ -1,2 +1,7 @@
-on_cast openssl cast_self &&
-on_cast gettext cast_self
+if is_depends_enabled $SPELL openssl; then
+ on_cast openssl cast_self
+fi &&
+
+if is_depends_enabled $SPELL gettext; then
+ on_cast gettext cast_self
+fi
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (1122da7dad818e9efb65a550ec941d1735bd3c16),
Elisamuel Resto, 09/15/2008