From owner-svn-ports-head@FreeBSD.ORG Fri May 24 08:34:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A9B6C2B6; Fri, 24 May 2013 08:34:00 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0628FE; Fri, 24 May 2013 08:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4O8Y07k023088; Fri, 24 May 2013 08:34:00 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4O8Y02r023087; Fri, 24 May 2013 08:34:00 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305240834.r4O8Y02r023087@svn.freebsd.org> From: Andrej Zverev Date: Fri, 24 May 2013 08:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318927 - head/misc/p5-Locale-SubCountry 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.14 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: Fri, 24 May 2013 08:34:00 -0000 Author: az Date: Fri May 24 08:34:00 2013 New Revision: 318927 URL: http://svnweb.freebsd.org/changeset/ports/318927 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 Modified: head/misc/p5-Locale-SubCountry/Makefile (contents, props changed) Modified: head/misc/p5-Locale-SubCountry/Makefile ============================================================================== --- head/misc/p5-Locale-SubCountry/Makefile Fri May 24 08:22:57 2013 (r318926) +++ head/misc/p5-Locale-SubCountry/Makefile Fri May 24 08:34:00 2013 (r318927) @@ -18,10 +18,4 @@ PERL_MODBUILD= yes MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 -.include - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include