libraries/newt: Updated for version 0.52.13.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Marco Bonetti 2011-09-05 21:41:33 -04:00 committed by Robby Workman
parent 3343f8dd50
commit 4887ea592a
3 changed files with 5 additions and 18 deletions

View file

@ -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 \) \

View file

@ -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"

View file

@ -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@