Skip to content

Commit

Permalink
security/2fa: Update to 1.2.0
Browse files Browse the repository at this point in the history
- Remove custom do-test target
  • Loading branch information
dmgk committed Jan 17, 2021
1 parent 9fe4edc commit b4a7e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions security/2fa/Makefile
Expand Up @@ -2,8 +2,7 @@

PORTNAME= 2fa
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
PORTREVISION= 1
DISTVERSION= 1.2.0
CATEGORIES= security

MAINTAINER= dmgk@FreeBSD.org
Expand All @@ -12,20 +11,16 @@ COMMENT= Two-factor authentication on the command line
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go
USES= go:modules

USE_GITHUB= yes
GH_ACCOUNT= rsc
GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME}

OPTIONS_DEFINE= DOCS

PLIST_FILES= bin/2fa
PORTDOCS= README.md

do-test:
@cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS}

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Expand Down
6 changes: 3 additions & 3 deletions security/2fa/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1515162615
SHA256 (rsc-2fa-v1.1.0_GH0.tar.gz) = ecd5ba067d3e3bbc3f8c10fa2df01b1b388b1cd6503fb56381573d8d17497755
SIZE (rsc-2fa-v1.1.0_GH0.tar.gz) = 5849
TIMESTAMP = 1610882661
SHA256 (rsc-2fa-v1.2.0_GH0.tar.gz) = d8db6b9a714c9146a4b82fd65b54f9bdda3e58380bce393f45e1ef49e4e9bee5
SIZE (rsc-2fa-v1.2.0_GH0.tar.gz) = 6107

0 comments on commit b4a7e9b

Please sign in to comment.