[Slackbuilds-users] [PATCH] network/emacs-w3m: Update for Emacs 24.3 compatibility.

W. Greenhouse wgreenhouse at riseup.net
Wed Mar 11 15:39:05 UTC 2015


This resolves a process filter bug
<http://article.gmane.org/gmane.emacs.w3m/8921>
which prevents the use of emacs-w3m in Emacs 24.3.
---
 network/emacs-w3m/emacs-w3m.SlackBuild | 6 +++---
 network/emacs-w3m/emacs-w3m.info       | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 network/emacs-w3m/emacs-w3m.SlackBuild

diff --git a/network/emacs-w3m/emacs-w3m.SlackBuild b/network/emacs-w3m/emacs-w3m.SlackBuild
old mode 100644
new mode 100755
index 39e3117..cba2778
--- a/network/emacs-w3m/emacs-w3m.SlackBuild
+++ b/network/emacs-w3m/emacs-w3m.SlackBuild
@@ -5,7 +5,7 @@
 # Written by Felix Pfeifer (pfeifer[dot]felix[at]googlemail[dot]com
 
 PRGNAM=emacs-w3m
-VERSION=${VERSION:-cvs_1.4.400_0.20100725}
+VERSION=${VERSION:-cvs_1.4.538+0.20141022}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 
@@ -42,8 +42,8 @@ rm -rf $PKG
 mkdir -p $TMP $PKG $OUTPUT
 cd $TMP
 rm -rf $PRGNAM
-tar xvf $CWD/w3m-el-snapshot_1.4.400+0.20100725.orig.tar.gz
-cd $PRGNAM
+tar xvf $CWD/w3m-el-snapshot_1.4.538+0.20141022.orig.tar.gz
+cd w3m-el-snapshot-1.4.538+0.20141022.orig
 chown -R root:root .
 find -L . \
  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/network/emacs-w3m/emacs-w3m.info b/network/emacs-w3m/emacs-w3m.info
index 23ba92b..84f2189 100644
--- a/network/emacs-w3m/emacs-w3m.info
+++ b/network/emacs-w3m/emacs-w3m.info
@@ -1,8 +1,8 @@
 PRGNAM="emacs-w3m"
-VERSION="cvs_1.4.400_0.20100725"
+VERSION="cvs_1.4.538+0.20141022"
 HOMEPAGE="http://emacs-w3m.namazu.org/"
-DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/w/w3m-el-snapshot/w3m-el-snapshot_1.4.400+0.20100725.orig.tar.gz"
-MD5SUM="0c5da2a83ea6502bcf7b589b8c4daed8"
+DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/w/w3m-el-snapshot/w3m-el-snapshot_1.4.538+0.20141022.orig.tar.gz"
+MD5SUM="6218392ef538cfbbe8f4e94a3754a86d"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="w3m"
-- 
1.8.4



More information about the SlackBuilds-users mailing list