Commit Graph

8 Commits

Author SHA1 Message Date
Dmitri Goutnik
29d16a42da Go ports: cleanup, make use of the new GO_TARGET tuple syntax
- 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
2019-09-20 11:31:49 +00:00
Dmitri Goutnik
b6bd0cf737 Change my maintainer email
Approved by:	tz (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21677
2019-09-16 20:55:08 +00:00
Tobias Kortkamp
3726f94254 Convert all Go ports to USES=go
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
2019-06-29 03:51:13 +00:00
Steve Wills
8685d15bde security/2fa: Unbreak build with Go 1.12
PR:		236031
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-02-25 18:40:54 +00:00
Yuri Victorovich
bb05e08a40 security/2fa: Unbreak by adding GOCACHE=off
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)
2018-03-14 17:35:44 +00:00
Steve Wills
11c3c39f51 security/2fa: Update to 1.1.0
PR:		224934
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-01-10 19:02:56 +00:00
Danilo G. Baio
8cea60aec3 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)
2017-11-29 22:34:20 +00:00
Yuri Victorovich
742ed9faab New port: security/2fa: Two-factor authentication on the command line
PR:		223822
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13220
2017-11-24 18:59:04 +00:00