diff -ruN /usr/ports//devel/bisoncpp/Makefile ./Makefile --- /usr/ports//devel/bisoncpp/Makefile 2014-01-22 23:00:46.000000000 +0600 +++ ./Makefile 2014-04-05 03:37:52.294917048 +0600 @@ -1,13 +1,13 @@ # $FreeBSD: head/devel/bisoncpp/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= bisoncpp -PORTVERSION= 4.05.00 +PORTVERSION= 4.08.00 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} DISTNAME= bisonc++_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= LALR(1) parser generator that generates C++ classes LICENSE= GPLv3 diff -ruN /usr/ports//devel/bisoncpp/distinfo ./distinfo --- /usr/ports//devel/bisoncpp/distinfo 2014-01-22 21:30:13.000000000 +0600 +++ ./distinfo 2014-04-04 14:45:53.528109076 +0600 @@ -1,2 +1,2 @@ -SHA256 (bisonc++_4.05.00.orig.tar.gz) = 02bc8562821e21def97c107e92ef719d457856a075fa428ed41a9274d25ed3e6 -SIZE (bisonc++_4.05.00.orig.tar.gz) = 667852 +SHA256 (bisonc++_4.08.00.orig.tar.gz) = 39fd079d252867f6e2a38e2ef46d8aeb02ebf71e8d515249703d6d7c641a48b5 +SIZE (bisonc++_4.08.00.orig.tar.gz) = 667353 diff -ruN /usr/ports//devel/bisoncpp/files/patch-scanner__lex.cc ./files/patch-scanner__lex.cc --- /usr/ports//devel/bisoncpp/files/patch-scanner__lex.cc 2013-11-28 13:18:41.000000000 +0600 +++ ./files/patch-scanner__lex.cc 2014-04-04 14:47:34.714111981 +0600 @@ -1,11 +1,11 @@ ---- ./scanner/lex.cc.orig 2013-08-10 10:17:17.000000000 +0200 -+++ ./scanner/lex.cc 2013-11-27 19:14:33.000000000 +0100 -@@ -2836,7 +2836,7 @@ +--- scanner/lex.cc.orig 2014-04-04 14:46:17.624123806 +0600 ++++ scanner/lex.cc 2014-04-04 14:46:39.301107135 +0600 +@@ -2702,7 +2702,7 @@ { - #line 192 "lexer" + #line 193 "lexer" { -- d_number = stoul(d_matched); -+ d_number = A2x(d_matched); - return Parser::NUMBER; - } - +- d_number = stoul(d_matched); ++ d_number = A2x(d_matched); + return Parser::NUMBER; + } + }