From owner-svn-ports-head@freebsd.org Wed Jan 11 00:48:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 348B7CA80C0; Wed, 11 Jan 2017 00:48:06 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id E0A7D1FEF; Wed, 11 Jan 2017 00:48:05 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0B0m5Ja073598; Wed, 11 Jan 2017 00:48:05 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0B0m5xf073596; Wed, 11 Jan 2017 00:48:05 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201701110048.v0B0m5xf073596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 11 Jan 2017 00:48:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431148 - in head/dns/dnsdist: . files 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.23 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: Wed, 11 Jan 2017 00:48:06 -0000 Author: cpm Date: Wed Jan 11 00:48:04 2017 New Revision: 431148 URL: https://svnweb.freebsd.org/changeset/ports/431148 Log: - Update to 1.1.0 - Remove unneeded patches (added upstream) - Add protobuf and re2 support - Switch to USES=localbase - Drop USE_GCC - Add USES=compiler:c++14-lang to build with clang on FreeBSD 10.3 - Cosmetic fixes Changelog: http://dnsdist.org/changelog/#110 Deleted: head/dns/dnsdist/files/patch-dnsname.cc head/dns/dnsdist/files/patch-iputils.hh Modified: head/dns/dnsdist/Makefile head/dns/dnsdist/distinfo Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Wed Jan 11 00:28:13 2017 (r431147) +++ head/dns/dnsdist/Makefile Wed Jan 11 00:48:04 2017 (r431148) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.0.0 -PORTREVISION= 4 +DISTVERSION= 1.1.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm @@ -19,14 +18,18 @@ LICENSE_PERMS_UNLICENSE= dist-mirror dis BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ + libprotobuf.so:devel/protobuf \ + libre2.so:devel/re2 \ libsodium.so:security/libsodium -CXXFLAGS+= -D_GLIBCXX_USE_C99 -LDFLAGS+= -L${LOCALBASE}/lib -latomic GNU_CONFIGURE= yes -USE_GCC= yes -USES= bison cpe gmake libedit libtool lua:52 pkgconfig tar:bz2 -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --enable-dnscrypt --enable-libsodium --without-protobuf +USES= bison compiler:c++14-lang cpe gmake libedit libtool localbase \ + lua:52 pkgconfig tar:bz2 +CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ + --enable-dnscrypt \ + --enable-libsodium \ + --enable-re2 + INSTALL_TARGET= install-strip USERS= _dnsdist Modified: head/dns/dnsdist/distinfo ============================================================================== --- head/dns/dnsdist/distinfo Wed Jan 11 00:28:13 2017 (r431147) +++ head/dns/dnsdist/distinfo Wed Jan 11 00:48:04 2017 (r431148) @@ -1,2 +1,3 @@ -SHA256 (dnsdist-1.0.0.tar.bz2) = 1f72a5ca420fdea248dda60733a9b0ce3d68e13ee77dd5031887769a8451c713 -SIZE (dnsdist-1.0.0.tar.bz2) = 834177 +TIMESTAMP = 1483106940 +SHA256 (dnsdist-1.1.0.tar.bz2) = b4a1e8931b6d05a24494f54224211c0de0eeb1f5ff170f6b9f5665219bfeafc2 +SIZE (dnsdist-1.1.0.tar.bz2) = 874837