diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-09-17 16:09:15 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-09-17 21:02:28 +0000 |
| commit | 196524ec7c85656933dd0473c3d57f79665e0b7e (patch) | |
| tree | 2e76fbd2279ef684c48280faad522dee9736e67a | |
| parent | 33662da3be49298c5575ad054ce1c384b21116a6 (diff) | |
textproc/belr: Update version 5.4.24=>5.4.28
- Pet portclippy
Changelog: https://gitlab.linphone.org/BC/public/belr/-/tags/5.4.28
| -rw-r--r-- | textproc/belr/Makefile | 12 | ||||
| -rw-r--r-- | textproc/belr/distinfo | 6 | ||||
| -rw-r--r-- | textproc/belr/pkg-plist | 3 |
3 files changed, 10 insertions, 11 deletions
diff --git a/textproc/belr/Makefile b/textproc/belr/Makefile index 8191fd9dd071..4ebcab9b8ead 100644 --- a/textproc/belr/Makefile +++ b/textproc/belr/Makefile @@ -1,5 +1,5 @@ PORTNAME= belr -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org @@ -9,19 +9,17 @@ WWW= https://www.linphone.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ - ${LOCALBASE}/lib/libbcunit.a:devel/bcunit +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ + libbcunit.so:devel/bcunit USES= cmake compiler:c++17-lang dos2unix +DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt - -CMAKE_ARGS= -DCMAKE_SKIP_INSTALL_RPATH=ON \ - -DENABLE_STRICT=NO +CMAKE_ON= BUILD_SHARED_LIBS LDFLAGS+= -lpthread diff --git a/textproc/belr/distinfo b/textproc/belr/distinfo index 08f778962a38..dd9c9c53b109 100644 --- a/textproc/belr/distinfo +++ b/textproc/belr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751279842 -SHA256 (belr-5.4.24.tar.bz2) = f3fa37747b406c13e051c0186da04026eb970da16831ec6bd8e1e029beebb866 -SIZE (belr-5.4.24.tar.bz2) = 56499 +TIMESTAMP = 1758125125 +SHA256 (belr-5.4.28.tar.bz2) = f6c3689de3b9049a4155e983b72d26f4fb2ee6222e4be16aba15f02cbd513ff1 +SIZE (belr-5.4.28.tar.bz2) = 56489 diff --git a/textproc/belr/pkg-plist b/textproc/belr/pkg-plist index a5d15356ad94..7559f6982ceb 100644 --- a/textproc/belr/pkg-plist +++ b/textproc/belr/pkg-plist @@ -9,7 +9,8 @@ lib/cmake/Belr/BelrConfig.cmake lib/cmake/Belr/BelrConfigVersion.cmake lib/cmake/Belr/BelrTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Belr/BelrTargets.cmake -lib/libbelr.a +lib/libbelr.so +lib/libbelr.so.1 %%DATADIR%%-tester/res/basicgrammar.txt %%DATADIR%%-tester/res/register.txt %%DATADIR%%-tester/res/response.txt |
