From 6ccd56ab79b04566308ddd0bc4011b9f957c6664 Mon Sep 17 00:00:00 2001 From: danilo Date: Wed, 20 Aug 2014 14:38:02 +0000 Subject: - Update from 1.5.0 to 1.5.1 [1] - Use install-strip as INSTALL_TARGET PR: 192850 Submitted by: freebsd@dns-lab.com [1] --- dns/knot/Makefile | 4 +++- dns/knot/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'dns') diff --git a/dns/knot/Makefile b/dns/knot/Makefile index 5a53930e652..e5ab10b2a7f 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ @@ -23,6 +23,8 @@ USE_LDCONFIG= yes USE_OPENSSL= yes WITH_OPENSSL_PORT= yes +INSTALL_TARGET= install-strip + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-storage=/var/db/knot diff --git a/dns/knot/distinfo b/dns/knot/distinfo index c5aeb843601..15f9f18619c 100644 --- a/dns/knot/distinfo +++ b/dns/knot/distinfo @@ -1,2 +1,2 @@ -SHA256 (knot-1.5.0.tar.gz) = 9ad8d16d229466e765c90c475de746d071e7933bd931307b6e15e52b57e759d7 -SIZE (knot-1.5.0.tar.gz) = 1169282 +SHA256 (knot-1.5.1.tar.gz) = 9a636e846586619be590d94f57c17bb3e520c516f82875380466061e1ed33963 +SIZE (knot-1.5.1.tar.gz) = 1172631 -- cgit