svn commit: r490196 - head/textproc/p5-Apache-Solr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 13 20:09:37 UTC 2019


Author: sunpoet
Date: Sun Jan 13 20:09:33 2019
New Revision: 490196
URL: https://svnweb.freebsd.org/changeset/ports/490196

Log:
  Update to 1.05
  
  - Fix LICENSE
  - Add missing *_DEPENDS
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/Apache-Solr

Modified:
  head/textproc/p5-Apache-Solr/Makefile
  head/textproc/p5-Apache-Solr/distinfo

Modified: head/textproc/p5-Apache-Solr/Makefile
==============================================================================
--- head/textproc/p5-Apache-Solr/Makefile	Sun Jan 13 20:09:28 2019	(r490195)
+++ head/textproc/p5-Apache-Solr/Makefile	Sun Jan 13 20:09:33 2019	(r490196)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Apache-Solr
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	textproc www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -9,9 +9,21 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	High level interface to the Solr server
 
-LICENSE=	ART10
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-HTTP-Message>=0:www/p5-HTTP-Message \
+		p5-JSON>=0:converters/p5-JSON \
+		p5-Log-Report>=0:devel/p5-Log-Report \
+		p5-MIME-Types>=0:mail/p5-MIME-Types \
+		p5-URI>=0:net/p5-URI \
+		p5-XML-LibXML-Simple>=0:textproc/p5-XML-LibXML-Simple \
+		p5-libwww>=0:www/p5-libwww
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Apache-Solr/distinfo
==============================================================================
--- head/textproc/p5-Apache-Solr/distinfo	Sun Jan 13 20:09:28 2019	(r490195)
+++ head/textproc/p5-Apache-Solr/distinfo	Sun Jan 13 20:09:33 2019	(r490196)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497626195
-SHA256 (Apache-Solr-1.04.tar.gz) = 9ae71d8c5a6783e1f6a7682529071cbbbd279eeb422876f8f3babf0f82c7e8df
-SIZE (Apache-Solr-1.04.tar.gz) = 42162
+TIMESTAMP = 1547401658
+SHA256 (Apache-Solr-1.05.tar.gz) = 00ef2cdb653a2a525c6d12310327ec2b3b0ea2b23ea0ac486ebe9be3649c9bd3
+SIZE (Apache-Solr-1.05.tar.gz) = 43379


More information about the svn-ports-head mailing list