Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.4_1 05 May 2020 15:38:12
  |
rene  |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.3.4_1 04 Apr 2020 20:51:41
  |
antoine  |
Deprecate ports broken for more than 6 months |
0.3.4_1 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
0.3.4_1 29 Sep 2019 22:34:31
  |
dmgk  |
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
sysutils-x11)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21744 |
0.3.4_1 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
0.3.4_1 29 Jun 2019 03:51:14
  |
tobik  |
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 |
0.3.4_1 01 Nov 2017 13:10:35
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.3.4_1 17 Aug 2017 14:35:52
  |
swills  |
sysutils/goss: Add rc script, sample configuration
PR: 221579
Submitted by: Mike English <englishm@llnw.com> (maintainer) |
0.3.4 24 Jul 2017 15:26:58
  |
swills  |
sysutils/goss: create port
Goss is a YAML based serverspec alternative tool for validating a server's
configuration. It eases the process of writing tests by allowing the user to
generate tests from the current system state. Once the test suite is written
they can be executed, waited-on, or served as a health endpoint.
WWW: https://goss.rocks
PR: 220911
Submitted by: Mike English <englishm@llnw.com> |