FreeBSD Bugzilla – Attachment 241008 Details for
Bug 270362
devel/tig: update to 2.5.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] update tig to 2.5.8, fix stage-qa when pcre/pcre2 installed
update-tig-2.5.8.diff (text/plain), 1.96 KB, created by
John Hein
on 2023-03-20 15:25:41 UTC
(
hide
)
Description:
[patch] update tig to 2.5.8, fix stage-qa when pcre/pcre2 installed
Filename:
MIME Type:
Creator:
John Hein
Created:
2023-03-20 15:25:41 UTC
Size:
1.96 KB
patch
obsolete
>diff --git a/devel/tig/Makefile b/devel/tig/Makefile >index 5c7e2c602d65..a8290a64b462 100644 >--- a/devel/tig/Makefile >+++ b/devel/tig/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= tig >-DISTVERSION= 2.5.5 >+DISTVERSION= 2.5.8 > CATEGORIES= devel > MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ > >@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > TEST_DEPENDS= git:devel/git > >-USES= iconv gmake ncurses readline >+USES= gmake iconv ncurses readline > GNU_CONFIGURE= yes > CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} > MAKE_ARGS= V=1 >@@ -22,8 +22,8 @@ INSTALL_TARGET= install install-doc-man > # Tests fail when running as part of a non-interactive Poudriere > # build, but using script(1) seems to be a good enough workaround and > # allows them to run successfully anyway. >-TEST_TARGET= test >-DO_MAKE_TEST= /usr/bin/script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE} >+TEST_TARGET= test-address-sanitizer >+DO_MAKE_TEST= script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE} > > PLIST_FILES= bin/tig \ > '@sample etc/tigrc.sample' \ >@@ -31,12 +31,14 @@ PLIST_FILES= bin/tig \ > man/man5/tigrc.5.gz \ > man/man7/tigmanual.7.gz > >-OPTIONS_DEFINE= GIT >+OPTIONS_DEFINE= GIT PCRE > > GIT_DESC= Install devel/git as runtime dependency > > GIT_RUN_DEPENDS= git:devel/git >-GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" >+GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" >+PCRE_LIB_DEPENDS= lpcre2-posix.so:devel/pcre2 >+PCRE_CONFIGURE_WITH= pcre > > post-install: > ${MV} ${STAGEDIR}${PREFIX}/etc/tigrc ${STAGEDIR}${PREFIX}/etc/tigrc.sample >diff --git a/devel/tig/distinfo b/devel/tig/distinfo >index 104aea6ed57a..4a03b083b858 100644 >--- a/devel/tig/distinfo >+++ b/devel/tig/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1642672607 >-SHA256 (tig-2.5.5.tar.gz) = 24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313 >-SIZE (tig-2.5.5.tar.gz) = 1175752 >+TIMESTAMP = 1678964725 >+SHA256 (tig-2.5.8.tar.gz) = b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391 >+SIZE (tig-2.5.8.tar.gz) = 1179844
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
Flags:
jcfyecrayz
:
maintainer-approval?
(
0mp
)
Actions:
View
|
Diff
Attachments on
bug 270362
: 241008