Date: Sun, 23 Jan 2022 19:26:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fee58271cd82 - main - databases/php-xapian: Update to 1.4.19 Message-ID: <202201231926.20NJQnxS013804@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fee58271cd82aef6375f72f3dc157edfdbdfc19d commit fee58271cd82aef6375f72f3dc157edfdbdfc19d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:18:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 18:18:12 +0000 databases/php-xapian: Update to 1.4.19 Changes: https://trac.xapian.org/wiki/ReleaseOverview --- databases/php-xapian/Makefile | 4 ++-- databases/php-xapian/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index e0825e73886f..f91cd86244a2 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= xapian -PORTVERSION= 1.4.18 +PORTVERSION= 1.4.19 DISTVERSIONPREFIX= bindings- CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -18,7 +18,6 @@ BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core USES= compiler:c++11-lang libtool php:build,flavors tar:xz -IGNORE_WITH_PHP=80 81 CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --docdir=${DOCSDIR} \ @@ -36,6 +35,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --without-tcl CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config GNU_CONFIGURE= yes +IGNORE_WITH_PHP=80 81 INSTALL_TARGET= install-strip USE_CXXSTD= c++11 diff --git a/databases/php-xapian/distinfo b/databases/php-xapian/distinfo index 4b1c24973ed4..03d64c8c3a98 100644 --- a/databases/php-xapian/distinfo +++ b/databases/php-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665351 -SHA256 (xapian-bindings-1.4.18.tar.xz) = fe52064e90d202f7819130ae3ad013c8b2b9cb517ad9fd607cf41d0110c5f18f -SIZE (xapian-bindings-1.4.18.tar.xz) = 1135644 +TIMESTAMP = 1642102167 +SHA256 (xapian-bindings-1.4.19.tar.xz) = 91c385a48951aa7cdf665effd25533f7477fc22781ca712e50b5496459a2883d +SIZE (xapian-bindings-1.4.19.tar.xz) = 1137596
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231926.20NJQnxS013804>