- Update to 0.15

PR:		141400
Submitted by:	Denise H. G. <darcsis@gmail.com> (maintainer)
This commit is contained in:
Martin Wilke 2009-12-13 00:20:47 +00:00
parent d537c439f0
commit 00301f1c1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245658
3 changed files with 13 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tig
PORTVERSION= 0.14.1
PORTVERSION= 0.15
CATEGORIES= devel
MASTER_SITES= http://jonas.nitro.dk/tig/releases/

View File

@ -1,3 +1,3 @@
MD5 (tig-0.14.1.tar.gz) = e47bf48813c0cbe6be0f3b749e6de96c
SHA256 (tig-0.14.1.tar.gz) = 791c9db6474180cfc2a7c9f4a00bc6d6c5b9227b25e91d863d669bb16f8815a9
SIZE (tig-0.14.1.tar.gz) = 133734
MD5 (tig-0.15.tar.gz) = 8f373a99823f6db241b66642075657d3
SHA256 (tig-0.15.tar.gz) = 8d60b3747753b79b1c091939e6075264815a6f57a4e0ea4aea778fa18560d1f5
SIZE (tig-0.15.tar.gz) = 152276

View File

@ -1,9 +1,6 @@
$FreeBSD$
--- configure.orig
+++ configure
@@ -3656,7 +3656,7 @@
--- configure.orig 2009-12-12 21:32:37.031583584 +0800
+++ configure 2009-12-12 21:35:22.065764679 +0800
@@ -3275,7 +3275,7 @@
return 0;
}
_ACEOF
@ -12,14 +9,14 @@ $FreeBSD$
if test -z "$ac_lib"; then
ac_res="none required"
else
@@ -3722,10 +3722,6 @@
{ (exit 1); exit 1; }; }
@@ -3316,10 +3316,6 @@
as_fn_error "ncurses not found" "$LINENO" 5
esac
- { echo "$as_me:$LINENO: WARNING: The found ncurses library does not support wide-char." >&5
-echo "$as_me: WARNING: The found ncurses library does not support wide-char." >&2;}
- { echo "$as_me:$LINENO: WARNING: This means that tig will not correctly render UTF-8." >&5
-echo "$as_me: WARNING: This means that tig will not correctly render UTF-8." >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The found ncurses library does not support wide-char." >&5
-$as_echo "$as_me: WARNING: The found ncurses library does not support wide-char." >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This means that tig will not correctly render UTF-8." >&5
-$as_echo "$as_me: WARNING: This means that tig will not correctly render UTF-8." >&2;}
esac