From owner-svn-ports-head@FreeBSD.ORG Mon Jul 21 16:50:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C3F2B1; Mon, 21 Jul 2014 16:50:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 098242AED; Mon, 21 Jul 2014 16:50:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6LGoHn0021733; Mon, 21 Jul 2014 16:50:17 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6LGoHgg021732; Mon, 21 Jul 2014 16:50:17 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201407211650.s6LGoHgg021732@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 21 Jul 2014 16:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362450 - head/dns/knot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 16:50:18 -0000 Author: danilo Date: Mon Jul 21 16:50:17 2014 New Revision: 362450 URL: http://svnweb.freebsd.org/changeset/ports/362450 QAT: https://qat.redports.org/buildarchive/r362450/ Log: - Use PORTVERSION instead of DISTVERSION - Convert spaces to tabs Modified: head/dns/knot/Makefile Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Mon Jul 21 16:45:40 2014 (r362449) +++ head/dns/knot/Makefile Mon Jul 21 16:50:17 2014 (r362450) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 1.5.0 +PORTVERSION= 1.5.0 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ @@ -20,22 +20,22 @@ USES= libtool USE_LDCONFIG= yes -USE_OPENSSL= yes -WITH_OPENSSL_PORT=yes +USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-storage=/var/db/knot -CONFIGURE_ARGS+=--with-rundir=/var/run/knot +CONFIGURE_ARGS+= --with-storage=/var/db/knot +CONFIGURE_ARGS+= --with-rundir=/var/run/knot -OPTIONS_DEFINE= FASTPARSER IDNA +OPTIONS_DEFINE= FASTPARSER IDNA -FASTPARSER_CONFIGURE_ENABLE= fastparser -FASTPARSER_DESC= Fast zone parser (demanding compilation) +FASTPARSER_CONFIGURE_ENABLE= fastparser +FASTPARSER_DESC= Fast zone parser (demanding compilation) -IDNA_CONFIGURE_WITH= libidn -IDNA_DESC= IDN support in knot utilities -IDNA_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDNA_CONFIGURE_WITH= libidn +IDNA_DESC= IDN support in knot utilities +IDNA_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn SUB_FILES= pkg-message