- 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)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of net-p2p/p5-Net-DirectConnect, Please note that PR ports/178917 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/178917 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
im approve the patch > Maintainer of net-p2p/p5-Net-DirectConnect, > > Please note that PR ports/178917 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/178917
Author: az Date: Mon May 27 15:44:15 2013 New Revision: 319257 URL: http://svnweb.freebsd.org/changeset/ports/319257 Log: - Use WWW: with a single space - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178917 Submitted by: az Approved by: oleg alexeenkov <proler@gmail.com> (maintainer) Modified: head/net-p2p/p5-Net-DirectConnect/Makefile (contents, props changed) head/net-p2p/p5-Net-DirectConnect/pkg-descr (contents, props changed) Modified: head/net-p2p/p5-Net-DirectConnect/Makefile ============================================================================== --- head/net-p2p/p5-Net-DirectConnect/Makefile Mon May 27 15:41:16 2013 (r319256) +++ head/net-p2p/p5-Net-DirectConnect/Makefile Mon May 27 15:44:15 2013 (r319257) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DirectConnect -# Date created: 2010-01-16 -# Whom: Oleg Alexeenkov <proler@gmail.com> -# +# Created by: Oleg Alexeenkov <proler@gmail.com> # $FreeBSD$ -# PORTNAME= Net-DirectConnect PORTVERSION= 0.13 @@ -33,11 +29,4 @@ PERL_CONFIGURE= yes MAN1= dcget.1 dcshare.1 MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net-p2p/p5-Net-DirectConnect/pkg-descr ============================================================================== --- head/net-p2p/p5-Net-DirectConnect/pkg-descr Mon May 27 15:41:16 2013 (r319256) +++ head/net-p2p/p5-Net-DirectConnect/pkg-descr Mon May 27 15:44:15 2013 (r319257) @@ -1,3 +1,3 @@ Direct Connect perl module with sharing client -WWW: http://search.cpan.org/dist/Net-DirectConnect/ +WWW: http://search.cpan.org/dist/Net-DirectConnect/ _______________________________________________ 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, with minor changes. Thanks!