svn commit: r441674 - branches/2017Q2/net-mgmt/omping

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu May 25 10:29:03 UTC 2017


Author: rakuco
Date: Thu May 25 10:29:01 2017
New Revision: 441674
URL: https://svnweb.freebsd.org/changeset/ports/441674

Log:
  MFH: r441673
  
  Switch to USE_GITHUB.
  
  fedorahosted.org is down and the project has switched to GitHub.
  
  Comparing the GitHub tarball and the old one from distcache.FreeBSD.org, the
  former has a few new files:
  * .gitignore
  * extras/img/omping-banner-url.svg
  * extras/img/omping-banner.svg
  * extras/img/omping-icon.svg
  
  All the other contents are identical.
  
  PR:		218099
  
  Approved by:	ports-secteam (blanket approval)

Modified:
  branches/2017Q2/net-mgmt/omping/Makefile
  branches/2017Q2/net-mgmt/omping/distinfo
  branches/2017Q2/net-mgmt/omping/pkg-descr
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/net-mgmt/omping/Makefile
==============================================================================
--- branches/2017Q2/net-mgmt/omping/Makefile	Thu May 25 10:27:59 2017	(r441673)
+++ branches/2017Q2/net-mgmt/omping/Makefile	Thu May 25 10:29:01 2017	(r441674)
@@ -4,7 +4,6 @@
 PORTNAME=	omping
 PORTVERSION=	0.0.4
 CATEGORIES=	net-mgmt
-MASTER_SITES=	https://fedorahosted.org/releases/o/m/${PORTNAME}/
 
 MAINTAINER=	fw at moov.de
 COMMENT=	Tool to test IP multicast functionality
@@ -12,6 +11,8 @@ COMMENT=	Tool to test IP multicast funct
 LICENSE=	MIT
 
 USES=		gmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	jfriesse
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man8/omping.8.gz

Modified: branches/2017Q2/net-mgmt/omping/distinfo
==============================================================================
--- branches/2017Q2/net-mgmt/omping/distinfo	Thu May 25 10:27:59 2017	(r441673)
+++ branches/2017Q2/net-mgmt/omping/distinfo	Thu May 25 10:29:01 2017	(r441674)
@@ -1,2 +1,3 @@
-SHA256 (omping-0.0.4.tar.gz) = 8909616b007139138d9d1cb51cc234edaf728f20a26897ef2959a570da02dc0a
-SIZE (omping-0.0.4.tar.gz) = 44287
+TIMESTAMP = 1495700714
+SHA256 (jfriesse-omping-0.0.4_GH0.tar.gz) = d3792111a748e3b884496c9d3c249cf20f3a576bb7d3ee957694a637196fc60b
+SIZE (jfriesse-omping-0.0.4_GH0.tar.gz) = 48462

Modified: branches/2017Q2/net-mgmt/omping/pkg-descr
==============================================================================
--- branches/2017Q2/net-mgmt/omping/pkg-descr	Thu May 25 10:27:59 2017	(r441673)
+++ branches/2017Q2/net-mgmt/omping/pkg-descr	Thu May 25 10:29:01 2017	(r441674)
@@ -7,4 +7,4 @@ Features
 * Implementation of RFC Draft draft-ietf-mboned-ssmping-08
 * Any-source and Source-specific Multicast
 
-WWW: https://fedorahosted.org/omping/
+WWW: https://github.com/jfriesse/omping


More information about the svn-ports-all mailing list