From owner-svn-ports-all@freebsd.org Thu May 25 10:29:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FCECD80295; Thu, 25 May 2017 10:29:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 460AE15C7; Thu, 25 May 2017 10:29:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4PAT2Cs053850; Thu, 25 May 2017 10:29:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PAT2nl053847; Thu, 25 May 2017 10:29:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705251029.v4PAT2nl053847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 May 2017 10:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441674 - branches/2017Q2/net-mgmt/omping X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 10:29:03 -0000 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@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