Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 09:24:30 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319188 - head/www/p5-URI-Encode
Message-ID:  <201305270924.r4R9OUXJ021957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305270924.r4R9OUXJ021957>