FreeBSD Bugzilla – Attachment 177215 Details for
Bug 214695
devel/tig: Update to 2.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 423383 revision)
tig.diff (text/plain), 2.21 KB, created by
lightside
on 2016-11-20 21:39:59 UTC
(
hide
)
Description:
Proposed patch (since 423383 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2016-11-20 21:39:59 UTC
Size:
2.21 KB
patch
obsolete
>--- tig.orig/Makefile 2016-10-05 19:57:02 UTC >+++ tig/Makefile >@@ -2,9 +2,9 @@ > # $FreeBSD: head/devel/tig/Makefile 423383 2016-10-05 19:57:02Z amdmi3 $ > > PORTNAME= tig >-PORTVERSION= 2.2 >+PORTVERSION= 2.2.1 > CATEGORIES= devel >-MASTER_SITES= http://jonas.nitro.dk/tig/releases/ >+MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ > > MAINTAINER= darcsis@gmail.com > COMMENT= Text-mode interface for git >--- tig.orig/distinfo 2016-10-05 19:57:02 UTC >+++ tig/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1470883142 >-SHA256 (tig-2.2.tar.gz) = 8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c >-SIZE (tig-2.2.tar.gz) = 1030062 >+TIMESTAMP = 1479353524 >+SHA256 (tig-2.2.1.tar.gz) = 0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 >+SIZE (tig-2.2.1.tar.gz) = 1028479 >--- tig.orig/files/patch-tools_ax__lib__readline.m4 2016-10-05 19:57:02 UTC >+++ tig/files/patch-tools_ax__lib__readline.m4 >@@ -1,26 +0,0 @@ >---- tools/ax_lib_readline.m4.orig 2016-08-11 02:38:59 UTC >-+++ tools/ax_lib_readline.m4 >-@@ -33,17 +33,19 @@ _bash_needmsg= >- fi >- AC_CACHE_VAL(bash_cv_termcap_lib, >- [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc, >-- [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap, >-- [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo, >-- bash_cv_termcap_lib=gnutermcap >- if test "$ax_cv_curses_which" = "ncursesw"; then >- [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw)] >- elif test "$ax_cv_curses_which" = "ncurses"; then >- [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses)] >- elif test "$ax_cv_curses_which" = "plaincurses"; then >- [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses)] >-+else >-+ [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap, >-+ [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo, >-+ bash_cv_termcap_lib=gnutermcap >-+ )])] >- fi >--)])])]) >-+)]) >- if test "X$_bash_needmsg" = "Xyes"; then >- AC_MSG_CHECKING(which library has the termcap functions) >- fi >--- tig.orig/pkg-descr 2014-01-22 15:44:51 UTC >+++ tig/pkg-descr >@@ -10,4 +10,4 @@ > Using it as a pager, it will display input from stdin > and colorize it. > >-WWW: http://jonas.nitro.dk/tig/ >+WWW: https://jonas.github.io/tig/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214695
:
177215
|
177232