svn commit: r421547 - head/sysutils/massadmin

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 8 13:03:06 UTC 2016


Author: amdmi3
Date: Thu Sep  8 13:03:05 2016
New Revision: 421547
URL: https://svnweb.freebsd.org/changeset/ports/421547

Log:
  - Remove dependency on p5-Net-Ping: Net::Ping is bundled with perl
  - Fix license
  
  Approved by:	portmgr (bapt)

Modified:
  head/sysutils/massadmin/Makefile

Modified: head/sysutils/massadmin/Makefile
==============================================================================
--- head/sysutils/massadmin/Makefile	Thu Sep  8 13:03:03 2016	(r421546)
+++ head/sysutils/massadmin/Makefile	Thu Sep  8 13:03:05 2016	(r421547)
@@ -3,6 +3,7 @@
 
 PORTNAME=	massadmin
 PORTVERSION=	2.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
@@ -13,7 +14,6 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	p5-Expect>=1.21:lang/p5-Expect \
 		p5-Net-Telnet>=3.03:net/p5-Net-Telnet \
-		p5-Net-Ping>=2.36:net/p5-Net-Ping \
 		p5-Proc-Queue>=1.23:devel/p5-Proc-Queue \
 		p5-IO-Tty>=1.08:devel/p5-IO-Tty
 


More information about the svn-ports-all mailing list