Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 16:21:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359880 - head/net-mgmt/2ping
Message-ID:  <201406301621.s5UGL21v082285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 30 16:21:01 2014
New Revision: 359880
URL: http://svnweb.freebsd.org/changeset/ports/359880
QAT: https://qat.redports.org/buildarchive/r359880/

Log:
  - Fix *_DEPENDS: Digest::MD5 and Digest::SHA are already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/net-mgmt/2ping/Makefile

Modified: head/net-mgmt/2ping/Makefile
==============================================================================
--- head/net-mgmt/2ping/Makefile	Mon Jun 30 16:17:31 2014	(r359879)
+++ head/net-mgmt/2ping/Makefile	Mon Jun 30 16:21:01 2014	(r359880)
@@ -2,18 +2,18 @@
 
 PORTNAME=	2ping
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	http://www.finnie.org/software/2ping/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Bi-directional ping utility
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
-		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
-		p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
+BUILD_DEPENDS=	p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
 		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



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