git: 29c4bcb22cf5 - main - databases/php-xapian: Update to 1.4.27
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:19:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29c4bcb22cf592c86b8d7e3c509aa8a9940d8cce
commit 29c4bcb22cf592c86b8d7e3c509aa8a9940d8cce
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:47:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:12 +0000
databases/php-xapian: Update to 1.4.27
Changes: https://trac.xapian.org/wiki/ReleaseOverview
https://github.com/xapian/xapian/blob/RELEASE/1.4/xapian-bindings/NEWS
---
databases/php-xapian/Makefile | 2 +-
databases/php-xapian/distinfo | 6 +++---
databases/php-xapian/files/patch-configure | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index 80992c1f5fbb..3254a8da4323 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xapian
-PORTVERSION= 1.4.26
+PORTVERSION= 1.4.27
DISTVERSIONPREFIX= bindings-
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
diff --git a/databases/php-xapian/distinfo b/databases/php-xapian/distinfo
index e04c61cab65a..9e69b50521eb 100644
--- a/databases/php-xapian/distinfo
+++ b/databases/php-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721499024
-SHA256 (xapian-bindings-1.4.26.tar.xz) = 550873573ee0401199f835fef51ddf89ca7bc26f7b8d1bdcca59da643fb3ca81
-SIZE (xapian-bindings-1.4.26.tar.xz) = 1114580
+TIMESTAMP = 1734888106
+SHA256 (xapian-bindings-1.4.27.tar.xz) = ba3b5e10809e579acd11bd165779ce3fd29a8904ea37968ef5b57ad97c3618ba
+SIZE (xapian-bindings-1.4.27.tar.xz) = 1116236
diff --git a/databases/php-xapian/files/patch-configure b/databases/php-xapian/files/patch-configure
deleted file mode 100644
index 14e67dc6f4e0..000000000000
--- a/databases/php-xapian/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2023-02-02 01:01:44 UTC
-+++ configure
-@@ -21048,7 +21048,7 @@ SWIG_CXXFLAGS=
- if test yes = "$GXX" ; then
- SWIG_CXXFLAGS="-fno-strict-aliasing"
-
-- XAPIAN_LIBS="$XAPIAN_LIBS -lstdc++"
-+ XAPIAN_LIBS="$XAPIAN_LIBS"
-
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext