security/2fa: Update to 1.0.0

Upstream has version now.
Switch to options helper (DOCS).

PR:		223965
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
Danilo G. Baio 2017-11-29 22:34:20 +00:00
parent f5da80e161
commit 8cea60aec3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455156
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
# $FreeBSD$
PORTNAME= 2fa
DISTVERSION= g20171122
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
CATEGORIES= security
MAINTAINER= dg@syrec.org
@ -14,7 +15,6 @@ BUILD_DEPENDS= go:lang/go
USE_GITHUB= yes
GH_ACCOUNT= rsc
GH_TAGNAME= c9558c5
OPTIONS_DEFINE= DOCS
@ -26,6 +26,8 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1511500933
SHA256 (rsc-2fa-g20171122-c9558c5_GH0.tar.gz) = bb69f6774b991023256c3e69ed270f046d74886d1cf31c56edd810bb31a0b658
SIZE (rsc-2fa-g20171122-c9558c5_GH0.tar.gz) = 4248
TIMESTAMP = 1511993147
SHA256 (rsc-2fa-v1.0.0_GH0.tar.gz) = 78b2e6f246ac8319db8bfcbd04d6e089d66c501c07b24302dd626fd039c9dcea
SIZE (rsc-2fa-v1.0.0_GH0.tar.gz) = 4269