From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 22:51:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5CBD1CD; Thu, 27 Feb 2014 22:51:32 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A26221045; Thu, 27 Feb 2014 22:51:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1RMpWMC026108; Thu, 27 Feb 2014 22:51:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1RMpW0F026105; Thu, 27 Feb 2014 22:51:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402272251.s1RMpW0F026105@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Feb 2014 22:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346400 - head/textproc/p5-podlators 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.17 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: Thu, 27 Feb 2014 22:51:32 -0000 Author: sunpoet Date: Thu Feb 27 22:51:31 2014 New Revision: 346400 URL: http://svnweb.freebsd.org/changeset/ports/346400 QAT: https://qat.redports.org/buildarchive/r346400/ Log: - Remove outdated PERL_LEVEL check Modified: head/textproc/p5-podlators/Makefile head/textproc/p5-podlators/pkg-plist Modified: head/textproc/p5-podlators/Makefile ============================================================================== --- head/textproc/p5-podlators/Makefile Thu Feb 27 22:50:58 2014 (r346399) +++ head/textproc/p5-podlators/Makefile Thu Feb 27 22:51:31 2014 (r346400) @@ -17,19 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501400 -PLIST_SUB+= PERL5_12="" -.else -PLIST_SUB+= PERL5_12="@comment " -.endif - post-patch: -.if ${PERL_LEVEL} < 501400 - @${REINPLACE_CMD} -e '/pod2text/d; s/man1pod.*pod2man.*//' ${WRKSRC}/Makefile.PL -.else @${REINPLACE_CMD} -e "/man1pod (/d; /EXE_FILES/d" ${WRKSRC}/Makefile.PL -.endif -.include +.include Modified: head/textproc/p5-podlators/pkg-plist ============================================================================== --- head/textproc/p5-podlators/pkg-plist Thu Feb 27 22:50:58 2014 (r346399) +++ head/textproc/p5-podlators/pkg-plist Thu Feb 27 22:51:31 2014 (r346400) @@ -1,4 +1,3 @@ -%%PERL5_12%%man/man1/perlpodstyle.1.gz %%PERL5_MAN3%%/Pod::Man.3.gz %%PERL5_MAN3%%/Pod::ParseLink.3.gz %%PERL5_MAN3%%/Pod::Text.3.gz