From owner-svn-ports-head@FreeBSD.ORG Mon Apr 22 13:15:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C3A6D23; Mon, 22 Apr 2013 13:15:08 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F14401AC0; Mon, 22 Apr 2013 13:15:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3MDF7gZ052902; Mon, 22 Apr 2013 13:15:07 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3MDF7qq052897; Mon, 22 Apr 2013 13:15:07 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201304221315.r3MDF7qq052897@svn.freebsd.org> From: Anton Berezin Date: Mon, 22 Apr 2013 13:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316228 - in head/dns/validns: . files 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.14 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: Mon, 22 Apr 2013 13:15:08 -0000 Author: tobez Date: Mon Apr 22 13:15:06 2013 New Revision: 316228 URL: http://svnweb.freebsd.org/changeset/ports/316228 Log: Update to 0.7. PR: 177981 Submitted by: maintainer Feature safe: yes Modified: head/dns/validns/Makefile head/dns/validns/distinfo head/dns/validns/files/patch-Makefile head/dns/validns/pkg-descr Modified: head/dns/validns/Makefile ============================================================================== --- head/dns/validns/Makefile Mon Apr 22 12:53:58 2013 (r316227) +++ head/dns/validns/Makefile Mon Apr 22 13:15:06 2013 (r316228) @@ -1,12 +1,8 @@ -# New ports collection makefile for: validns -# Date created: 2012-04-25 -# Whom: Hirohisa Yamaguchi -# +# Created by: Hirohisa Yamaguchi # $FreeBSD$ -# PORTNAME= validns -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= dns security MASTER_SITES= http://www.validns.net/download/ @@ -21,6 +17,7 @@ ALL_TARGET= MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS PORTDOCS= Changes README installation.mdwn notes.mdwn \ technical-notes.mdwn todo.mdwn usage.mdwn Modified: head/dns/validns/distinfo ============================================================================== --- head/dns/validns/distinfo Mon Apr 22 12:53:58 2013 (r316227) +++ head/dns/validns/distinfo Mon Apr 22 13:15:06 2013 (r316228) @@ -1,2 +1,2 @@ -SHA256 (validns-0.6.tar.gz) = b0a0a7897a3c7bd0474c5ad514e4468c6eb402db29f093d74c198de17abfd0e3 -SIZE (validns-0.6.tar.gz) = 153344 +SHA256 (validns-0.7.tar.gz) = 372f37f2ae2ff44251ffc0ceed7ad60bdb3e6a3a692e69d186566b9d19407591 +SIZE (validns-0.7.tar.gz) = 185377 Modified: head/dns/validns/files/patch-Makefile ============================================================================== --- head/dns/validns/files/patch-Makefile Mon Apr 22 12:53:58 2013 (r316227) +++ head/dns/validns/files/patch-Makefile Mon Apr 22 13:15:06 2013 (r316228) @@ -1,11 +1,10 @@ ---- ./Makefile.orig 2012-10-04 23:54:18.000000000 +0900 -+++ ./Makefile 2012-10-10 17:19:11.000000000 +0900 -@@ -11,7 +11,7 @@ - sshfp.o threads.o rp.o spf.o cert.o \ - dname.o tlsa.o nid.o l32.o l64.o lp.o \ - ipseckey.o -- $(CC) $(CFLAGS) $(OPTIMIZE) -o validns \ -+ $(CC) $(CFLAGS) -o validns \ - main.o carp.o mempool.o textparse.o base64.o base32hex.o \ - rr.o soa.o a.o cname.o mx.o ns.o \ - rrsig.o nsec.o dnskey.o txt.o aaaa.o \ +--- ./Makefile.orig 2013-04-12 03:34:14.000000000 +0900 ++++ ./Makefile 2013-04-20 02:48:03.000000000 +0900 +@@ -1,6 +1,6 @@ + # The following options seem to work fine on Linux, FreeBSD, and Darwin + OPTIMIZE=-O2 -g +-CFLAGS=-Wall -Werror -pthread --no-strict-aliasing ++CFLAGS=-pthread + INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include + CC?=cc + Modified: head/dns/validns/pkg-descr ============================================================================== --- head/dns/validns/pkg-descr Mon Apr 22 12:53:58 2013 (r316227) +++ head/dns/validns/pkg-descr Mon Apr 22 13:15:06 2013 (r316228) @@ -3,4 +3,4 @@ validation tool that, in addition to bas checks, includes DNSSEC signature verification and NSEC/NSEC3 chain validation, as well a number of optional policy checks on the zone. -WWW: http://www.validns.net/ +WWW: http://www.validns.net/