FreeBSD Bugzilla – Attachment 207106 Details for
Bug 240281
textproc/up: Switch to USES=go:modules, fix build with go1.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
up-0.3.2.patch (text/plain), 1.60 KB, created by
Dmitri Goutnik
on 2019-09-02 16:32:06 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-09-02 16:32:06 UTC
Size:
1.60 KB
patch
obsolete
>Index: textproc/up/Makefile >=================================================================== >--- textproc/up/Makefile (revision 510813) >+++ textproc/up/Makefile (working copy) >@@ -11,17 +11,17 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:modules > > USE_GITHUB= yes > GH_ACCOUNT= akavel >-GH_TUPLE= gdamore:encoding:b23993cbb635:encoding/src/github.com/gdamore/encoding \ >- gdamore:tcell:493f3b46b3c2:tcell/src/github.com/gdamore/tcell \ >- lucasb-eyer:go-colorful:231272389856:gocolorful/src/github.com/lucasb-eyer/go-colorful \ >- mattn:go-isatty:v0.0.3:goisatty/src/github.com/mattn/go-isatty \ >- mattn:go-runewidth:v0.0.2:gorunewidth/src/github.com/mattn/go-runewidth \ >- spf13:pflag:v1.0.3:pflag/src/github.com/spf13/pflag \ >- golang:text:f21a4dfb5e38:text/src/golang.org/x/text >+GH_TUPLE= gdamore:encoding:b23993cbb635:encoding/vendor/github.com/gdamore/encoding \ >+ gdamore:tcell:493f3b46b3c2:tcell/vendor/github.com/gdamore/tcell \ >+ lucasb-eyer:go-colorful:231272389856:gocolorful/vendor/github.com/lucasb-eyer/go-colorful \ >+ mattn:go-isatty:v0.0.3:goisatty/vendor/github.com/mattn/go-isatty \ >+ mattn:go-runewidth:v0.0.2:gorunewidth/vendor/github.com/mattn/go-runewidth \ >+ spf13:pflag:v1.0.3:pflag/vendor/github.com/spf13/pflag \ >+ golang:text:f21a4dfb5e38:text/vendor/golang.org/x/text > > PLIST_FILES= bin/up > PORTDOCS= README.md >@@ -28,10 +28,6 @@ > > OPTIONS_DEFINE= DOCS > >-post-extract: >- @${LN} -sf ${WRKSRC}/src ${WRKDIR} >- @${LN} -sf ${WRKSRC} ${GO_WRKSRC} >- > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
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:
dmgk
:
maintainer-approval?
(
0mp
)
Actions:
View
|
Diff
Attachments on
bug 240281
: 207106