svn commit: r399390 - head/textproc/p5-Lingua-EN-NamedEntity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:18:33 UTC 2015


Author: sunpoet
Date: Thu Oct 15 20:18:31 2015
New Revision: 399390
URL: https://svnweb.freebsd.org/changeset/ports/399390

Log:
  - Update to 1.93
  - Add NO_ARCH
  - Remove contiguous blank lines
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Lingua-EN-NamedEntity/Changes

Modified:
  head/textproc/p5-Lingua-EN-NamedEntity/Makefile
  head/textproc/p5-Lingua-EN-NamedEntity/distinfo
  head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr
  head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist

Modified: head/textproc/p5-Lingua-EN-NamedEntity/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-NamedEntity/Makefile	Thu Oct 15 20:18:25 2015	(r399389)
+++ head/textproc/p5-Lingua-EN-NamedEntity/Makefile	Thu Oct 15 20:18:31 2015	(r399390)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Lingua-EN-NamedEntity
-PORTVERSION=	1.92
-PORTREVISION=	1
+PORTVERSION=	1.93
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +13,10 @@ COMMENT=	Basic Named Entity Extraction a
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Lingua-EN-NamedEntity/distinfo
==============================================================================
--- head/textproc/p5-Lingua-EN-NamedEntity/distinfo	Thu Oct 15 20:18:25 2015	(r399389)
+++ head/textproc/p5-Lingua-EN-NamedEntity/distinfo	Thu Oct 15 20:18:31 2015	(r399390)
@@ -1,2 +1,2 @@
-SHA256 (Lingua-EN-NamedEntity-1.92.tar.gz) = 5acc5652584e7cb0c2ae83466821a7374c8543fdea01fc73919cd396ab2ed9a3
-SIZE (Lingua-EN-NamedEntity-1.92.tar.gz) = 21752
+SHA256 (Lingua-EN-NamedEntity-1.93.tar.gz) = 285af65ef349e298c4d98c6f9726506d83036b974d7e7a6d1ba58650ebee0d75
+SIZE (Lingua-EN-NamedEntity-1.93.tar.gz) = 780841

Modified: head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr	Thu Oct 15 20:18:25 2015	(r399389)
+++ head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr	Thu Oct 15 20:18:31 2015	(r399390)
@@ -13,5 +13,4 @@ hash references looking like this:
 The additional "scores" hash reference in there breaks down the various
 possible classes for this entity in an open-ended scale.
 
-
 WWW: http://search.cpan.org/dist/Lingua-EN-NamedEntity/

Modified: head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist	Thu Oct 15 20:18:25 2015	(r399389)
+++ head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist	Thu Oct 15 20:18:31 2015	(r399390)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/Lingua::EN::NamedEntity.3.gz
 %%SITE_PERL%%/Lingua/EN/NamedEntity.pm
 %%SITE_PERL%%/Lingua/EN/NamedEntity/forename
 %%SITE_PERL%%/Lingua/EN/NamedEntity/wordlist
+%%PERL5_MAN3%%/Lingua::EN::NamedEntity.3.gz


More information about the svn-ports-head mailing list