FreeBSD Bugzilla – Attachment 211608 Details for
Bug 244094
devel/gh: Update to 0.5.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gh-0.5.4.diff
gh-0.5.4.diff (text/plain), 2.50 KB, created by
Lewis Cook
on 2020-02-13 11:09:30 UTC
(
hide
)
Description:
gh-0.5.4.diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2020-02-13 11:09:30 UTC
Size:
2.50 KB
patch
obsolete
>Index: devel/gh/Makefile >=================================================================== >--- devel/gh/Makefile (revision 526013) >+++ devel/gh/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= gh > DISTVERSIONPREFIX= v >-DISTVERSION= 0.5.2 >+DISTVERSION= 0.5.4 > CATEGORIES= devel > > MAINTAINER= vulcan@wired.sh >@@ -51,20 +51,38 @@ > -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/command.Version=${BUILD_VERSION} \ > -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/command.BuildDate=${BUILD_DATE}" > >-BUILD_HASH= 739b0af >-BUILD_VERSION= ${DISTVERSIONFULL}-${BUILD_HASH} >+BUILD_VERSION= ${DISTVERSION} > BUILD_DATE= $$(date +%Y-%m-%d) > >-PLIST_FILES= bin/${PORTNAME} >+PLIST_FILES= bin/${PORTNAME} \ >+ etc/bash_completion.d/${PORTNAME}.bash \ >+ share/fish/completions/${PORTNAME}.fish \ >+ share/zsh/site_functions/_${PORTNAME} > PORTDOCS= README.md > > OPTIONS_DEFINE= DOCS > >+post-build: >+.for shell in bash zsh fish >+ ${WRKDIR}/bin/${PORTNAME} completion -s ${shell} > ${WRKSRC}/${shell} >+.endfor >+ >+post-install: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d >+ ${INSTALL_DATA} ${WRKSRC}/bash \ >+ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.bash >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions >+ ${INSTALL_DATA} ${WRKSRC}/fish \ >+ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site_functions >+ ${INSTALL_DATA} ${WRKSRC}/zsh \ >+ ${STAGEDIR}${PREFIX}/share/zsh/site_functions/_${PORTNAME} >+ > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} > > do-test: >- cd ${GO_WRKSRC} && ${SETENV} ${GO_ENV} ${GO_CMD} test ./... >+ @cd ${GO_WRKSRC} && ${SETENV} ${GO_ENV} ${GO_CMD} test ./... > > .include <bsd.port.mk> >Index: devel/gh/distinfo >=================================================================== >--- devel/gh/distinfo (revision 526013) >+++ devel/gh/distinfo (working copy) >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1580601780 >-SHA256 (cli-cli-v0.5.2_GH0.tar.gz) = bdd7c8681b711d0d1d4dc027c06ab88e89d2f43af40eba6865cad52ee460bec9 >-SIZE (cli-cli-v0.5.2_GH0.tar.gz) = 539355 >+TIMESTAMP = 1581591387 >+SHA256 (cli-cli-v0.5.4_GH0.tar.gz) = eacf8dcc085e0a65a76bbc94b8501fd7c2b37e511dd2e24361c02e80e87ba642 >+SIZE (cli-cli-v0.5.4_GH0.tar.gz) = 174930 > SHA256 (AlecAivazis-survey-v2.0.4_GH0.tar.gz) = 6beef8372a03c7461901640ff349214104a27ef36ff8a86416bee01c6794fb1e > SIZE (AlecAivazis-survey-v2.0.4_GH0.tar.gz) = 1324023 > SHA256 (alecthomas-chroma-v0.6.8_GH0.tar.gz) = b76b5ea13171f286cdb28f2942784fafa69adf8e120ed4e68cd05484428a09b1
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:
lcook
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 244094
: 211608 |
211609