From owner-svn-ports-head@FreeBSD.ORG Mon Feb 23 10:08:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F1C7C25; Mon, 23 Feb 2015 10:08:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A550BEA; Mon, 23 Feb 2015 10:08:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1NA8O4E027994; Mon, 23 Feb 2015 10:08:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1NA8O6v027992; Mon, 23 Feb 2015 10:08:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502231008.t1NA8O6v027992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Feb 2015 10:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379660 - head/textproc/p5-Lingua-EN-MatchNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2015 10:08:24 -0000 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 +.include + +.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 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