View | Details | Raw Unified | Return to bug 132626
Collapse All | Expand All

(-)tig/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tig
8
PORTNAME=	tig
9
PORTVERSION=	0.13
9
PORTVERSION=	0.14.1
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://jonas.nitro.dk/tig/releases/
11
MASTER_SITES=	http://jonas.nitro.dk/tig/releases/
12
12
(-)tig/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tig-0.13.tar.gz) = c6da8ff67fdb398b260307126013fd75
1
MD5 (tig-0.14.1.tar.gz) = e47bf48813c0cbe6be0f3b749e6de96c
2
SHA256 (tig-0.13.tar.gz) = 3d178b5f5805739e82667387ffed3cd29bb07b550750b06d2a57869f7a83c9c5
2
SHA256 (tig-0.14.1.tar.gz) = 791c9db6474180cfc2a7c9f4a00bc6d6c5b9227b25e91d863d669bb16f8815a9
3
SIZE (tig-0.13.tar.gz) = 125565
3
SIZE (tig-0.14.1.tar.gz) = 133734
(-)tig/files/patch-configure (+25 lines)
Line 0 Link Here
1
2
$FreeBSD$
3
4
--- configure.orig
5
+++ configure
6
@@ -3656,7 +3656,7 @@
7
   return 0;
8
 }
9
 _ACEOF
10
-for ac_lib in '' ncurses; do
11
+for ac_lib in '' ncursesw; do
12
   if test -z "$ac_lib"; then
13
     ac_res="none required"
14
   else
15
@@ -3722,10 +3722,6 @@
16
    { (exit 1); exit 1; }; }
17
 	esac
18
 
19
-	{ echo "$as_me:$LINENO: WARNING: The found ncurses library does not support wide-char." >&5
20
-echo "$as_me: WARNING: The found ncurses library does not support wide-char." >&2;}
21
-	{ echo "$as_me:$LINENO: WARNING: This means that tig will not correctly render UTF-8." >&5
22
-echo "$as_me: WARNING: This means that tig will not correctly render UTF-8." >&2;}
23
 esac
24
 
25

Return to bug 132626