diff options
-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" - - |