aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/semaphore
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
|
* net-mgmt/semaphore: update 2.5.2 to 2.6.8Vinícius Zavam2021-03-272-4/+5
| | | | | | | | | | | - CHANGELOG github.com/ansible-semaphore/semaphore/releases/tag/v2.6.8 - DIFF github.com/ansible-semaphore/semaphore/compare/v2.5.2...v2.6.8 Notes: svn path=/head/; revision=569309
* net-mgmt/semaphore: update 2.5.1 to 2.5.2Vinícius Zavam2020-10-233-121/+114
| | | | | | | | | | | while here, also: - switched to build using modules; - updated all go libs dependencies. github.com/ansible-semaphore/semaphore/releases/tag/v2.5.2 Notes: svn path=/head/; revision=553148
* net-mgmt/semaphore: fix build on aarch64Vinícius Zavam2020-06-113-6/+4
| | | | | | | | | | | | while here, pet portlint; - removed blank line from pkg-plist; - PORTREVISION was appearing 2 times in the Makefile. PR: 247048 Submitted by: mikael@ Notes: svn path=/head/; revision=538528
* net-mgmt/semaphore: fix 'incomplete file list and wrong search path'Vinícius Zavam2020-03-113-7/+35
| | | | | | | | PR: 241655 Reported by: marek % mky.waw.pl Notes: svn path=/head/; revision=528225
* 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
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516887
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-54/+44
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=513275
* net-mgmt/semaphore: update 2.4.1 to 2.5.1Vinícius Zavam2019-02-264-110/+159
| | | | | | | | | | | | | | | | | | | | - Makefile adopt the port; pet portlint; add LICENSE; use USES=go (introducing GO_ENV and GO_BUILDFLAGS); push vendor tree to 'public/vendor' (upstream change); offer MYSQL support (defined by upstream). - files/* patch-util_config.go -> patch failing 'printVersion' (undef var). Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19045 Notes: svn path=/head/; revision=493955
* net-mgmt/semaphore: drop maintainershipSteve Wills2018-12-081-1/+1
| | | | Notes: svn path=/head/; revision=486994
* net-mgmt/semaphore: update to 2.4.1Steve Wills2017-08-132-54/+74
| | | | Notes: svn path=/head/; revision=447897
* net-mgmt/semaphore: require mysql for startup to avoid failureSteve Wills2017-04-032-0/+2
| | | | Notes: svn path=/head/; revision=437667
* net-mgmt/semaphore: create portSteve Wills2017-03-295-0/+156
Open Source alternative to Ansible Tower WWW: https://ansible-semaphore.github.io/semaphore/ Notes: svn path=/head/; revision=437221