aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-21 09:56:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-21 09:56:40 +0000
commitd2afa19fc45ddf7b6e73581d184f44988f78bfd2 (patch)
treeb0eae6e552b4ecf6df51dfa8d08ce6841d78aeea
parent242aaaac7220910f9bbf3be582b6fb017ae2558b (diff)
downloadports-d2afa19fc45ddf7b6e73581d184f44988f78bfd2.tar.gz
ports-d2afa19fc45ddf7b6e73581d184f44988f78bfd2.zip
databases/php-xapian: Update to 1.4.26
-rw-r--r--databases/php-xapian/Makefile2
-rw-r--r--databases/php-xapian/distinfo6
-rw-r--r--databases/php-xapian/files/patch-configure2
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index 58ca4d445c23..80992c1f5fbb 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xapian
-PORTVERSION= 1.4.25
+PORTVERSION= 1.4.26
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 ce89a054cc5f..e04c61cab65a 100644
--- a/databases/php-xapian/distinfo
+++ b/databases/php-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712356
-SHA256 (xapian-bindings-1.4.25.tar.xz) = 068314fca3f54524701492df432fa54c485fd4e39613ca2cd275e136964e81a9
-SIZE (xapian-bindings-1.4.25.tar.xz) = 1076644
+TIMESTAMP = 1721499024
+SHA256 (xapian-bindings-1.4.26.tar.xz) = 550873573ee0401199f835fef51ddf89ca7bc26f7b8d1bdcca59da643fb3ca81
+SIZE (xapian-bindings-1.4.26.tar.xz) = 1114580
diff --git a/databases/php-xapian/files/patch-configure b/databases/php-xapian/files/patch-configure
index 6b9dce2bb21b..14e67dc6f4e0 100644
--- a/databases/php-xapian/files/patch-configure
+++ b/databases/php-xapian/files/patch-configure
@@ -5,7 +5,7 @@
SWIG_CXXFLAGS="-fno-strict-aliasing"
- XAPIAN_LIBS="$XAPIAN_LIBS -lstdc++"
-+ XAPIAN_LIBS="$XAPIAN_LIBS "
++ XAPIAN_LIBS="$XAPIAN_LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext