Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 22:28:48 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/189774: [MAINTAINER] devel/bisoncpp: update to 4.09.01
Message-ID:  <201405131628.s4DGSmwj094608@bofh.1asiacom.net>
Resent-Message-ID: <201405131630.s4DGU0ib072924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405131628.s4DGSmwj094608>