svn commit: r380608 - head/dns/dnshistory

Adam Weinberger adamw at FreeBSD.org
Fri Mar 6 16:27:47 UTC 2015


Author: adamw
Date: Fri Mar  6 16:27:45 2015
New Revision: 380608
URL: https://svnweb.freebsd.org/changeset/ports/380608
QAT: https://qat.redports.org/buildarchive/r380608/

Log:
  Upstream has disappeared, so I'm hosting this file on MASTER_SITE_LOCAL.
  It is the DNS caching system designed to work with www/awffull so it is
  worth keeping this port alive.
  
  Also, switch to USE_BDB=yes instead of 42+.
  
  Drop maintainership of this port. It's stable with no known failures, and
  is unlikely to ever see another release.

Modified:
  head/dns/dnshistory/Makefile

Modified: head/dns/dnshistory/Makefile
==============================================================================
--- head/dns/dnshistory/Makefile	Fri Mar  6 16:19:50 2015	(r380607)
+++ head/dns/dnshistory/Makefile	Fri Mar  6 16:27:45 2015	(r380608)
@@ -5,16 +5,16 @@ PORTNAME=	dnshistory
 PORTVERSION=	1.3
 PORTREVISION=	1
 CATEGORIES=	dns
-MASTER_SITES=	http://www.stedee.id.au/files/
+MASTER_SITES=	LOCAL/adamw
 
-MAINTAINER=	adamw at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Store DNS lookups to a DB
 
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USE_BDB=	42+
+USE_BDB=	yes
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz


More information about the svn-ports-head mailing list