1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.8

- Use ports SSL

PR:		190703
This commit is contained in:
Martin Wilke 2014-06-27 14:24:00 +00:00
parent 2877a7e1d7
commit 744303fc31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359539
3 changed files with 11 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= validns
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= dns security
MASTER_SITES= http://www.validns.net/download/
@ -11,18 +11,23 @@ COMMENT= High performance DNS/DNSSEC zone validator
LICENSE= BSD2CLAUSE
OPTIONS_DEFINE= DOCS
LIB_DEPENDS= libJudy.so:${PORTSDIR}/devel/judy
USE_OPENSSL= yes
WITH_OPENSSL_PORT=yes
ALL_TARGET=
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
OPTIONS_DEFINE= DOCS
PORTDOCS= Changes README installation.mdwn notes.mdwn \
technical-notes.mdwn todo.mdwn usage.mdwn
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/

View File

@ -1,2 +1,2 @@
SHA256 (validns-0.7.tar.gz) = 372f37f2ae2ff44251ffc0ceed7ad60bdb3e6a3a692e69d186566b9d19407591
SIZE (validns-0.7.tar.gz) = 185377
SHA256 (validns-0.8.tar.gz) = df2db0eaa998a0411ff4c1c4e417eb82d32aec4835f92f45f26c66c8d1d5bd22
SIZE (validns-0.8.tar.gz) = 190325

View File

@ -1,10 +0,0 @@
--- ./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