svn commit: r367338 - head/textproc/p5-Text-Ngram

Frederic Culot culot at FreeBSD.org
Fri Sep 5 13:32:56 UTC 2014


Author: culot
Date: Fri Sep  5 13:32:55 2014
New Revision: 367338
URL: http://svnweb.freebsd.org/changeset/ports/367338
QAT: https://qat.redports.org/buildarchive/r367338/

Log:
  - Update to 0.15
  
  Changes:	http://search.cpan.org/dist/Text-Ngram/Changes

Modified:
  head/textproc/p5-Text-Ngram/Makefile
  head/textproc/p5-Text-Ngram/distinfo

Modified: head/textproc/p5-Text-Ngram/Makefile
==============================================================================
--- head/textproc/p5-Text-Ngram/Makefile	Fri Sep  5 13:24:39 2014	(r367337)
+++ head/textproc/p5-Text-Ngram/Makefile	Fri Sep  5 13:32:55 2014	(r367338)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-Ngram
-PORTVERSION=	0.14
+PORTVERSION=	0.15
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,13 @@ COMMENT=	Perl module for n-gram analysis
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Unicode-CaseFold>=1.00:${PORTSDIR}/textproc/p5-Unicode-CaseFold
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+		${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Text/Ngram/Ngram.so
+
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Ngram/distinfo
==============================================================================
--- head/textproc/p5-Text-Ngram/distinfo	Fri Sep  5 13:24:39 2014	(r367337)
+++ head/textproc/p5-Text-Ngram/distinfo	Fri Sep  5 13:32:55 2014	(r367338)
@@ -1,2 +1,2 @@
-SHA256 (Text-Ngram-0.14.tar.gz) = be828634315e76181bdfdfc4193515d81fd6ceb69463c135ff856d7db7b4fb48
-SIZE (Text-Ngram-0.14.tar.gz) = 22264
+SHA256 (Text-Ngram-0.15.tar.gz) = e2ef1da66427145842c23cc7cf6631dfa2a0ebcaf54debdfa81b72a38ece4a84
+SIZE (Text-Ngram-0.15.tar.gz) = 22396


More information about the svn-ports-head mailing list