[Lunar-commits] newt: Version bump to 0.52.7

Stefan Wold ratler at lunar-linux.org
Sun Dec 9 17:06:07 CET 2007


commit 209b0d77fac252e76f1e12dddb05f612f1178283
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Dec 9 17:06:07 2007 +0100

    newt: Version bump to 0.52.7
---
 libs/newt/BUILD   |   11 ++---------
 libs/newt/DEPENDS |    4 +---
 libs/newt/DETAILS |   21 +++++++++------------
 3 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/libs/newt/BUILD b/libs/newt/BUILD
index 3cb05d4..aa04b32 100644
--- a/libs/newt/BUILD
+++ b/libs/newt/BUILD
@@ -1,15 +1,8 @@
 (
-  
   unset CPP &&
-  
   patch_it $SOURCE2 1 &&
   patch_it $SOURCE3 1 &&
-  patch_it $SOURCE4 1 &&
-  #fix the hard-coded python2.4 to python2.5 for now, remove this hack later when newt is fixed.
-  sedit "s/python2.4/python2.5/g" Makefile.in &&
-
-  ./configure  --prefix=/usr             \
-               --mandir=/usr/share/man  && 
-  default_make
+  OPTS+=" --without-tcl" &&
+  default_build
   
 ) > $C_FIFO 2>&1
diff --git a/libs/newt/DEPENDS b/libs/newt/DEPENDS
index c122193..75e92fe 100644
--- a/libs/newt/DEPENDS
+++ b/libs/newt/DEPENDS
@@ -1,4 +1,2 @@
-depends  Python  &&
-depends  perl    &&
-depends  CPAN    &&
+depends  Python
 depends  slang
diff --git a/libs/newt/DETAILS b/libs/newt/DETAILS
index e81f8a0..3b40b3f 100644
--- a/libs/newt/DETAILS
+++ b/libs/newt/DETAILS
@@ -1,20 +1,17 @@
           MODULE=newt
-         VERSION=0.52.2
+         VERSION=0.52.7
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=newt-0.52.2-notcl.patch
-         SOURCE3=newt-0.52.2-scrollbars.patch
-         SOURCE4=newt-0.52.2-pgupdown-crash.patch
-      SOURCE_URL=http://repo.pardus-linux.nl/sources
+         SOURCE2=newt-0.52.7-snack.patch
+         SOURCE3=newt-0.52.7-whiptail.patch
+      SOURCE_URL=http://people.su.se/~swold/newt/
      SOURCE2_URL=$PATCH_URL
      SOURCE3_URL=$PATCH_URL
-     SOURCE4_URL=$PATCH_URL
-      SOURCE_VFY=sha1:a09e3d9b90eaa26c01fcd7a0975327f4d54578d7
-     SOURCE2_VFY=sha1:63ef849f5db117865808103de8da35230196c0aa
-     SOURCE3_VFY=sha1:4cd0b263b42383390d93908c6dad7c26f6a4588e
-     SOURCE4_VFY=sha1:475c68d081200e38b0007c47b5f8ddfee886bf9a
-        WEB_SITE=http://lunar-linux.org
+      SOURCE_VFY=sha1:eea3b6106f9833fa0799f199a05a714acf78af54
+     SOURCE2_VFY=sha1:b68b06ac4cda8efc48af937612d4100f4723d111
+     SOURCE3_VFY=sha1:b6209acc7fc92255dd7a24ab3c3338554149526d
+        WEB_SITE=http://lunar-linux.org/
          ENTERED=20020331
-         UPDATED=20060619
+         UPDATED=20071209
            SHORT="programming library for color text mode, widget-based user interfaces."
 
 cat << EOF


More information about the Lunar-commits mailing list