- Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of www/p5-WWW-Contact, Please note that PR ports/178938 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178938 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: az Date: Fri Jun 7 07:51:46 2013 New Revision: 320169 URL: http://svnweb.freebsd.org/changeset/ports/320169 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 - Make portlint happy PR: ports/178938 Submitted by: az Approved by: maintainer (timeout) Modified: head/www/p5-WWW-Contact/Makefile (contents, props changed) head/www/p5-WWW-Contact/pkg-descr (contents, props changed) Modified: head/www/p5-WWW-Contact/Makefile ============================================================================== --- head/www/p5-WWW-Contact/Makefile Fri Jun 7 07:49:56 2013 (r320168) +++ head/www/p5-WWW-Contact/Makefile Fri Jun 7 07:51:46 2013 (r320169) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Contact -# Date created: 2010/02/22 -# Whom: Fred Cox -# +# Created by: Fred Cox # $FreeBSD$ -# PORTNAME= WWW-Contact PORTVERSION= 0.47 @@ -49,10 +45,4 @@ MAN3= WWW::Contact.3 \ WWW::Contact::Rediffmail.3 \ WWW::Contact::Yahoo.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-WWW-Contact/pkg-descr ============================================================================== --- head/www/p5-WWW-Contact/pkg-descr Fri Jun 7 07:49:56 2013 (r320168) +++ head/www/p5-WWW-Contact/pkg-descr Fri Jun 7 07:51:46 2013 (r320169) @@ -1,4 +1,4 @@ Perl5 contact importer for use with all the major email systems, such as Yahoo!, Gmail, Hotmail, etc. -WWW: http://search.cpan.org/dist/WWW-Contact/ +WWW: http://search.cpan.org/dist/WWW-Contact/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!