From owner-svn-ports-all@FreeBSD.ORG Wed Aug 27 12:37:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4EBB8A6; Wed, 27 Aug 2014 12:37:51 +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 A06EC3B1F; Wed, 27 Aug 2014 12:37:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RCbpje047018; Wed, 27 Aug 2014 12:37:51 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7RCbp3J047017; Wed, 27 Aug 2014 12:37:51 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201408271237.s7RCbp3J047017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 27 Aug 2014 12:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366317 - head/dns/curvedns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 12:37:51 -0000 Author: vsevolod Date: Wed Aug 27 12:37:51 2014 New Revision: 366317 URL: http://svnweb.freebsd.org/changeset/ports/366317 QAT: https://qat.redports.org/buildarchive/r366317/ Log: Update to fit the recent libsodium. Modified: head/dns/curvedns/Makefile Modified: head/dns/curvedns/Makefile ============================================================================== --- head/dns/curvedns/Makefile Wed Aug 27 12:31:11 2014 (r366316) +++ head/dns/curvedns/Makefile Wed Aug 27 12:37:51 2014 (r366317) @@ -3,7 +3,7 @@ PORTNAME= curvedns PORTVERSION= 0.88.b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns DISTNAME= curvedns-0.88-unstable @@ -11,8 +11,7 @@ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Forwarder adding DNSCurve to an authoritative nameserver LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ - libsodium.so:${PORTSDIR}/security/libsodium \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libsodium.so:${PORTSDIR}/security/libsodium RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash