aboutsummaryrefslogtreecommitdiff
path: root/net/gobgp
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-1/+1
|
* net/gobgp: update 3.0.0 -> 3.12.0Marek Zarychta2023-03-122-7/+7
| | | | | PR: 270147 Changes: https://github.com/osrg/gobgp/releases
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-1/+1
|
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-0/+1
|
* net/gobgp: update 2.23.0 -> 3.0.0Jordan Bracco2022-04-302-128/+11
| | | | PR: 262596
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/gobgp: update 2.17.0 -> 2.23.0, take maintainer after several timeoutsKurt Jaeger2021-01-102-32/+38
| | | | | | | Relnotes: https://github.com/osrg/gobgp/releases/ Notes: svn path=/head/; revision=561061
* - upgrade 2.11.0 -> 2.17.0Olli Hauer2020-06-302-4/+4
| | | | | | | | | | | | | | | PR: 247353 Submitted by: ohauer Approved by: nork@ninth-nine.com (maintainer timeout) Relnotes: https://github.com/osrg/gobgp/releases/tag/v2.12.0 https://github.com/osrg/gobgp/releases/tag/v2.13.0 https://github.com/osrg/gobgp/releases/tag/v2.14.0 https://github.com/osrg/gobgp/releases/tag/v2.15.0 https://github.com/osrg/gobgp/releases/tag/v2.16.0 https://github.com/osrg/gobgp/releases/tag/v2.17.0 Notes: svn path=/head/; revision=540856
* net/gobgp: upgrade 2.6.0 -> 2.11.0Kurt Jaeger2019-12-162-24/+22
| | | | | | | | | | | | | PR: 241763 Approved by: nork@ninth-nine.com (maintainer timeout) Relnotes: https://github.com/osrg/gobgp/releases/tag/v2.7.0 https://github.com/osrg/gobgp/releases/tag/v2.8.0 https://github.com/osrg/gobgp/releases/tag/v2.9.0 https://github.com/osrg/gobgp/releases/tag/v2.10.0 https://github.com/osrg/gobgp/releases/tag/v2.11.0 Notes: svn path=/head/; revision=520287
* 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, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-5/+1
| | | | | | | | | | | | | | | 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/gobgp: update 2.5.0 -> 2.6.0Kurt Jaeger2019-07-072-4/+4
| | | | | | | | PR: 238776 Relnotes: https://github.com/osrg/gobgp/releases Notes: svn path=/head/; revision=506103
* net/gobgp: update 1.33 -> 2.5.0Kurt Jaeger2019-07-074-154/+118
| | | | | | | | | | | - with help from tobik@, dg@syrec.org PR: 238776 Approved by: nork@ninth-nine.com (maintainer timeout) Relnotes: https://github.com/osrg/gobgp/releases Notes: svn path=/head/; revision=506102
* Remove :DEFAULT where not required.Mathieu Arnold2019-05-021-1/+1
| | | | Notes: svn path=/head/; revision=500651
* net/gobgp: update 1.28 -> 1.33Kurt Jaeger2018-07-152-98/+98
| | | | | | | | | PR: 228905 Approved by: nork@ninth-nine.com (maintainer timeout) Relnotes: https://github.com/osrg/gobgp/releases Notes: svn path=/head/; revision=474687
* New port: net/gobgpKurt Jaeger2018-02-276-0/+308
GoBGP: BGP implementation in Go GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, the Go Programming Language. WWW: https://github.com/osrg/gobgp PR: 218678 Submitted by: nork@ninth-nine.com, John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=463150