[Lunar-commits] <moonbase> ncurses: version bumped to 5.7.
Florin Braescu
florin at lunar-linux.org
Mon Nov 3 12:41:21 CET 2008
commit 7912af3fd86a11c5cc7ca3b822d33b7d77b5d35e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Nov 3 13:41:21 2008 +0200
ncurses: version bumped to 5.7.
Two new library configurations (a library supporting tic and related
programs, and a completely new configuration providing some support
for threaded applications). Many bugfixes and portability improvements.
---
libs/ncurses/BUILD | 2 --
libs/ncurses/DETAILS | 13 +++++--------
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/libs/ncurses/BUILD b/libs/ncurses/BUILD
index 38169de..cae6a70 100644
--- a/libs/ncurses/BUILD
+++ b/libs/ncurses/BUILD
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
if [ $WITH_DEBUG == "y" ]; then
OPTS="$OPTS --with-debug"
else
diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index 25b45c1..ef8688f 100644
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -1,15 +1,12 @@
MODULE=ncurses
- VERSION=5.6
+ VERSION=5.7
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-coverity_fixes-1.patch.bz2
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d
- SOURCE2_VFY=sha1:c743e364b57bb9cc428c92c829182b3f54d93f29
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
ENTERED=20010922
- UPDATED=20070807
+ UPDATED=20071103
SHORT="Displays and updates text on text-only terminals"
PSAFE=no
More information about the Lunar-commits
mailing list