From owner-svn-ports-all@FreeBSD.ORG Fri Mar 6 16:27:47 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EBDAB51; Fri, 6 Mar 2015 16:27:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 ED530EBE; Fri, 6 Mar 2015 16:27:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t26GRk0c030894; Fri, 6 Mar 2015 16:27:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t26GRk0p030893; Fri, 6 Mar 2015 16:27:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503061627.t26GRk0p030893@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 6 Mar 2015 16:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380608 - head/dns/dnshistory X-SVN-Group: ports-head 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.18-1 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: Fri, 06 Mar 2015 16:27:47 -0000 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@FreeBSD.org +MAINTAINER= ports@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