ports/188267: [PATCH] devel/bisoncpp: update to 4.08.00, take maintainership

Muhammad Moinur Rahman 5u623l20 at gmail.com
Fri Apr 4 21:50:01 UTC 2014


>Number:         188267
>Category:       ports
>Synopsis:       [PATCH] devel/bisoncpp: update to 4.08.00, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 21:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 4.08.00
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/100i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.08.00/110amd64-default.log

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- bisoncpp-4.08.00.patch begins here ---
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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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;
+             }
+         }
--- bisoncpp-4.08.00.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list