svn commit: r506693 - in head/www/pecl-solr: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 15 17:45:36 UTC 2019
Author: sunpoet
Date: Mon Jul 15 17:45:32 2019
New Revision: 506693
URL: https://svnweb.freebsd.org/changeset/ports/506693
Log:
Update to 2.5.0
- While I'm here:
- Add LICENSE_FILE
- Remove outdated patch for PHP 5
Changes: http://pecl.php.net/package-changelog.php?package=solr
PR: 239211
Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer)
Deleted:
head/www/pecl-solr/files/patch-config.m4
head/www/pecl-solr/files/patch-src_php5_php__solr.c
Modified:
head/www/pecl-solr/Makefile
head/www/pecl-solr/distinfo
Modified: head/www/pecl-solr/Makefile
==============================================================================
--- head/www/pecl-solr/Makefile Mon Jul 15 17:45:26 2019 (r506692)
+++ head/www/pecl-solr/Makefile Mon Jul 15 17:45:32 2019 (r506693)
@@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= solr
-PORTVERSION= 2.4.0
+PORTVERSION= 2.5.0
CATEGORIES= www
MAINTAINER= gaod at hychen.org
COMMENT= PHP extension for Apache Solr
LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2
USES= php:pecl
USE_PHP= json:build
-IGNORE_WITH_PHP= 72 73
.include <bsd.port.mk>
Modified: head/www/pecl-solr/distinfo
==============================================================================
--- head/www/pecl-solr/distinfo Mon Jul 15 17:45:26 2019 (r506692)
+++ head/www/pecl-solr/distinfo Mon Jul 15 17:45:32 2019 (r506693)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491395894
-SHA256 (PECL/solr-2.4.0.tgz) = 22865dafb76fc5839e84a5bd423bb37d5062883e5dfc4d064b43129ac9f2752c
-SIZE (PECL/solr-2.4.0.tgz) = 256316
+TIMESTAMP = 1563204472
+SHA256 (PECL/solr-2.5.0.tgz) = f34c6159515bf229a6f72aab374c40d8dfc9c51d74f0d11fe30a611cbdb5c546
+SIZE (PECL/solr-2.5.0.tgz) = 721839
More information about the svn-ports-all
mailing list