New commits:
commit 14b13f11a597c7d31c2cf8bae44f89be2a1747bf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
castfs: recast statically-linked version on fuse update
diff --git a/smgl/castfs/DETAILS b/smgl/castfs/DETAILS
index 642fe46..57caacd 100755
--- a/smgl/castfs/DETAILS
+++ b/smgl/castfs/DETAILS
@@ -27,7 +27,7 @@ fi
LICENSE[0]=GPL
KEYWORDS="filesystems smgl"
SHORT="Fuse filesystem used for staging packages."
- PATCHLEVEL=2
+ PATCHLEVEL=3
cat << EOF
castfs is a fuse filesystem written in C and is used for capturing
filesystem
calls for your root filesystem and staging any modifications or additions to
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index 74d074d..694759f 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,7 @@
+2012-05-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: register new triggers (PATCHLEVEL+=1)
+ * TRIGGERS: added, to recast statically-linked version on fuse update
+
2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: fixed static linking against >=2.9.0 fuse; added missing `&&'
diff --git a/smgl/castfs/TRIGGERS b/smgl/castfs/TRIGGERS
new file mode 100755
index 0000000..1324f64
--- /dev/null
+++ b/smgl/castfs/TRIGGERS
@@ -0,0 +1,3 @@
+if [[ $STATIC_FUSE == y ]]; then
+ on_cast fuse cast_self
+fi
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (14b13f11a597c7d31c2cf8bae44f89be2a1747bf),
Vlad Glagolev, 05/15/2012