Commit Graph

7 Commits

Author SHA1 Message Date
Dmitri Goutnik
67c4b925b7 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. misc-shells)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21743
2019-09-29 22:31:57 +00:00
Mathieu Arnold
bc89cd3d2c Convert to UCL & cleanup pkg-message (categories s) 2019-08-14 12:16:12 +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
Yuri Victorovich
a0f694eeec security/acmetool: Update to 0.0.67
Port changes:
* Changed to DISTVERSION
* Updated revisions in GH_TUPLE
* Silenced build commands
* Use MAKE_ENV

PR:		226379
Submitted by:	samm@os2.kiev.ua
Approved by:	tcberner (mentor, implicit)
2018-03-06 05:28:54 +00:00
Thomas Zander
a3cc859109 Update to upstream version 0.0.62
Detailed maintainer log:
- v0.0.62: Miscellaneous tweaks
- Updated Let's Encrypt agreement URL in example response file.
- Now builds for current Go 1.x version in Travis rather than Go 1.8.
- More error details are now available for challenge errors in the acmeapi
  package.
- Error when trying to prompt the user in non-interactive mode now advises
  user to remove --batch flag.

PR:		224627
Submitted by:	samm@os2.kiev.ua (maintainer)
MFH:		2018Q1
2018-01-02 16:44:21 +00:00
Richard Gallamore
6c1ffc5a13 * Updated to 0.0.61
* Updated dependencies

Changes:	https://github.com/hlandau/acme/releases/tag/v0.0.61

PR:		222955
Submitted by:	Chris Hutchinson
Approved by:	<samm@os2^.ua> (maintainer)
2017-11-28 23:54:32 +00:00
Joseph Mingrone
38cff13b4a New port, security/acmetool: An automatic certificate acquisition tool for
ACME (Let's Encrypt)

WWW: https://github.com/hlandau/acme

PR:		216779
Submitted by:	samm@os2.kiev.ua (maintainer)
Reviewed by:	mat
Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10280
2017-04-05 13:00:02 +00:00