diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-23 18:18:12 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-23 18:18:12 +0000 |
commit | fee58271cd82aef6375f72f3dc157edfdbdfc19d (patch) | |
tree | d33922ca5a3f6bfbe7d0a35d668cc46683b45d96 | |
parent | 2d8c3894a4ff851bbf8681302311f0e106250288 (diff) | |
download | ports-fee58271cd82aef6375f72f3dc157edfdbdfc19d.tar.gz ports-fee58271cd82aef6375f72f3dc157edfdbdfc19d.zip |
databases/php-xapian: Update to 1.4.19
-rw-r--r-- | databases/php-xapian/Makefile | 4 | ||||
-rw-r--r-- | 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 |