From owner-svn-ports-head@freebsd.org Mon May 7 17:06:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A25CFB6F6A; Mon, 7 May 2018 17:06:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F7FE75744; Mon, 7 May 2018 17:06:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A0191E271; Mon, 7 May 2018 17:06:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w47H60tr095090; Mon, 7 May 2018 17:06:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w47H60G5095089; Mon, 7 May 2018 17:06:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805071706.w47H60G5095089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 May 2018 17:06:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469297 - head/dns/dnsdist X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/dns/dnsdist X-SVN-Commit-Revision: 469297 X-SVN-Commit-Repository: ports 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.25 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, 07 May 2018 17:06:01 -0000 Author: amdmi3 Date: Mon May 7 17:06:00 2018 New Revision: 469297 URL: https://svnweb.freebsd.org/changeset/ports/469297 Log: - Add LICENSE_FILE - Fix whitespace - Remove obsolete OSVERSION condition - Fix WWW: Approved by: portmgr blanket Modified: head/dns/dnsdist/Makefile head/dns/dnsdist/pkg-descr Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Mon May 7 17:04:59 2018 (r469296) +++ head/dns/dnsdist/Makefile Mon May 7 17:06:00 2018 (r469297) @@ -13,6 +13,7 @@ COMMENT= Highly DNS-, DoS- and abuse-aware loadbalance LICENSE= GPLv2 UNLICENSE LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_UNLICENSE= ${WRKSRC}/ext/incbin/UNLICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops @@ -42,8 +43,8 @@ OPTIONS_DEFAULT= GNUTLS OPENSSL OPTIONS_MULTI= TLS OPTIONS_MULTI_TLS= GNUTLS OPENSSL -FSTRM_DESC= dnstap support (see dnstap.info) -LUAJIT_DESC= Use LuaJIT instead of Lua +FSTRM_DESC= dnstap support (see dnstap.info) +LUAJIT_DESC= Use LuaJIT instead of Lua FSTRM_LIB_DEPENDS= libfstrm.so:devel/fstrm FSTRM_CONFIGURE_ENABLE= fstrm @@ -61,12 +62,6 @@ OPENSSL_CONFIGURE_ON= LIBSSL_CFLAGS=-I${OPENSSLINC} LI SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_WITH= net-snmp - -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1004000 -BROKEN= fails to link due to lack of thread_local -.endif post-install: ${INSTALL_DATA} ${FILESDIR}/dnsdist.conf.sample \ Modified: head/dns/dnsdist/pkg-descr ============================================================================== --- head/dns/dnsdist/pkg-descr Mon May 7 17:04:59 2018 (r469296) +++ head/dns/dnsdist/pkg-descr Mon May 7 17:06:00 2018 (r469297) @@ -3,4 +3,4 @@ goal in life is to route DNS traffic to the best DNS s delivering top performance to legitimate users while shunting or blocking abusive traffic. -WWW: https://dnsdist.org +WWW: https://dnsdist.org/