diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-05-25 18:27:59 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-05-25 18:27:59 +0800 |
commit | a809d91726aa8695f7de1d32050daa3706fad885 (patch) | |
tree | 54747e9f8356eb892d27cc5d69d41ae7f7c9a946 /net-mgmt | |
parent | 37b1f20950ca5d8c0f33c34b54d1e456dd771c63 (diff) | |
download | freebsd-ports-gnome-a809d91726aa8695f7de1d32050daa3706fad885.tar.gz freebsd-ports-gnome-a809d91726aa8695f7de1d32050daa3706fad885.tar.zst freebsd-ports-gnome-a809d91726aa8695f7de1d32050daa3706fad885.zip |
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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/omping/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/omping/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/omping/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/omping/Makefile b/net-mgmt/omping/Makefile index 9cd38593db31..4c0cb15f17c7 100644 --- a/net-mgmt/omping/Makefile +++ b/net-mgmt/omping/Makefile @@ -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 functionality LICENSE= MIT USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= jfriesse PLIST_FILES= bin/${PORTNAME} \ man/man8/omping.8.gz diff --git a/net-mgmt/omping/distinfo b/net-mgmt/omping/distinfo index 32f24f3ef317..2b0bc5da806a 100644 --- a/net-mgmt/omping/distinfo +++ b/net-mgmt/omping/distinfo @@ -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 diff --git a/net-mgmt/omping/pkg-descr b/net-mgmt/omping/pkg-descr index 07bc2402715c..70cc4472c36a 100644 --- a/net-mgmt/omping/pkg-descr +++ b/net-mgmt/omping/pkg-descr @@ -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 |