From owner-svn-ports-head@FreeBSD.ORG Mon Feb 16 20:48:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA061650; Mon, 16 Feb 2015 20:48:30 +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 B5044DE0; Mon, 16 Feb 2015 20:48:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKmUO9035304; Mon, 16 Feb 2015 20:48:30 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1GKmUVl035303; Mon, 16 Feb 2015 20:48:30 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201502162048.t1GKmUVl035303@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 16 Feb 2015 20:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379107 - head/security/gnupg 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-1 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, 16 Feb 2015 20:48:30 -0000 Author: zi Date: Mon Feb 16 20:48:29 2015 New Revision: 379107 URL: https://svnweb.freebsd.org/changeset/ports/379107 QAT: https://qat.redports.org/buildarchive/r379107/ Log: - Fix version requirement for security/libgpg-error BUILD_DEPEND Modified: head/security/gnupg/Makefile Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Mon Feb 16 20:36:50 2015 (r379106) +++ head/security/gnupg/Makefile Mon Feb 16 20:48:29 2015 (r379107) @@ -21,7 +21,7 @@ LIB_DEPENDS= libassuan.so:${PORTSDIR}/se libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libksba.so:${PORTSDIR}/security/libksba \ libnpth.so:${PORTSDIR}/devel/npth -BUILD_DEPENDS= libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error +BUILD_DEPENDS= libgpg-error>=1.16:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry GNU_CONFIGURE= YES