From owner-svn-ports-branches@freebsd.org Fri Nov 25 14:24:40 2016 Return-Path: Delivered-To: svn-ports-branches@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 3A54FC54A84; Fri, 25 Nov 2016 14:24:40 +0000 (UTC) (envelope-from amdmi3@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 0981126D; Fri, 25 Nov 2016 14:24:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAPEOdcc058054; Fri, 25 Nov 2016 14:24:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAPEOdPT058053; Fri, 25 Nov 2016 14:24:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611251424.uAPEOdPT058053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 14:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427114 - in branches/2016Q4/misc/p5-I18N-LangTags: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 14:24:40 -0000 Author: amdmi3 Date: Fri Nov 25 14:24:39 2016 New Revision: 427114 URL: https://svnweb.freebsd.org/changeset/ports/427114 Log: MFH: r426998 - Fix perl syntax with perl 5.24+ - While here, fix typo in documentation PR: 190531 Submitted by: vess@slavof.net Approved by: maintainer timeout (daemon, 2.5 years) Approved by: ports-secteam (feld) Added: branches/2016Q4/misc/p5-I18N-LangTags/files/ - copied from r426998, head/misc/p5-I18N-LangTags/files/ Modified: branches/2016Q4/misc/p5-I18N-LangTags/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/misc/p5-I18N-LangTags/Makefile ============================================================================== --- branches/2016Q4/misc/p5-I18N-LangTags/Makefile Fri Nov 25 13:18:34 2016 (r427113) +++ branches/2016Q4/misc/p5-I18N-LangTags/Makefile Fri Nov 25 14:24:39 2016 (r427114) @@ -3,7 +3,7 @@ PORTNAME= I18N-LangTags PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5-