diff options
author | dhn <dhn@FreeBSD.org> | 2011-03-23 04:31:05 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-03-23 04:31:05 +0800 |
commit | 245f38562f233d554225fb307d5f7f01c715ff1b (patch) | |
tree | b562757ab43dbf6df2abb8ac200d2d9cd9947d91 | |
parent | 14c0922b563ca27bc60a453c0ac3a895f2670542 (diff) | |
download | freebsd-ports-graphics-245f38562f233d554225fb307d5f7f01c715ff1b.tar.gz freebsd-ports-graphics-245f38562f233d554225fb307d5f7f01c715ff1b.tar.zst freebsd-ports-graphics-245f38562f233d554225fb307d5f7f01c715ff1b.zip |
- Update to 0.17
PR: ports/155373
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Approved by: maintainer
-rw-r--r-- | devel/tig/Makefile | 12 | ||||
-rw-r--r-- | devel/tig/distinfo | 5 | ||||
-rw-r--r-- | devel/tig/files/patch-configure | 22 |
3 files changed, 3 insertions, 36 deletions
diff --git a/devel/tig/Makefile b/devel/tig/Makefile index e51d1541fac..9bb5247afc8 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tig -PORTVERSION= 0.16.2 +PORTVERSION= 0.17 CATEGORIES= devel MASTER_SITES= http://jonas.nitro.dk/tig/releases/ @@ -35,14 +35,4 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 602107 -LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/ncurses" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's/<curses.h>/<ncurses.h>/' ${WRKSRC}/tig.c - -.endif - .include <bsd.port.post.mk> diff --git a/devel/tig/distinfo b/devel/tig/distinfo index 1c1e1f271db..d78573db576 100644 --- a/devel/tig/distinfo +++ b/devel/tig/distinfo @@ -1,3 +1,2 @@ -MD5 (tig-0.16.2.tar.gz) = d72b5d3437dbc538ea6f66c74988d75e -SHA256 (tig-0.16.2.tar.gz) = 7d3290641dcb1579491a0c9b379a5b6897076aaa845826fb3702510f07406ea2 -SIZE (tig-0.16.2.tar.gz) = 162809 +SHA256 (tig-0.17.tar.gz) = 44d9c9d4dec68911e0f40275218206039f843bc39af77718777e7008e96894fb +SIZE (tig-0.17.tar.gz) = 168918 diff --git a/devel/tig/files/patch-configure b/devel/tig/files/patch-configure deleted file mode 100644 index a21ac029fdb..00000000000 --- a/devel/tig/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- 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 --for ac_lib in '' ncurses; do -+for ac_lib in '' ncursesw; do - if test -z "$ac_lib"; then - ac_res="none required" - else -@@ -3316,10 +3316,6 @@ - as_fn_error "ncurses not found" "$LINENO" 5 - esac - -- { $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 - - |