[Lunar-commits] <moonbase> tig: ver 0.17 - needed with ncurses 5.8

Paul Bredbury brebs at lunar-linux.org
Mon Mar 7 16:04:26 CET 2011


commit 6d946bbbe1c191306ebf8d40f7a67f3bebd43c6d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Mar 7 22:04:26 2011 +0700

    tig: ver 0.17 - needed with ncurses 5.8
    
    This version runs with nurses 5.8, without startup error:
    tig: Failed to create status window
    
    Fixed BUILD so that this version compiles.
---
 devel/tig/BUILD   |    7 ++-----
 devel/tig/DETAILS |    6 +++---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/devel/tig/BUILD b/devel/tig/BUILD
index 9fb0749..7655390 100644
--- a/devel/tig/BUILD
+++ b/devel/tig/BUILD
@@ -1,10 +1,7 @@
 (
 
-  autoreconf &&
-  ./configure &&
-  make prefix=/usr strip &&
-  prepare_install  &&
-  make prefix=/usr install &&
+  default_build &&
+
   cp -p tig.1 /usr/share/man/man1 &&
   cp -p tigrc.5 /usr/share/man/man5 &&
   gather_docs BUGS README.html SITES TODO tig.1.* tigrc.5.*
diff --git a/devel/tig/DETAILS b/devel/tig/DETAILS
index 38a1903..dd965c7 100644
--- a/devel/tig/DETAILS
+++ b/devel/tig/DETAILS
@@ -1,11 +1,11 @@
           MODULE=tig
-         VERSION=0.16.2
+         VERSION=0.17
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://jonas.nitro.dk/tig/releases/
-      SOURCE_VFY=sha1:777eba11a4f53a7dccb3641feda44d6effb6a02e
+      SOURCE_VFY=sha1:a48e9d08d96f8b49b65cf86602112c7c8e1a4804
         WEB_SITE=http://jonas.nitro.dk/tig/
          ENTERED=20070419
-         UPDATED=20101215
+         UPDATED=20110306
            SHORT="text mode interface for git"
 
 cat << EOF


More information about the Lunar-commits mailing list