diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-13 08:20:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-13 08:20:47 +0800 |
commit | 727399f57ee16b27dd416e3c9967802886ac2f53 (patch) | |
tree | f9a84fefe09df9ffdb027432dc6d377ca7f82e38 | |
parent | e920431183eeede88afeb0ac971a6f529b91a0b5 (diff) | |
download | freebsd-ports-gnome-727399f57ee16b27dd416e3c9967802886ac2f53.tar.gz freebsd-ports-gnome-727399f57ee16b27dd416e3c9967802886ac2f53.tar.zst freebsd-ports-gnome-727399f57ee16b27dd416e3c9967802886ac2f53.zip |
- Update to 0.15
PR: 141400
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
-rw-r--r-- | devel/tig/Makefile | 2 | ||||
-rw-r--r-- | devel/tig/distinfo | 6 | ||||
-rw-r--r-- | devel/tig/files/patch-configure | 21 |
3 files changed, 13 insertions, 16 deletions
diff --git a/devel/tig/Makefile b/devel/tig/Makefile index ab7f9106fca7..ccfce38312a1 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tig -PORTVERSION= 0.14.1 +PORTVERSION= 0.15 CATEGORIES= devel MASTER_SITES= http://jonas.nitro.dk/tig/releases/ diff --git a/devel/tig/distinfo b/devel/tig/distinfo index 32c5349426de..8dddcc675459 100644 --- a/devel/tig/distinfo +++ b/devel/tig/distinfo @@ -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 diff --git a/devel/tig/files/patch-configure b/devel/tig/files/patch-configure index 86e21b9b403e..a21ac029fdb6 100644 --- a/devel/tig/files/patch-configure +++ b/devel/tig/files/patch-configure @@ -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 |