svn commit: r545310 - head/net/fping

Fernando Apesteguía fernape at FreeBSD.org
Wed Aug 19 10:58:16 UTC 2020


Author: fernape
Date: Wed Aug 19 10:58:15 2020
New Revision: 545310
URL: https://svnweb.freebsd.org/changeset/ports/545310

Log:
  net/fping: update to 5.0
  
  ChangeLog: https://github.com/schweikert/fping/blob/develop/CHANGELOG.md
  
  PR:	248744
  Submitted by:	jharris at widomaker.com (maintainer)

Modified:
  head/net/fping/Makefile
  head/net/fping/distinfo

Modified: head/net/fping/Makefile
==============================================================================
--- head/net/fping/Makefile	Wed Aug 19 10:52:17 2020	(r545309)
+++ head/net/fping/Makefile	Wed Aug 19 10:58:15 2020	(r545310)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	fping
-PORTVERSION=	4.4
+PORTVERSION=	5.0
 CATEGORIES=	net
-MASTER_SITES=	https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/
+MASTER_SITES=	http://fping.org/dist/ \
+		https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	jharris at widomaker.com
 COMMENT=	Quickly ping multiple hosts without flooding the network

Modified: head/net/fping/distinfo
==============================================================================
--- head/net/fping/distinfo	Wed Aug 19 10:52:17 2020	(r545309)
+++ head/net/fping/distinfo	Wed Aug 19 10:58:15 2020	(r545310)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596062696
-SHA256 (fping-4.4.tar.gz) = 9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11
-SIZE (fping-4.4.tar.gz) = 182921
+TIMESTAMP = 1597788763
+SHA256 (fping-5.0.tar.gz) = ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8
+SIZE (fping-5.0.tar.gz) = 185281


More information about the svn-ports-head mailing list