diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index b09e58a..dea3133 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,7 @@
+2009-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * INSTALL: renumber gphoto2.rules
+ remove unused variables
+
2009-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: new WEB_SITE
PATCHLEVEL++
diff --git a/graphics/libgphoto2/INSTALL b/graphics/libgphoto2/INSTALL
index c97cda6..da11534 100755
--- a/graphics/libgphoto2/INSTALL
+++ b/graphics/libgphoto2/INSTALL
@@ -15,8 +15,7 @@ fi &&
# Produce a udev rules file for all the cameras
if spell_ok udev; then
local TMP_DIR="/tmp"
- local MAP="$TMP/usbmap"
- local RULE="40-gphoto2.rules"
+ local RULE="85-gphoto2.rules"
local TMP_RULE="$TMP/$RULE"
local RULE_DIR="$INSTALL_ROOT/lib/udev/rules.d"
@@ -24,7 +23,7 @@ if spell_ok udev; then
# asssume udev > 136
$CAMERALIST udev-rules version 136 script $GP_RUN > $TMP_RULE &&
install -m 644 $TMP_RULE $RULE_DIR &&
- rm -f $TMP_RULE $MAP
+ rm -f $TMP_RULE
else
# Else we fallback on the old method using hotplug stuff
if spell_ok hotplug; then
diff --git a/libs/libedit/DETAILS b/libs/libedit/DETAILS
index eb67944..904315a 100755
--- a/libs/libedit/DETAILS
+++ b/libs/libedit/DETAILS
@@ -1,6 +1,6 @@
SPELL=libedit
- VERSION=20090722-3.0
-
SOURCE_HASH=sha512:55add15c839641dec1124a36b2308af47a95d14d3a71767060a818698c96e5e1f23d86fcabcfad6693e81cee0387cb3450e2740ed7de23a9867ad3c66140f5ac
+ VERSION=20090905-3.0
+
SOURCE_HASH=sha512:da106d92c294b9482758e09ab44885e2d07b450088072484be6901df51a9f807c7832363e65e9d025fd21d3cad4593cdb226fd59d3ab73c2bebf29f0f79865c2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.thrysoee.dk/editline/
diff --git a/libs/libedit/HISTORY b/libs/libedit/HISTORY
index 8d7f87d..1937748 100644
--- a/libs/libedit/HISTORY
+++ b/libs/libedit/HISTORY
@@ -1,3 +1,6 @@
+2009-09-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20090905-3.0
+
2009-07-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20090722-3.0