[Slackbuilds-users] [PATCH] network/emacs-w3m: Update for Emacs 24.3 compatibility.
W. Greenhouse
wgreenhouse at riseup.net
Wed Mar 11 20:33:41 UTC 2015
Felix Pfeifer <pfeifer.felix at gmail.com> writes:
> Hi,
>
> i would like to drop maintanance of emacs-w3m
> because i don't use it since more than a year.
>
> Greetings,
> Felix
>
I would be happy to take it over, though I noticed a problem with my patch.
Amended and resubmitted in this message.
--8<---------------cut here---------------start------------->8---
>From e6c0dbd99786ff47e7acc74faaca59fd6ca4e9c3 Mon Sep 17 00:00:00 2001
From: "W. Greenhouse" <wgreenhouse at riseup.net>
Date: Wed, 11 Mar 2015 20:29:11 +0000
Subject: [PATCH] network/emacs-w3m: Update for Emacs 24.3 compatibility.
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(-)
diff --git a/network/emacs-w3m/emacs-w3m.SlackBuild b/network/emacs-w3m/emacs-w3m.SlackBuild
index 39e3117..cba2778 100644
--- 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
--8<---------------cut here---------------end--------------->8---
More information about the SlackBuilds-users
mailing list