Date: Sat, 24 May 2014 14:11:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355025 - in head/devel/bisoncpp: . files Message-ID: <201405241411.s4OEBjNI018136@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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++
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241411.s4OEBjNI018136>