From owner-svn-ports-all@freebsd.org Sun Jun 18 05:51:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74ADFD89CE5; Sun, 18 Jun 2017 05:51:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3A60984D5E; Sun, 18 Jun 2017 05:51:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5I5psui072297; Sun, 18 Jun 2017 05:51:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5I5psaT072296; Sun, 18 Jun 2017 05:51:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706180551.v5I5psaT072296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Jun 2017 05:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443811 - head/textproc/p5-Lingua-Identify-CLD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jun 2017 05:51:55 -0000 Author: sunpoet Date: Sun Jun 18 05:51:54 2017 New Revision: 443811 URL: https://svnweb.freebsd.org/changeset/ports/443811 Log: Remove Perl core modules - While I'm here, update version requirement of BUILD_DEPENDS - Bump PORTREVISION for dependency change With hat: perl Modified: head/textproc/p5-Lingua-Identify-CLD/Makefile Modified: head/textproc/p5-Lingua-Identify-CLD/Makefile ============================================================================== --- head/textproc/p5-Lingua-Identify-CLD/Makefile Sun Jun 18 05:51:48 2017 (r443810) +++ head/textproc/p5-Lingua-Identify-CLD/Makefile Sun Jun 18 05:51:54 2017 (r443811) @@ -3,7 +3,7 @@ PORTNAME= Lingua-Identify-CLD PORTVERSION= 0.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,9 @@ COMMENT= Interface to Chrome language detection librar LICENSE= BSD3CLAUSE +BUILD_DEPENDS= p5-Config-AutoConf>=0.17:devel/p5-Config-AutoConf \ + p5-ExtUtils-LibBuilder>=0.04:devel/p5-ExtUtils-LibBuilder LIB_DEPENDS= libcld.so:devel/cld -BUILD_DEPENDS= p5-Config-AutoConf>=0.16:devel/p5-Config-AutoConf \ - p5-ExtUtils-CBuilder>0.27:devel/p5-ExtUtils-CBuilder \ - p5-ExtUtils-ParseXS>=0:devel/p5-ExtUtils-ParseXS \ - p5-ExtUtils-LibBuilder>=0.02:devel/p5-ExtUtils-LibBuilder -RUN_DEPENDS= p5-XSLoader>=0:devel/p5-XSLoader USES= perl5 USE_PERL5= modbuild