svn commit: r359880 - head/net-mgmt/2ping

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 30 16:21:02 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list