aboutsummaryrefslogtreecommitdiff
path: root/security/2fa
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch to GO_MODULE after r566063Dmitri Goutnik2021-02-192-5/+7
| | | | Notes: svn path=/head/; revision=566088
* security/2fa: Update to 1.2.0Dmitri Goutnik2021-01-172-10/+5
| | | | | | | - Remove custom do-test target Notes: svn path=/head/; revision=561810
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Go ports: cleanup, make use of the new GO_TARGET tuple syntaxDmitri Goutnik2019-09-201-7/+1
| | | | | | | | | | | - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21721 Notes: svn path=/head/; revision=512404
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* security/2fa: Unbreak build with Go 1.12Steve Wills2019-02-251-2/+2
| | | | | | | | PR: 236031 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=493888
* security/2fa: Unbreak by adding GOCACHE=offYuri Victorovich2018-03-141-2/+2
| | | | | | | | | | Using ${MAKE_ENV} helped many other Go ports, but not this one. Now added GOCACHE=off that turns the cache off. Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=464513
* security/2fa: Update to 1.1.0Steve Wills2018-01-102-5/+9
| | | | | | | | PR: 224934 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=458676
* security/2fa: Update to 1.0.0Danilo G. Baio2017-11-292-5/+7
| | | | | | | | | | | Upstream has version now. Switch to options helper (DOCS). PR: 223965 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=455156
* New port: security/2fa: Two-factor authentication on the command lineYuri Victorovich2017-11-243-0/+38
PR: 223822 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13220 Notes: svn path=/head/; revision=454832