non port: net/exabgp/Makefile |
SVNWeb
|
Number of commits found: 52 |
Sun, 8 Mar 2020
|
[ 17:01 antoine ] (Only the first 10 of 187 ports in this commit are shown above. )
Deprecate some ports using deprecated version of python
With hat: portmgr
|
Fri, 31 Jan 2020
|
[ 17:24 zi ]
- Pet portlint
- Note CONFLICTS with new 4.x port
- Bump PORTREVISION
|
Tue, 15 Jan 2019
|
[ 17:43 zi ]
- Add config validation to rc script
- Fix broken CLI
- Update env file with current defaults
- Bump PORTREVISION
|
Wed, 11 Jul 2018
|
[ 14:03 zi ]
- Update to 3.4.25
|
Wed, 23 May 2018
|
[ 23:25 sunpoet ]
Simplify Makefile: use PY_IPADDRESS
With hat: python
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Thu, 25 Jan 2018
|
[ 17:35 zi ]
- Update to 3.4.21
|
Tue, 7 Nov 2017
|
[ 23:31 zi ]
- Add missing dependency on net/py-ipaddress for healthcheck tool
PR: 223468
Submitted by: Borja Marcos
|
Tue, 1 Aug 2017
|
[ 17:07 zi ] (Only the first 10 of 39 ports in this commit are shown above. )
- MASTER_SITES cleanup
|
Thu, 13 Jul 2017
|
[ 13:43 zi ]
- Update to 3.4.20
|
Mon, 15 May 2017
|
[ 13:18 zi ]
- Update to 3.4.19
|
Sat, 28 Jan 2017
|
[ 20:49 zi ]
- Update to 3.4.18
|
Tue, 27 Dec 2016
|
[ 12:20 amdmi3 ] (Only the first 10 of 31 ports in this commit are shown above. )
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
|
Fri, 21 Oct 2016
|
[ 02:19 zi ]
- Update to 3.4.17
|
Sat, 30 Apr 2016
|
[ 00:09 zi ]
- Update to 3.4.16
|
Thu, 10 Mar 2016
|
[ 18:56 feld ]
net/exabgp: Update to 3.4.15
Changelog: https://github.com/Exa-Networks/exabgp/releases/tag/3.4.15
Approved by: zi
|
Sat, 9 Jan 2016
|
[ 17:31 zi ]
- Update to 3.4.13
|
Thu, 17 Sep 2015
|
[ 18:21 zi ]
- Merge fix for upstream bug 331
- Bump PORTREVISION
Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
|
Mon, 31 Aug 2015
|
[ 12:10 amdmi3 ]
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Switch to @sample
Approved by: portmgr blanket
|
Fri, 21 Aug 2015
|
[ 16:46 zi ]
- Update to 3.4.12
|
Thu, 21 May 2015
|
[ 06:54 amdmi3 ]
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Thu, 7 May 2015
|
[ 17:26 mat ] (Only the first 10 of 127 ports in this commit are shown above. )
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 19 Mar 2015
|
[ 16:44 bdrewery ] (Only the first 10 of 133 ports in this commit are shown above. )
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
Fri, 27 Feb 2015
|
[ 13:48 zi ]
- Update to 3.4.8
|
Tue, 6 Jan 2015
|
[ 02:52 zi ]
- Update to 3.4.6
PR: 195954
Submitted by: John W. O'Brien <john@saltant.com>
|
Tue, 11 Nov 2014
|
[ 22:49 zi ]
- Update to 3.4.3
- Update to more specific LICENSE
PR: 194951
Submitted by: john@saltant.com
|
Fri, 24 Oct 2014
|
[ 16:21 mva ] (Only the first 10 of 88 ports in this commit are shown above. )
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
|
Thu, 10 Jul 2014
|
[ 12:13 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
|
Tue, 18 Mar 2014
|
[ 13:24 zi ]
- Update to 3.3.1
|
Fri, 21 Feb 2014
|
[ 13:38 ehaupt ] (Only the first 10 of 30 ports in this commit are shown above. )
Remove trailing whitespaces from category net
|
Fri, 14 Feb 2014
|
[ 15:02 zi ]
- Fix staging issue
- Bump PORTREVISION
|
[ 14:59 zi ]
- Add STAGE support
- Fix typo in rc script [1]
- Bump PORTREVISION
Reported by: feld@ [1]
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Thu, 19 Dec 2013
|
[ 13:27 zi ]
- Update to 3.2.18
- Add 'reload all' support to rc script
|
Sun, 22 Sep 2013
|
[ 15:51 zi ]
- Update to 3.2.13
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Wed, 4 Sep 2013
|
[ 15:26 zi ]
- Update to 3.2.9
|
[ 03:15 zi ]
- Update to 3.2.8
|
Sun, 7 Jul 2013
|
[ 11:55 zi ]
- Update to 3.1.13
|
Tue, 25 Jun 2013
|
[ 01:44 zi ]
- Update to 3.1.12
|
Wed, 19 Jun 2013
|
[ 16:53 zi ]
- Fix rc script for new file location
- Bump PORTREVISION
Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
|
Mon, 10 Jun 2013
|
[ 19:19 zi ]
- Update to 3.1.11
|
Mon, 22 Apr 2013
|
[ 22:16 zi ]
- Update to 3.1.10
Feature safe: yes
|
Thu, 28 Mar 2013
|
[ 13:59 zi ]
- Update to 3.1.9
|
Sun, 24 Mar 2013
|
[ 22:06 zi ]
- Update to 3.1.8
|
Tue, 12 Mar 2013
|
[ 17:23 zi ]
- Add an additional MASTER_SITES
|
[ 16:01 zi ]
- Update to 3.1.6
- Migrate to new 'created by' header
|
Tue, 26 Feb 2013
|
[ 13:04 zi ]
- Update to 3.1.5
|
Tue, 5 Feb 2013
|
[ 00:55 zi ]
- Update to 3.1.3
|
Mon, 7 Jan 2013
|
[ 12:16 zi ]
- Bump PORTREVISION for distinfo change
|
Sun, 6 Jan 2013
|
[ 21:01 zi ]
- Update to 3.1.1
- Fix rc issue that could result in duplicate instances running
|
Tue, 13 Nov 2012
|
[ 02:42 zi ] (Only the first 10 of 11 ports in this commit are shown above. )
New port: net/exabgp
A BGP route injector which can inject routes with arbitrary next-hops into
your network (source some ipv4/ipv6 routes using both IPv4 and IPv6 TCP
connections), mitigate DDOS using flowspec, or pass the route it receive
in textual form to third party application.
WWW: https://code.google.com/p/exabgp/
Feature safe: yes
|
Number of commits found: 52 |