Skip to content

Commit

Permalink
textproc/belr: Update version 0.1.3=>5.1.32
Browse files Browse the repository at this point in the history
- Update MASTER_Sites
- Take MAINTAINERSHIP
- Change LICENSE from GPLv2+ to GPLv3

Relnotes: https://gitlab.linphone.org/BC/public/belr/-/tags/5.1.32
  • Loading branch information
5u623l20 committed Jun 15, 2022
1 parent d1243a5 commit a2b4fba
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
17 changes: 9 additions & 8 deletions 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>
6 changes: 3 additions & 3 deletions 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
23 changes: 15 additions & 8 deletions 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

0 comments on commit a2b4fba

Please sign in to comment.