Update to tig 0.17, from Martin Pieuchot.
Looks good to Tobias Ulmer (maintainer)
This commit is contained in:
parent
22ec239624
commit
b7bbfa2b88
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2011/01/15 21:01:20 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/04/13 08:18:00 landry Exp $
|
||||
|
||||
COMMENT = ncurses GIT repository browser
|
||||
DISTNAME = tig-0.16.2
|
||||
DISTNAME = tig-0.17
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://jonas.nitro.dk/tig/
|
||||
MAINTAINER = Tobias Ulmer <tobiasu@tmux.org>
|
||||
@ -16,7 +16,7 @@ WANTLIB = c ncursesw
|
||||
MODULES = converters/libiconv
|
||||
RUN_DEPENDS = devel/git
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/releases/
|
||||
MASTER_SITES = ${HOMEPAGE}releases/
|
||||
|
||||
USE_GMAKE = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
@ -29,5 +29,6 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKBUILD}/manual.* ${PREFIX}/share/doc/tig
|
||||
${INSTALL_MAN} ${WRKBUILD}/tig.1 ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKBUILD}/tigrc.5 ${PREFIX}/man/man5
|
||||
${INSTALL_MAN} ${WRKBUILD}/tigmanual.7 ${PREFIX}/man/man7
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tig-0.16.2.tar.gz) = 1ytdNDfbxTjqb2bHSYjXXg==
|
||||
RMD160 (tig-0.16.2.tar.gz) = LHmHXVyGZAJbtWp7y0DjQ2SsVKQ=
|
||||
SHA1 (tig-0.16.2.tar.gz) = d366EaT1On3Ms2Qf7aRNbv+2oC4=
|
||||
SHA256 (tig-0.16.2.tar.gz) = fTKQZB3LFXlJGgybN5pbaJcHaqqEWCb7NwJRDwdAbqI=
|
||||
SIZE (tig-0.16.2.tar.gz) = 162809
|
||||
MD5 (tig-0.17.tar.gz) = 83M0MZlCLFlRh3bbRI3sDg==
|
||||
RMD160 (tig-0.17.tar.gz) = MDwJIOfyuLi7dNZc8Ls+kUUB7NQ=
|
||||
SHA1 (tig-0.17.tar.gz) = pI6dCNlvi0m2XPhmAhEsfI4aSAQ=
|
||||
SHA256 (tig-0.17.tar.gz) = RNnJ1N7GiRHg9AJ1IYIGA5+EO8Oa93cYd35wCOlolPs=
|
||||
SIZE (tig-0.17.tar.gz) = 168918
|
||||
|
@ -1,19 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2011/01/15 21:01:20 jasper Exp $
|
||||
|
||||
Correctly detect the wchar ncurses library.
|
||||
|
||||
--- configure.orig Tue Sep 21 14:44:10 2010
|
||||
+++ configure Sat Jan 15 19:58:35 2011
|
||||
@@ -3203,10 +3203,10 @@ done
|
||||
|
||||
for ac_header in ncursesw/ncurses.h
|
||||
do :
|
||||
- ac_fn_c_check_header_mongrel "$LINENO" "ncursesw/ncurses.h" "ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
|
||||
+ ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_ncursesw_ncurses_h" = x""yes; then :
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
-#define HAVE_NCURSESW_NCURSES_H 1
|
||||
+/* #define HAVE_NCURSESW_NCURSES_H 1 */
|
||||
_ACEOF
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing initscr" >&5
|
||||
$as_echo_n "checking for library containing initscr... " >&6; }
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/24 22:49:21 bernd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/13 08:18:00 landry Exp $
|
||||
@bin bin/test-graph
|
||||
@bin bin/tig
|
||||
@man man/man1/tig.1
|
||||
@man man/man5/tigrc.5
|
||||
@man man/man7/tigmanual.7
|
||||
share/doc/tig/
|
||||
share/doc/tig/manual.html
|
||||
share/doc/tig/manual.txt
|
||||
|
Loading…
Reference in New Issue
Block a user