svn commit: r379660 - head/textproc/p5-Lingua-EN-MatchNames
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 23 10:08:24 UTC 2015
Author: sunpoet
Date: Mon Feb 23 10:08:23 2015
New Revision: 379660
URL: https://svnweb.freebsd.org/changeset/ports/379660
QAT: https://qat.redports.org/buildarchive/r379660/
Log:
- Update to 1.35
Changes: http://search.cpan.org/dist/Lingua-EN-MatchNames/Changes
Modified:
head/textproc/p5-Lingua-EN-MatchNames/Makefile
head/textproc/p5-Lingua-EN-MatchNames/distinfo
Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-MatchNames/Makefile Mon Feb 23 10:08:17 2015 (r379659)
+++ head/textproc/p5-Lingua-EN-MatchNames/Makefile Mon Feb 23 10:08:23 2015 (r379660)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Lingua-EN-MatchNames
-PORTVERSION= 1.34
+PORTVERSION= 1.35
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,4 +22,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+= p5-Text-Soundex>=0:${PORTSDIR}/textproc/p5-Text-Soundex
+RUN_DEPENDS+= p5-Text-Soundex>=0:${PORTSDIR}/textproc/p5-Text-Soundex
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/textproc/p5-Lingua-EN-MatchNames/distinfo
==============================================================================
--- head/textproc/p5-Lingua-EN-MatchNames/distinfo Mon Feb 23 10:08:17 2015 (r379659)
+++ head/textproc/p5-Lingua-EN-MatchNames/distinfo Mon Feb 23 10:08:23 2015 (r379660)
@@ -1,2 +1,2 @@
-SHA256 (Lingua-EN-MatchNames-1.34.tar.gz) = 268ca1a733a37854a6bf9912585ac19da64a07c878d5c263b392fa32b409d580
-SIZE (Lingua-EN-MatchNames-1.34.tar.gz) = 4674
+SHA256 (Lingua-EN-MatchNames-1.35.tar.gz) = 392c18daa8888f7542e1911d1926f5054d639ceb089c3f2bda18c5bd4629b9f6
+SIZE (Lingua-EN-MatchNames-1.35.tar.gz) = 4804
More information about the svn-ports-head
mailing list