Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 15:44:16 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319257 - head/net-p2p/p5-Net-DirectConnect
Message-ID:  <201305271544.r4RFiGfg050889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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