Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 10:30:00 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172590: [maintainer] dns/validns update to 0.6
Message-ID:  <861uh5hk2v.wl%umq@ueo.co.jp>
Resent-Message-ID: <201210111149.q9BBn8N8062481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172590
>Category:       ports
>Synopsis:       [maintainer] dns/validns update to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 11:49:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The new version of dns/validns 0.6 is now available.

	Release announcement: http://www.validns.net/validns-0-6-released/

>How-To-Repeat:
	N/A
>Fix:

	The patch follows:

Index: Makefile
===================================================================
--- Makefile	(revision 305696)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	validns
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	dns security
 MASTER_SITES=	http://www.validns.net/download/
 
@@ -14,9 +14,8 @@
 COMMENT=	A high performance DNS/DNSSEC zone validator
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	Judy.1:${PORTSDIR}/devel/judy
+LIB_DEPENDS=	Judy:${PORTSDIR}/devel/judy
 
 ALL_TARGET=
 
@@ -25,12 +24,13 @@
 PORTDOCS=	Changes README installation.mdwn notes.mdwn \
 		technical-notes.mdwn todo.mdwn usage.mdwn
 
+.include <bsd.port.pre.mk>
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_DATA} ${MAN1:S,^,${WRKSRC}/,} ${PREFIX}/man/man1/
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 305696)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (validns-0.5.tar.gz) = 2f4fdd84eda7672a477ede76ca3c14831a7b8a7cd63955e8f0dcd2ddbd353cfc
-SIZE (validns-0.5.tar.gz) = 101198
+SHA256 (validns-0.6.tar.gz) = b0a0a7897a3c7bd0474c5ad514e4468c6eb402db29f093d74c198de17abfd0e3
+SIZE (validns-0.6.tar.gz) = 153344
Index: files/patch-Makefile
===================================================================
--- files/patch-Makefile	(revision 0)
+++ files/patch-Makefile	(working copy)
@@ -0,0 +1,11 @@
+--- ./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 \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861uh5hk2v.wl%umq>