aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bird/Makefile1
-rw-r--r--net/bird/files/patch-conf-cf-lex.l11
2 files changed, 1 insertions, 11 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile
index 6d898eafb399..e24cd42be775 100644
--- a/net/bird/Makefile
+++ b/net/bird/Makefile
@@ -3,6 +3,7 @@
PORTNAME?= bird
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/ \
http://bird.mpls.in/distfiles/bird/
diff --git a/net/bird/files/patch-conf-cf-lex.l b/net/bird/files/patch-conf-cf-lex.l
deleted file mode 100644
index 89600e04e467..000000000000
--- a/net/bird/files/patch-conf-cf-lex.l
+++ /dev/null
@@ -1,11 +0,0 @@
---- conf/cf-lex.l.orig 2014-12-06 17:10:24.000000000 +0300
-+++ conf/cf-lex.l 2014-12-06 17:10:41.000000000 +0300
-@@ -61,7 +61,7 @@
- static int kw_hash_inited;
-
- #define SYM_HASH_SIZE 128
--#define SYM_MAX_LEN 32
-+#define SYM_MAX_LEN 64
-
- struct sym_scope {
- struct sym_scope *next; /* Next on scope stack */