From owner-svn-ports-all@FreeBSD.ORG Mon May 27 09:24:31 2013 Return-Path: Delivered-To: svn-ports-all@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 20C46D69; Mon, 27 May 2013 09:24:31 +0000 (UTC) (envelope-from culot@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 10F48F81; Mon, 27 May 2013 09:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4R9OUrU021959; Mon, 27 May 2013 09:24:30 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4R9OUXJ021957; Mon, 27 May 2013 09:24:30 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201305270924.r4R9OUXJ021957@svn.freebsd.org> From: Frederic Culot Date: Mon, 27 May 2013 09:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319188 - head/www/p5-URI-Encode 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.14 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: Mon, 27 May 2013 09:24:31 -0000 Author: culot Date: Mon May 27 09:24:30 2013 New Revision: 319188 URL: http://svnweb.freebsd.org/changeset/ports/319188 Log: - Remove obsolete dependency for PERL_LEVEL < 5.12 [1] - Pet portlint(1) by changing tab into space in WWW link PR: ports/178937 [1] Submitted by: az@ Modified: head/www/p5-URI-Encode/Makefile head/www/p5-URI-Encode/pkg-descr Modified: head/www/p5-URI-Encode/Makefile ============================================================================== --- head/www/p5-URI-Encode/Makefile Mon May 27 09:22:33 2013 (r319187) +++ head/www/p5-URI-Encode/Makefile Mon May 27 09:24:30 2013 (r319188) @@ -18,11 +18,4 @@ PERL_CONFIGURE= yes MAN3= URI::Encode.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include +.include Modified: head/www/p5-URI-Encode/pkg-descr ============================================================================== --- head/www/p5-URI-Encode/pkg-descr Mon May 27 09:22:33 2013 (r319187) +++ head/www/p5-URI-Encode/pkg-descr Mon May 27 09:24:30 2013 (r319188) @@ -1,3 +1,3 @@ This modules provides simple URI (Percent) encoding/decoding. -WWW: http://search.cpan.org/dist/URI-Encode/ +WWW: http://search.cpan.org/dist/URI-Encode/