Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 13:15:07 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316228 - in head/dns/validns: . files
Message-ID:  <201304221315.r3MDF7qq052897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <umq@ueo.co.jp>
-#
+# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 # $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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304221315.r3MDF7qq052897>