FreeBSD Bugzilla – Attachment 187476 Details for
Bug 223246
textproc/fzf: update to 0.17.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update patch
fzf-0.17.1.patch (text/plain), 4.27 KB, created by
Jimmy Olgeni
on 2017-10-25 22:40:51 UTC
(
hide
)
Description:
Update patch
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2017-10-25 22:40:51 UTC
Size:
4.27 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 452860) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= fzf >-PORTVERSION= 0.16.10 >-PORTREVISION= 2 >+PORTVERSION= 0.17.1 > CATEGORIES= textproc > > MAINTAINER= sascha@root-login.org >@@ -18,11 +17,15 @@ > GH_ACCOUNT= junegunn > GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} > >-GH_TUPLE= mattn:go-runewidth:14207d2:runwidth/src/github.com/mattn/go-runewidth \ >- mattn:go-shellwords:02e3cf0:shellwords/src/github.com/mattn/go-shellwords \ >+GH_TUPLE= lucasb-eyer:go-colorful:c900de9:colorful/src/github.com/lucasb-eyer/go-colorful \ >+ mattn:go-runewidth:14207d2:runewidth/src/github.com/mattn/go-runewidth \ >+ mattn:go-shellwords:02e3cf0:shellwords/src/github.com/mattn/go-shellwords \ > mattn:go-isatty:66b8e73:isatty/src/github.com/mattn/go-isatty \ >+ gdamore:encoding:b23993c:encoding/src/github.com/gdamore/encoding \ > gdamore:tcell:44772c1:tcell/src/github.com/gdamore/tcell \ >- golang:crypto:b8a2a83:terminal/src/golang.org/x/crypto >+ golang:sys:b90f89a:sys/src/golang.org/x/sys \ >+ golang:text:4ee4af5:text/src/golang.org/x/text \ >+ golang:crypto:e1a4589:crypto/src/golang.org/x/crypto > > SUB_FILES= pkg-message > PLIST_FILES= bin/fzf man/man1/fzf.1.gz >@@ -44,7 +47,7 @@ > do-build: > cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} && \ > ${SETENV} ${MAKE_ENV} ${GOENV} ${GO_CMD} build -a \ >- -ldflags "-X main.revision=6dbc108 -w" -o bin/${PORTNAME} >+ -ldflags "-X main.revision=0b33dc6 -w" -o bin/${PORTNAME} > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}/bin/${PORTNAME} \ >Index: distinfo >=================================================================== >--- distinfo (revision 452860) >+++ distinfo (working copy) >@@ -1,6 +1,8 @@ >-TIMESTAMP = 1500632154 >-SHA256 (junegunn-fzf-0.16.10_GH0.tar.gz) = a6b9d8abcba4239d30201cc7911e9c305a5cd750081ce5cd389f8e7425f4dc93 >-SIZE (junegunn-fzf-0.16.10_GH0.tar.gz) = 130154 >+TIMESTAMP = 1508940555 >+SHA256 (junegunn-fzf-0.17.1_GH0.tar.gz) = 9c881e55780c0f56b5a30b87df756634d853bfd3938e7e53cb2df6ed63aa84a7 >+SIZE (junegunn-fzf-0.17.1_GH0.tar.gz) = 133222 >+SHA256 (lucasb-eyer-go-colorful-c900de9_GH0.tar.gz) = 0188b3fbfdd0427142e0fae5d64bfaf66e3428eb2536ae30ec11dda184c5189e >+SIZE (lucasb-eyer-go-colorful-c900de9_GH0.tar.gz) = 57046 > SHA256 (mattn-go-runewidth-14207d2_GH0.tar.gz) = e665c10f4ccefe1d320fe8fe69403754c499fe79bc737f8f1d199d86ecfb7efb > SIZE (mattn-go-runewidth-14207d2_GH0.tar.gz) = 22365 > SHA256 (mattn-go-shellwords-02e3cf0_GH0.tar.gz) = e2e905e992b7892307a883f4a9c0d6c46ab592cade2d063aceb2b21c234a0913 >@@ -7,7 +9,13 @@ > SIZE (mattn-go-shellwords-02e3cf0_GH0.tar.gz) = 3273 > SHA256 (mattn-go-isatty-66b8e73_GH0.tar.gz) = 261ec4d11cc7615205c67a1dd9ffe1f88166fc50db0022700a82f39ab7e47b0d > SIZE (mattn-go-isatty-66b8e73_GH0.tar.gz) = 1956 >+SHA256 (gdamore-encoding-b23993c_GH0.tar.gz) = 7fe1ed858143ba259114120a8a736645ee644b22bece7c09240df6113922f01a >+SIZE (gdamore-encoding-b23993c_GH0.tar.gz) = 10629 > SHA256 (gdamore-tcell-44772c1_GH0.tar.gz) = 5c8edfc7aa1049dcbe3c4d888484e73f79e967add351c1cd3548a908558edac9 > SIZE (gdamore-tcell-44772c1_GH0.tar.gz) = 164791 >-SHA256 (golang-crypto-b8a2a83_GH0.tar.gz) = 9c6b4a4f6daf7dbd0c3606184076c3dc2694a0e811061e1c8723940170f33f58 >-SIZE (golang-crypto-b8a2a83_GH0.tar.gz) = 1305071 >+SHA256 (golang-sys-b90f89a_GH0.tar.gz) = 6fa8316d1d006238b096489d44a8e38510736d4b0c21ee530e1187ba04ee262a >+SIZE (golang-sys-b90f89a_GH0.tar.gz) = 714722 >+SHA256 (golang-text-4ee4af5_GH0.tar.gz) = 8e508e6dbc0fced4d4f4d9938937bef885fb85fe148218a0cd0640bc9a839705 >+SIZE (golang-text-4ee4af5_GH0.tar.gz) = 4551113 >+SHA256 (golang-crypto-e1a4589_GH0.tar.gz) = 294e514dea0a1ec7d842c77a54e4e1f8d1d9ad5b4e849eb19e0509a965f9a5a2 >+SIZE (golang-crypto-e1a4589_GH0.tar.gz) = 1336753 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 452860) >+++ files/pkg-message.in (working copy) >@@ -1,5 +1,5 @@ >-Various shell key bindings and completion files >-have been installed to %%EXAMPLESDIR%%/shell. >-To use these include them in your shell >-configuration. >+Various shell key bindings and completion files have been installed >+to %%EXAMPLESDIR%%/shell. > >+To use these include them in your shell configuration. >+
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 223246
: 187476