From owner-svn-ports-head@FreeBSD.ORG Sat Sep 6 22:46:03 2014 Return-Path: Delivered-To: svn-ports-head@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 B9C63934; Sat, 6 Sep 2014 22:46:03 +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 A51251EF5; Sat, 6 Sep 2014 22:46:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s86Mk3XR072927; Sat, 6 Sep 2014 22:46:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s86Mk3fw072926; Sat, 6 Sep 2014 22:46:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409062246.s86Mk3fw072926@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 6 Sep 2014 22:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367480 - head/security/hydra 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: Sat, 06 Sep 2014 22:46:03 -0000 Author: marino Date: Sat Sep 6 22:46:03 2014 New Revision: 367480 URL: http://svnweb.freebsd.org/changeset/ports/367480 QAT: https://qat.redports.org/buildarchive/r367480/ Log: security/hydra: Switch Firebird client options from 2.1 => 2.5 databases/firebird21-* will be removed imminently. Hydra has a non-default option that relies on the firebird client library which the currently version of Firebird (2.5.x) also has. This change is untested. There's no revbump because the option is not normally set. Change is necessary, it's an attempt to avoid breakage when Firebird ports are removed. Modified: head/security/hydra/Makefile Modified: head/security/hydra/Makefile ============================================================================== --- head/security/hydra/Makefile Sat Sep 6 22:29:41 2014 (r367479) +++ head/security/hydra/Makefile Sat Sep 6 22:46:03 2014 (r367480) @@ -29,7 +29,7 @@ WANT_GNOME= yes OPTIONS_DEFINE= FIREBIRD SSH SVN X11 OPTIONS_DEFAULT=SSH OPTIONS_EXCLUDE=NLS DOCS -FIREBIRD_LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird21-client +FIREBIRD_LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client SVN_LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion .include