diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-11-15 16:32:14 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-11-15 16:32:14 +0800 |
commit | 19317cda78fe37007bc58cec91811b4819b6df43 (patch) | |
tree | 5e0c12ae70ed97cdae71d804d0ba72ad89f27dcd /www/pecl-solr | |
parent | 04f53a7c2142a164e3e51726c34b000bea6a8154 (diff) | |
download | freebsd-ports-gnome-19317cda78fe37007bc58cec91811b4819b6df43.tar.gz freebsd-ports-gnome-19317cda78fe37007bc58cec91811b4819b6df43.tar.zst freebsd-ports-gnome-19317cda78fe37007bc58cec91811b4819b6df43.zip |
www/pecl-solr: update 2.5.0 -> 2.5.1
- adds php8 support
PR: 250901
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Relnotes: https://pecl.php.net/package-changelog.php?package=solr&release=2.5.1
Diffstat (limited to 'www/pecl-solr')
-rw-r--r-- | www/pecl-solr/Makefile | 3 | ||||
-rw-r--r-- | www/pecl-solr/distinfo | 6 | ||||
-rw-r--r-- | www/pecl-solr/files/patch-src_php7_solr__types.h | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index 71a5f8963c3a..02bea7bed2fa 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= solr -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= www MAINTAINER= gaod@hychen.org diff --git a/www/pecl-solr/distinfo b/www/pecl-solr/distinfo index 80d1a05ff49e..3d1f8d16e16b 100644 --- a/www/pecl-solr/distinfo +++ b/www/pecl-solr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563204472 -SHA256 (PECL/solr-2.5.0.tgz) = f34c6159515bf229a6f72aab374c40d8dfc9c51d74f0d11fe30a611cbdb5c546 -SIZE (PECL/solr-2.5.0.tgz) = 721839 +TIMESTAMP = 1604664752 +SHA256 (PECL/solr-2.5.1.tgz) = 2b41601e74fe371e6525579637a8ddff270e58a0ff636e7f56df8919d6e7777d +SIZE (PECL/solr-2.5.1.tgz) = 619983 diff --git a/www/pecl-solr/files/patch-src_php7_solr__types.h b/www/pecl-solr/files/patch-src_php7_solr__types.h deleted file mode 100644 index 52ad8ad29762..000000000000 --- a/www/pecl-solr/files/patch-src_php7_solr__types.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/php7/solr_types.h.orig 2016-03-30 13:42:31 UTC -+++ src/php7/solr_types.h -@@ -53,6 +53,7 @@ - #include <libxml/tree.h> - - typedef unsigned char solr_bool; -+typedef unsigned long ulong; /* Short for unsigned long */ - - #include "solr_string.h" - - |