git: 4b930e7f996b - main - databases/py-xapian: Update to 1.4.27

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:19:01 UTC
The branch main has been updated by sunpoet:

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

commit 4b930e7f996bb7751604c71afc1cc3d35a1fbda6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:47:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:13 +0000

    databases/py-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/py-xapian/Makefile              |  2 +-
 databases/py-xapian/distinfo              |  6 +++---
 databases/py-xapian/files/patch-configure | 31 -------------------------------
 3 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile
index 2b7056ec4dc9..702e9b574437 100644
--- a/databases/py-xapian/Makefile
+++ b/databases/py-xapian/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xapian
-PORTVERSION=	1.4.26
+PORTVERSION=	1.4.27
 DISTVERSIONPREFIX=	bindings-
 CATEGORIES=	databases python
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
diff --git a/databases/py-xapian/distinfo b/databases/py-xapian/distinfo
index 0ee8740e50c8..9e69b50521eb 100644
--- a/databases/py-xapian/distinfo
+++ b/databases/py-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721499026
-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/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure
deleted file mode 100644
index d6b74ea6ebdc..000000000000
--- a/databases/py-xapian/files/patch-configure
+++ /dev/null
@@ -1,31 +0,0 @@
---- configure.orig	2024-03-07 22:58:52 UTC
-+++ configure
-@@ -18948,19 +18948,6 @@ printf "%s\n" "$version (too old)" >&6; }
-       PYTHON3_INC=`$PYTHON3 -c 'import os,sysconfig;print(sysconfig.get_path("include").replace(os.sep,"/"))' 2>/dev/null`
- 
-     fi
--    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python3 sphinx module" >&5
--printf %s "checking for python3 sphinx module... " >&6; }
--    if $PYTHON3 -c 'import sphinx' >&5 2>&5 ; then
--      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--printf "%s\n" "yes" >&6; }
--    else
--      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
--printf "%s\n" "no" >&6; }
--      if test yes = "$with_python3" ; then
--	as_fn_error $? "Couldn't import sphinx module for Python3 - try package python3-sphinx" "$LINENO" 5
--      fi
--      PYTHON3=
--    fi
-     if test -n "$PYTHON3" ; then
-                   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5
- printf %s "checking for $PYTHON3_INC/Python.h... " >&6; }
-@@ -21080,7 +21067,7 @@ if test yes = "$GXX" ; then
- 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