diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-13 03:19:25 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-13 03:19:25 +0800 |
commit | 28809bd4385b0263ef560592ff1b9b4f5aaf3ede (patch) | |
tree | 455d24d244661754d4d48160027b56330ce67c29 /dns | |
parent | b2b86a5c846bf82922075cd426d204f492ded84b (diff) | |
download | freebsd-ports-gnome-28809bd4385b0263ef560592ff1b9b4f5aaf3ede.tar.gz freebsd-ports-gnome-28809bd4385b0263ef560592ff1b9b4f5aaf3ede.tar.zst freebsd-ports-gnome-28809bd4385b0263ef560592ff1b9b4f5aaf3ede.zip |
The website for dnshistory is alive again. Restore it to MASTER_SITES. In
the period during which the website did not exist, the codebase also appeared
on launchpad.net, so add that as a backup MASTER_SITE.
Pass maintainership to Chris Hutchinson.
PR: 198548
Submitted by: lightside
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnshistory/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnshistory/Makefile b/dns/dnshistory/Makefile index e3230f20fa02..696c67b17a91 100644 --- a/dns/dnshistory/Makefile +++ b/dns/dnshistory/Makefile @@ -5,9 +5,10 @@ PORTNAME= dnshistory PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= LOCAL/adamw +MASTER_SITES= http://www.stedee.id.au/files/ \ + http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Store DNS lookups to a DB LICENSE= GPLv2 |