mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Also, take over maintainership (previous maintainer requests).
Reported by: Alarig Le Lay <alarig@swordarmor.fr> Approved by: portmgr Sponsored by: Orange
This commit is contained in:
parent
577b74b108
commit
03a6409b05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461153
2 changed files with 12 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
|
||||
PORTNAME= bird
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://bird.network.cz/pub/bird/ \
|
||||
http://bird.mpls.in/distfiles/bird/
|
||||
|
||||
MAINTAINER= melifaro@ipfw.ru
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
COMMENT?= Dynamic IP routing daemon (${FLAVOR:Uipv4:S/ip/IP/} version)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
|
10
net/bird/files/patch-filter-filter.c
Normal file
10
net/bird/files/patch-filter-filter.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- filter/filter.c.orig 2018-02-07 16:42:34.914441000 +0100
|
||||
+++ filter/filter.c 2018-02-07 16:43:07.274018000 +0100
|
||||
@@ -1559,6 +1559,7 @@
|
||||
case P('<','='): TWOARGS; break;
|
||||
|
||||
case '!': ONEARG; break;
|
||||
+ case P('!', '~'):
|
||||
case '~': TWOARGS; break;
|
||||
case P('d','e'): ONEARG; break;
|
||||
|
Loading…
Add table
Reference in a new issue