diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:20:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:20:47 +0000 |
commit | 00301f1c1afea2d9356472d770ba589453f2477a (patch) | |
tree | 5113b6e571f08379153242320edd6134887ce628 /devel/tig | |
parent | d537c439f07409f4be85e42e900db1ddb8ca2b29 (diff) | |
download | ports-00301f1c1afea2d9356472d770ba589453f2477a.tar.gz ports-00301f1c1afea2d9356472d770ba589453f2477a.zip |
Notes
Diffstat (limited to 'devel/tig')
-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 |