summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-10-06 17:45:35 -0700
committerGeorge Sherwood2010-10-09 09:44:34 -0500
commitb31dbc37e744d01f0a8a7778fb2b6688939756d7 (patch)
tree070dbfd249c2dfa675c57846f172b6c4aa63ec63
parent5e556a77ce67f323cefac985a76ae3d5618b9568 (diff)
ncurses: Re-install correct /usr/bin/clear (Bug #15785)
PATCHLEVEL++ (cherry picked from commit f02f93921803b2490c234641f161f3af7be34984)
-rwxr-xr-xlibs/ncurses/DETAILS1
-rw-r--r--libs/ncurses/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index b50b1066aa..e51060717d 100755
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=dickey.gpg:$SOURCE.sig
+ PATCHLEVEL=1
WEB_SITE=http://www.gnu.org/software/ncurses/
ENTERED=20010922
LICENSE[0]=MIT
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index c09e8d03a6..fbb5aa2942 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2010-10-06 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++ (Bug #15785)
+
2010-09-12 Eric Sandall <sandalle@sourcemage.org>
* SUB_DEPENDS: Remove incorrect check on UL_VERSION from util-linux
Thanks Ladislav :)