diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:39:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:39:16 +0800 |
commit | 941ec99df8b7a0e434d1d0030c3e0a64303e1786 (patch) | |
tree | 08b5c64bfccdbe831673abcd20716ad3c89cb478 /net/httping | |
parent | 45f9a0a041ca2c57ea4831c6d798555e654808e0 (diff) | |
download | freebsd-ports-gnome-941ec99df8b7a0e434d1d0030c3e0a64303e1786.tar.gz freebsd-ports-gnome-941ec99df8b7a0e434d1d0030c3e0a64303e1786.tar.zst freebsd-ports-gnome-941ec99df8b7a0e434d1d0030c3e0a64303e1786.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 72b4eda3c9b2..aebf6d4528a3 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.3.4 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Ping-like tool for HTTP requests |