Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2019 17:45:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506693 - in head/www/pecl-solr: . files
Message-ID:  <201907151745.x6FHjWec023804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907151745.x6FHjWec023804>