summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-21 12:43:39 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-21 12:43:39 +0000
commit2f634463b614583df80d788d285e2d996318a4e3 (patch)
tree8334050c9f73c9abb4eb3dda1b54b27f4add873f /security/seahorse
parent- Update to 1.3.1 (diff)
- Chase gpgme shared lib bump.
- Add an entry to UPDATING Reviewed by: tabthorpe
Notes
Notes: svn path=/head/; revision=278110
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 1e5fd8cf9dc6..d7a2d00aa0f0 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -8,7 +8,7 @@
PORTNAME= seahorse
PORTVERSION= 2.32.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -18,7 +18,7 @@ COMMENT= GNOME application for managing encryption keys (PGP, SSH)
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
+LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gnome-keyring:${PORTSDIR}/security/gnome-keyring \
gcrypt.18:${PORTSDIR}/security/libgcrypt \