Bug 189774 - [MAINTAINER] devel/bisoncpp: update to 4.09.01
Summary: [MAINTAINER] devel/bisoncpp: update to 4.09.01
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 17:30 UTC by Muhammad Moinur Rahman
Modified: 2014-05-24 17:03 UTC (History)
0 users

See Also:


Attachments
bisoncpp-4.09.01.patch (4.21 KB, patch)
2014-05-13 17:30 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-13 17:30:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-13 17:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 15:11:49 UTC
Author: sunpoet
Date: Sat May 24 14:11:44 2014
New Revision: 355025
URL: http://svnweb.freebsd.org/changeset/ports/355025
QAT: https://qat.redports.org/buildarchive/r355025/

Log:
  - Update to 4.09.01
  - Update DISTNAME and EXTRACT_SUFX
  
  Changes:	http://sourceforge.net/p/bisoncpp/code/ci/master/log/
  PR:		ports/189774
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/devel/bisoncpp/Makefile
  head/devel/bisoncpp/distinfo
  head/devel/bisoncpp/files/patch-INSTALL.im
  head/devel/bisoncpp/pkg-plist

Modified: head/devel/bisoncpp/Makefile
==============================================================================
--- head/devel/bisoncpp/Makefile	Sat May 24 14:11:38 2014	(r355024)
+++ head/devel/bisoncpp/Makefile	Sat May 24 14:11:44 2014	(r355025)
@@ -1,11 +1,10 @@
 # $FreeBSD$
 
 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,11 +15,9 @@ BUILD_DEPENDS=	icmake:${PORTSDIR}/devel/
 		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}
 
 USE_GCC=	yes
@@ -44,8 +41,7 @@ SHEBANG_FILES=	build \
 		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 \

Modified: head/devel/bisoncpp/distinfo
==============================================================================
--- head/devel/bisoncpp/distinfo	Sat May 24 14:11:38 2014	(r355024)
+++ head/devel/bisoncpp/distinfo	Sat May 24 14:11:44 2014	(r355025)
@@ -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

Modified: head/devel/bisoncpp/files/patch-INSTALL.im
==============================================================================
--- head/devel/bisoncpp/files/patch-INSTALL.im	Sat May 24 14:11:38 2014	(r355024)
+++ head/devel/bisoncpp/files/patch-INSTALL.im	Sat May 24 14:11:44 2014	(r355025)
@@ -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 
  
  

Modified: head/devel/bisoncpp/pkg-plist
==============================================================================
--- head/devel/bisoncpp/pkg-plist	Sat May 24 14:11:38 2014	(r355024)
+++ head/devel/bisoncpp/pkg-plist	Sat May 24 14:11:44 2014	(r355025)
@@ -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++
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-24 17:03:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!