Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 18:35:58 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372952 - head/security/seahorse
Message-ID:  <201411201835.sAKIZwxZ001505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201835.sAKIZwxZ001505>