FreeBSD Bugzilla – Attachment 189444 Details for
Bug 224934
security/2fa: Update to 1.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
2fa-1.1.0.patch (text/plain), 1.33 KB, created by
Dmitri Goutnik
on 2018-01-05 14:37:49 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-01-05 14:37:49 UTC
Size:
1.33 KB
patch
obsolete
>Index: security/2fa/Makefile >=================================================================== >--- security/2fa/Makefile (revision 457850) >+++ security/2fa/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= 2fa > DISTVERSIONPREFIX= v >-DISTVERSION= 1.0.0 >+DISTVERSION= 1.1.0 > CATEGORIES= security > > MAINTAINER= dg@syrec.org >@@ -15,6 +15,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= rsc >+GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} > > OPTIONS_DEFINE= DOCS > >@@ -22,8 +23,11 @@ > PORTDOCS= README.md > > do-build: >- @cd ${WRKSRC} && ${SETENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} >+ @cd ${WRKSRC}/${GH_SUBDIR} && ${SETENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} > >+do-test: >+ @cd ${WRKSRC}/${GH_SUBDIR} && ${SETENV} GOPATH=${WRKSRC} go test >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > >Index: security/2fa/distinfo >=================================================================== >--- security/2fa/distinfo (revision 457850) >+++ security/2fa/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1511993147 >-SHA256 (rsc-2fa-v1.0.0_GH0.tar.gz) = 78b2e6f246ac8319db8bfcbd04d6e089d66c501c07b24302dd626fd039c9dcea >-SIZE (rsc-2fa-v1.0.0_GH0.tar.gz) = 4269 >+TIMESTAMP = 1515162615 >+SHA256 (rsc-2fa-v1.1.0_GH0.tar.gz) = ecd5ba067d3e3bbc3f8c10fa2df01b1b388b1cd6503fb56381573d8d17497755 >+SIZE (rsc-2fa-v1.1.0_GH0.tar.gz) = 5849
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+
Actions:
View
|
Diff
Attachments on
bug 224934
: 189444