diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 16:38:49 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 17:15:36 +0000 |
commit | 436b13047e5aa5f857c6d68b2830c07ddd66072a (patch) | |
tree | ec01b712c6d4f7929cf03aaeb69dfe5d5c2b777c | |
parent | 93d2ea22930b3cccf6517d2be3eeb666e6977157 (diff) | |
download | ports-436b13047e5aa5f857c6d68b2830c07ddd66072a.tar.gz ports-436b13047e5aa5f857c6d68b2830c07ddd66072a.zip |
databases/py-xapian: Update to 1.4.24
- Clean up CONFIGURE_ARGS
Changes: https://trac.xapian.org/wiki/ReleaseOverview
-rw-r--r-- | databases/py-xapian/Makefile | 3 | ||||
-rw-r--r-- | databases/py-xapian/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile index 5f9298ec38f3..5ca4b6d236db 100644 --- a/databases/py-xapian/Makefile +++ b/databases/py-xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian -PORTVERSION= 1.4.23 +PORTVERSION= 1.4.24 DISTVERSIONPREFIX= bindings- CATEGORIES= databases python MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -29,7 +29,6 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --without-lua \ --without-perl \ --without-php \ - --without-php7 \ --without-python \ --without-ruby \ --without-tcl diff --git a/databases/py-xapian/distinfo b/databases/py-xapian/distinfo index b50a6fd70d55..ea9adf0397d4 100644 --- a/databases/py-xapian/distinfo +++ b/databases/py-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688902029 -SHA256 (xapian-bindings-1.4.23.tar.xz) = e0bc8cc0ecf0568549c50b51fd59e4cffb5318d6f202afcd4465855ef5f33f7d -SIZE (xapian-bindings-1.4.23.tar.xz) = 1076480 +TIMESTAMP = 1699774490 +SHA256 (xapian-bindings-1.4.24.tar.xz) = 513d578488279198ace13ad497510d2b22204d5d794b64143d05b7be974eb6cf +SIZE (xapian-bindings-1.4.24.tar.xz) = 1112744 |