From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 13 16:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D0F9473 for ; Tue, 13 May 2014 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7464D2739 for ; Tue, 13 May 2014 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DGU07S072925 for ; Tue, 13 May 2014 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4DGU0ib072924; Tue, 13 May 2014 16:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 13 May 2014 16:30:00 GMT Resent-Message-Id: <201405131630.s4DGU0ib072924@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74CE3457 for ; Tue, 13 May 2014 16:28:53 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B097C272A for ; Tue, 13 May 2014 16:28:52 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s4DGSmch094609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 13 May 2014 22:28:48 +0600 (BDT) (envelope-from bofh@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s4DGSmwj094608; Tue, 13 May 2014 22:28:48 +0600 (BDT) (envelope-from bofh) Message-Id: <201405131628.s4DGSmwj094608@bofh.1asiacom.net> Date: Tue, 13 May 2014 22:28:48 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189774: [MAINTAINER] devel/bisoncpp: update to 4.09.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 16:30:00 -0000 >Number: 189774 >Category: ports >Synopsis: [MAINTAINER] devel/bisoncpp: update to 4.09.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 13 16:30: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.09.01 For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/bisoncpp/4.09.01/ Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- bisoncpp-4.09.01.patch begins here --- diff -ruN /usr/ports//devel/bisoncpp/Makefile ./Makefile --- /usr/ports//devel/bisoncpp/Makefile 2014-04-07 16:12:44.000000000 +0600 +++ ./Makefile 2014-05-13 21:14:02.346928176 +0600 @@ -1,11 +1,10 @@ # $FreeBSD: head/devel/bisoncpp/Makefile 350447 2014-04-07 10:12:44Z sunpoet $ PORTNAME= bisoncpp -PORTVERSION= 4.08.00 +PORTVERSION= 4.09.01 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} -DISTNAME= bisonc++_${PORTVERSION} -EXTRACT_SUFX= .orig.tar.gz +DISTNAME= bisonc++_${PORTVERSION}.orig MAINTAINER= 5u623l20@gmail.com COMMENT= LALR(1) parser generator that generates C++ classes @@ -16,13 +15,13 @@ yodl>=3.0:${PORTSDIR}/textproc/yodl \ libbobcat>=3.18:${PORTSDIR}/devel/libbobcat -DOCSDIR= ${PREFIX}/share/doc/bisonc++-${PORTVERSION} +DOCSDIR= ${PREFIX}/share/doc/bisonc++ PORTDOCS= * -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} +#PLIST_SUB+= PORTVERSION="${PORTVERSION}" + USE_GCC= yes USES= shebangfix @@ -44,8 +43,7 @@ scanner/driver/build post-patch: - @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g; \ - s|%%PORTVERSION%%|${PORTVERSION}|g' \ + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/INSTALL.im @${REINPLACE_CMD} 's|"g++|"${CXX}|' \ ${WRKSRC}/INSTALL.im \ diff -ruN /usr/ports//devel/bisoncpp/distinfo ./distinfo --- /usr/ports//devel/bisoncpp/distinfo 2014-04-06 11:49:34.000000000 +0600 +++ ./distinfo 2014-05-13 19:17:42.726315563 +0600 @@ -1,2 +1,2 @@ -SHA256 (bisonc++_4.08.00.orig.tar.gz) = 39fd079d252867f6e2a38e2ef46d8aeb02ebf71e8d515249703d6d7c641a48b5 -SIZE (bisonc++_4.08.00.orig.tar.gz) = 667353 +SHA256 (bisonc++_4.09.01.orig.tar.gz) = 447cb90975251e4b6de51ccafe637184859f1ea4ad38ddb3b5988eebda42603c +SIZE (bisonc++_4.09.01.orig.tar.gz) = 654635 diff -ruN /usr/ports//devel/bisoncpp/files/patch-INSTALL.im ./files/patch-INSTALL.im --- /usr/ports//devel/bisoncpp/files/patch-INSTALL.im 2013-11-28 13:18:41.000000000 +0600 +++ ./files/patch-INSTALL.im 2014-05-13 21:05:55.844868046 +0600 @@ -5,7 +5,7 @@ // flags passed to the linker -#define SKEL "/usr/share/bisonc++" -+#define SKEL "%%PREFIX%%/share/"${PROGRAM}"-%%PORTVERSION%%" ++#define SKEL "%%PREFIX%%/share/"${PROGRAM} // the directory where the skeleton files are installed // Recompile options/data.cc if the skeleton location changes @@ -22,15 +22,15 @@ // the directory whre the manual page is stored -#define MANUAL "/usr/share/doc/"${PROGRAM}"-doc/manual" -+#define MANUAL "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%/manual" ++#define MANUAL "%%PREFIX%%/share/doc/"${PROGRAM}"/manual" // the directory whre the manual page is stored -#define STD "/usr/share/doc/"${PROGRAM} -+#define STD "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%" ++#define STD "%%PREFIX%%/share/doc/"${PROGRAM} // the directory where the standard documentation is stored -#define EXTRA "/usr/share/doc/"${PROGRAM}"-doc" -+#define EXTRA "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%" ++#define EXTRA "%%PREFIX%%/share/doc/"${PROGRAM} // the directory where the extra documentation is stored diff -ruN /usr/ports//devel/bisoncpp/pkg-plist ./pkg-plist --- /usr/ports//devel/bisoncpp/pkg-plist 2014-01-22 21:16:56.000000000 +0600 +++ ./pkg-plist 2014-05-13 21:14:15.954832290 +0600 @@ -1,9 +1,20 @@ bin/bisonc++ man/man1/bisonc++.1.gz -share/bisonc++-%%PORTVERSION%%/bisonc++.cc -share/bisonc++-%%PORTVERSION%%/bisonc++.h -share/bisonc++-%%PORTVERSION%%/bisonc++.ih -share/bisonc++-%%PORTVERSION%%/bisonc++base.h -share/bisonc++-%%PORTVERSION%%/bisonc++polymorphic -share/bisonc++-%%PORTVERSION%%/bisonc++polymorphic.inline -@dirrm share/bisonc++-%%PORTVERSION%% +share/bisonc++/bisonc++.cc +share/bisonc++/bisonc++.h +share/bisonc++/bisonc++.ih +share/bisonc++/bisonc++base.h +share/bisonc++/bisonc++polymorphic +share/bisonc++/bisonc++polymorphic.inline +share/bisonc++/debugdecl.in +share/bisonc++/debugfunctions1.in +share/bisonc++/debugfunctions2.in +share/bisonc++/debugfunctions3.in +share/bisonc++/debugincludes.in +share/bisonc++/debuglookup.in +share/bisonc++/lex.in +share/bisonc++/ltype.in +share/bisonc++/ltypedata.in +share/bisonc++/print.in +share/bisonc++/threading.in +@dirrm share/bisonc++ --- bisoncpp-4.09.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: