summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Marco Bonetti2011-09-06 03:41:33 +0200
committer Robby Workman2011-09-06 06:03:05 +0200
commit4887ea592ac9379776f3a121f7319ccbf4f6de5d (patch)
tree70f43196adf80f38429396134fd2660872ce8065
parent3343f8dd50030e39d192f009d9da5cd2847e50f8 (diff)
downloadslackbuilds-4887ea592ac9379776f3a121f7319ccbf4f6de5d.tar.gz
libraries/newt: Updated for version 0.52.13.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--libraries/newt/newt.SlackBuild5
-rw-r--r--libraries/newt/newt.info8
-rw-r--r--libraries/newt/tcl85.diff10
3 files changed, 5 insertions, 18 deletions
diff --git a/libraries/newt/newt.SlackBuild b/libraries/newt/newt.SlackBuild
index 8260d81d75..62168d62a5 100644
--- a/libraries/newt/newt.SlackBuild
+++ b/libraries/newt/newt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=newt
-VERSION=${VERSION:-0.52.11}
+VERSION=${VERSION:-0.52.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,9 +65,6 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
-# Use TCL 8.5
-patch -p1 < $CWD/tcl85.diff
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/libraries/newt/newt.info b/libraries/newt/newt.info
index e7a11da408..1ab726d99f 100644
--- a/libraries/newt/newt.info
+++ b/libraries/newt/newt.info
@@ -1,10 +1,10 @@
PRGNAM="newt"
-VERSION="0.52.11"
+VERSION="0.52.13"
HOMEPAGE="https://fedorahosted.org/newt/"
-DOWNLOAD="https://fedorahosted.org/releases/n/e/newt/newt-0.52.11.tar.gz"
-MD5SUM="4b9a0685ecd180c42d2c4a5806e3fc52"
+DOWNLOAD="https://fedorahosted.org/releases/n/e/newt/newt-0.52.13.tar.gz"
+MD5SUM="77de05b3f58540152a4ae32a1a64e5d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"
diff --git a/libraries/newt/tcl85.diff b/libraries/newt/tcl85.diff
deleted file mode 100644
index 958c4d1b0b..0000000000
--- a/libraries/newt/tcl85.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -Naur newt-0.52.11.orig/Makefile.in newt-0.52.11/Makefile.in
---- newt-0.52.11.orig/Makefile.in 2009-09-24 17:03:09.000000000 +0200
-+++ newt-0.52.11/Makefile.in 2010-07-20 10:19:28.246709110 +0200
-@@ -1,5 +1,5 @@
- LIBS = -lslang
--LIBTCL = -ltcl8.4
-+LIBTCL = -ltcl8.5
-
- CC = @CC@
- CPP = @CPP@