Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 00:38:39 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af779c4cf9d7 - main - devel/bear: Update to 3.0.16
Message-ID:  <202109270038.18R0cd1e001797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af779c4cf9d7707a78017a8a54fca10bcd3e1ea5

commit af779c4cf9d7707a78017a8a54fca10bcd3e1ea5
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-09-27 00:33:08 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-09-27 00:38:11 +0000

    devel/bear: Update to 3.0.16
    
    Remove the local patch for the $LIB dynamic library token that was only
    supported on GNU/Linux.  Upstream has switched the multilib conditional
    to be for GNU/Linux only.
    
    https://github.com/rizsotto/Bear/releases/tag/3.0.16
---
 devel/bear/Makefile                       |  2 +-
 devel/bear/distinfo                       |  6 +++---
 devel/bear/files/patch-source_config.h.in | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/devel/bear/Makefile b/devel/bear/Makefile
index 9f47a29c02fd..abf782b396a5 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -1,7 +1,7 @@
 # Created by: Jov <amutu@amutu.com>
 
 PORTNAME=	bear
-DISTVERSION=	3.0.15
+DISTVERSION=	3.0.16
 CATEGORIES=	devel
 
 MAINTAINER=	jrm@FreeBSD.org
diff --git a/devel/bear/distinfo b/devel/bear/distinfo
index 75cc4e475a1a..43a0c07520ba 100644
--- a/devel/bear/distinfo
+++ b/devel/bear/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631501724
-SHA256 (rizsotto-Bear-3.0.15_GH0.tar.gz) = a121ef68f58fdd0cc9fade11a98ae87c7d4d69cbf8d05b3c19624095d23b9a39
-SIZE (rizsotto-Bear-3.0.15_GH0.tar.gz) = 122875
+TIMESTAMP = 1632700204
+SHA256 (rizsotto-Bear-3.0.16_GH0.tar.gz) = 877ee5e89e8445f74df95f2f3896597f04b86a4e5d0dbbca07ac71027dcb362d
+SIZE (rizsotto-Bear-3.0.16_GH0.tar.gz) = 122948
diff --git a/devel/bear/files/patch-source_config.h.in b/devel/bear/files/patch-source_config.h.in
deleted file mode 100644
index 66bba3ec6b3f..000000000000
--- a/devel/bear/files/patch-source_config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/config.h.in.orig	2021-09-17 02:20:21 UTC
-+++ source/config.h.in
-@@ -132,7 +132,7 @@ namespace cmd {
-         // And use the `libexec.so` path default value with a single path,
-         // that matches both. (The match can be achieved by the $LIB token
-         // expansion from the dynamic loader. See `man ld.so` for more.)
--        constexpr char DEFAULT_PATH[] = "@ROOT_INSTALL_PREFIX@/$LIB/bear/@CMAKE_SHARED_LIBRARY_PREFIX@exec@CMAKE_SHARED_LIBRARY_SUFFIX@";
-+        constexpr char DEFAULT_PATH[] = "@ROOT_INSTALL_PREFIX@/lib/bear/@CMAKE_SHARED_LIBRARY_PREFIX@exec@CMAKE_SHARED_LIBRARY_SUFFIX@";
- 
-         constexpr char KEY_REPORTER[] = "INTERCEPT_REPORT_COMMAND";
-         constexpr char KEY_DESTINATION[] = "INTERCEPT_REPORT_DESTINATION";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109270038.18R0cd1e001797>