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:
Olivier Cochard 2018-02-07 16:31:27 +00:00
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

View file

@ -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

View 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;