Date: Wed, 15 Jun 2022 16:44:37 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a2b4fba990c0 - main - textproc/belr: Update version 0.1.3=>5.1.32 Message-ID: <202206151644.25FGibEu079600@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2b4fba990c006ab98b384d1d5e85e510888b8c8 commit a2b4fba990c006ab98b384d1d5e85e510888b8c8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-15 16:43:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-15 16:43:00 +0000 textproc/belr: Update version 0.1.3=>5.1.32 - Update MASTER_Sites - Take MAINTAINERSHIP - Change LICENSE from GPLv2+ to GPLv3 Relnotes: https://gitlab.linphone.org/BC/public/belr/-/tags/5.1.32 --- textproc/belr/Makefile | 17 +++++++++-------- textproc/belr/distinfo | 6 +++--- textproc/belr/pkg-plist | 23 +++++++++++++++-------- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/textproc/belr/Makefile b/textproc/belr/Makefile index 7b96846c636c..e7566b166d91 100644 --- a/textproc/belr/Makefile +++ b/textproc/belr/Makefile @@ -1,21 +1,22 @@ PORTNAME= belr -PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTVERSION= 5.1.32 CATEGORIES= textproc -MASTER_SITES= https://www.linphone.org/releases/sources/belr/ +MASTER_SITES= https://gitlab.linphone.org/BC/public/${PORTNAME}/-/archive/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Language recognition library -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libbctoolbox.so:net/bctoolbox USES= cmake compiler:c++11-lib USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO -WRKSRC= ${WRKDIR}/${DISTNAME}-0 +CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ + -DCMAKE_SKIP_INSTALL_RPATH=ON \ + -DENABLE_STATIC=NO \ + -DENABLE_STRICT=NO .include <bsd.port.mk> diff --git a/textproc/belr/distinfo b/textproc/belr/distinfo index 6a1a792b3787..8892383b5d39 100644 --- a/textproc/belr/distinfo +++ b/textproc/belr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539600140 -SHA256 (belr-0.1.3.tar.gz) = 81995491f6049f67cf84339ed69880816186ed518dd5d80e6b3b793c1e139bbb -SIZE (belr-0.1.3.tar.gz) = 47659 +TIMESTAMP = 1655299218 +SHA256 (belr-5.1.32.tar.gz) = ec2ae0ab9f22fcaab3cb6615d503f83556660798db96780bb36b0ece97f681cf +SIZE (belr-5.1.32.tar.gz) = 67832 diff --git a/textproc/belr/pkg-plist b/textproc/belr/pkg-plist index 9ccb47ff3201..1b8040257f84 100644 --- a/textproc/belr/pkg-plist +++ b/textproc/belr/pkg-plist @@ -1,11 +1,18 @@ +bin/belr-compiler bin/belr-parse -include/belr/abnf.hh -include/belr/belr.hh -include/belr/grammarbuilder.hh -include/belr/parser-impl.cc -include/belr/parser.hh +bin/belr_tester +include/belr/abnf.h +include/belr/belr.h +include/belr/grammarbuilder.h +include/belr/parser.h +lib/cmake/belr/belrConfig.cmake +lib/cmake/belr/belrTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/belr/belrTargets.cmake +%%DATADIR%%-tester/res/basicgrammar.txt +%%DATADIR%%-tester/res/register.txt +%%DATADIR%%-tester/res/response.txt +%%DATADIR%%-tester/res/sipgrammar.txt +%%DATADIR%%-tester/res/vcardgrammar.txt +%%DATADIR%%/grammars/belr-grammar-example.blr lib/libbelr.so lib/libbelr.so.1 -share/Belr/cmake/BelrConfig.cmake -share/Belr/cmake/BelrTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/Belr/cmake/BelrTargets.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206151644.25FGibEu079600>