From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 18:35:58 2014 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 7D02D82B; Thu, 20 Nov 2014 18:35:58 +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 697E263D; Thu, 20 Nov 2014 18:35:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKIZwqq001507; Thu, 20 Nov 2014 18:35:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKIZwxZ001505; Thu, 20 Nov 2014 18:35:58 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201411201835.sAKIZwxZ001505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 20 Nov 2014 18:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372952 - head/security/seahorse 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: Thu, 20 Nov 2014 18:35:58 -0000 Author: kwm Date: Thu Nov 20 18:35:57 2014 New Revision: 372952 URL: https://svnweb.freebsd.org/changeset/ports/372952 QAT: https://qat.redports.org/buildarchive/r372952/ Log: Seahorse doesn't support gnupg 2.1 yet, so stick with the 2.0 version for now. Modified: head/security/seahorse/Makefile Modified: head/security/seahorse/Makefile ============================================================================== --- head/security/seahorse/Makefile Thu Nov 20 18:17:17 2014 (r372951) +++ head/security/seahorse/Makefile Thu Nov 20 18:35:57 2014 (r372952) @@ -4,6 +4,7 @@ PORTNAME= seahorse PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,7 +12,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME application for managing encryption keys (PGP, SSH) -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ +BUILD_DEPENDS= gnupg20>=0:${PORTSDIR}/security/gnupg20 \ valac:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ @@ -19,7 +20,7 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/sec libgcr-3.so:${PORTSDIR}/security/gcr \ libsecret-1.so:${PORTSDIR}/security/libsecret \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gnupg20>=0:${PORTSDIR}/security/gnupg20 USE_XORG= sm USE_LDCONFIG= yes