Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 14:38:02 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365466 - head/dns/knot
Message-ID:  <201408201438.s7KEc2Cv037463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Aug 20 14:38:02 2014
New Revision: 365466
URL: http://svnweb.freebsd.org/changeset/ports/365466
QAT: https://qat.redports.org/buildarchive/r365466/

Log:
  - 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]

Modified:
  head/dns/knot/Makefile
  head/dns/knot/distinfo

Modified: head/dns/knot/Makefile
==============================================================================
--- head/dns/knot/Makefile	Wed Aug 20 14:30:58 2014	(r365465)
+++ head/dns/knot/Makefile	Wed Aug 20 14:38:02 2014	(r365466)
@@ -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

Modified: head/dns/knot/distinfo
==============================================================================
--- head/dns/knot/distinfo	Wed Aug 20 14:30:58 2014	(r365465)
+++ head/dns/knot/distinfo	Wed Aug 20 14:38:02 2014	(r365466)
@@ -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



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