Bug 178917 - [patch] net-p2p/p5-Net-DirectConnect
Summary: [patch] net-p2p/p5-Net-DirectConnect
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:40 UTC by Andrej Zverev
Modified: 2013-05-27 16:50 UTC (History)
0 users

See Also:


Attachments
patch.diff (781 bytes, patch)
2013-05-24 09:40 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 09:40:02 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:40:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:40:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:40:31 UTC
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
Comment 4 proler 2013-05-27 15:41:53 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-27 16:44:23 UTC
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"
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2013-05-27 16:50:40 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!