summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-10-06 17:45:35 -0700
committerEric Sandall2010-10-06 17:45:35 -0700
commitf02f93921803b2490c234641f161f3af7be34984 (patch)
tree2b62c0df38ff86fdebcfb72802e2e31c9c0143fd
parent7b1415ebc5dfbbc4e672af78bf9a62cd78067b8e (diff)
ncurses: Re-install correct /usr/bin/clear (Bug #15785)
PATCHLEVEL++
-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 :)