From owner-svn-ports-head@freebsd.org Tue Jul 5 20:49:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38250B71E92; Tue, 5 Jul 2016 20:49:34 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E020F1B91; Tue, 5 Jul 2016 20:49:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u65KnXkE050839; Tue, 5 Jul 2016 20:49:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u65KnWSb050835; Tue, 5 Jul 2016 20:49:32 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201607052049.u65KnWSb050835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 5 Jul 2016 20:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418112 - head/dns/dlint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 20:49:34 -0000 Author: rene Date: Tue Jul 5 20:49:32 2016 New Revision: 418112 URL: https://svnweb.freebsd.org/changeset/ports/418112 Log: dns/dlint: unbreak - update to 1.4.1 - update MASTER_SITES PR: 205334 Submitted by: Chris Hutchinson Approved by: maintainer (jlaffaye) Modified: head/dns/dlint/Makefile head/dns/dlint/distinfo head/dns/dlint/pkg-descr Modified: head/dns/dlint/Makefile ============================================================================== --- head/dns/dlint/Makefile Tue Jul 5 20:26:13 2016 (r418111) +++ head/dns/dlint/Makefile Tue Jul 5 20:49:32 2016 (r418112) @@ -2,19 +2,15 @@ # $FreeBSD$ PORTNAME= dlint -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= dns -MASTER_SITES= http://www.sfr-fresh.com/unix/misc/dns/ \ - http://www.sourcefiles.org/Networking/Tools/DNS/ -DISTNAME= dlint${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/dns/dlint/ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 -USES= shebangfix +USES= shebangfix tar:xz +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= digparse Modified: head/dns/dlint/distinfo ============================================================================== --- head/dns/dlint/distinfo Tue Jul 5 20:26:13 2016 (r418111) +++ head/dns/dlint/distinfo Tue Jul 5 20:49:32 2016 (r418112) @@ -1,2 +1,3 @@ -SHA256 (dlint1.4.0.tar.gz) = ee9a955faa0cd3b5edb9c623d48fa9314ddeb00b34ff9aba08ae737814ff5e5c -SIZE (dlint1.4.0.tar.gz) = 23007 +TIMESTAMP = 1467747663 +SHA256 (dlint-1.4.1.tar.xz) = f542b03a1eff2b7850d353f5227976e418f98305bf163ac1e184360cc8222197 +SIZE (dlint-1.4.1.tar.xz) = 22100 Modified: head/dns/dlint/pkg-descr ============================================================================== --- head/dns/dlint/pkg-descr Tue Jul 5 20:26:13 2016 (r418111) +++ head/dns/dlint/pkg-descr Tue Jul 5 20:49:32 2016 (r418112) @@ -10,4 +10,4 @@ the standard DNS network protocol. Dlin do no more than syntax-check your database files. Dlint's messages are very informative and suggest ways to fix the problems, not just complain about them. -WWW: http://www.domtools.com/dns/dlint.shtml +WWW: http://BSDforge.com/projects/dns/dlint