diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-31 01:08:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-31 01:08:53 +0800 |
commit | a5b0373c0ff61e7a9d64daccceaad8d6c93a5337 (patch) | |
tree | 9da2eed67adbd3370d923e82fb6b42251bc5643d /security/seahorse | |
parent | 9a7994781115a85ff1e8363e7f4b70e1000364f3 (diff) | |
download | marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.tar marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.tar.gz marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.tar.bz2 marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.tar.lz marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.tar.xz marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.tar.zst marcuscom-ports-a5b0373c0ff61e7a9d64daccceaad8d6c93a5337.zip |
Chase gpgme update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16112 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index b8af3e53b..6a9dd20e3 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,12 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.103 2011/04/09 16:46:23 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.104 2011/07/03 11:57:45 kwm Exp $ # PORTNAME= seahorse PORTVERSION= 2.32.0 -PORTREVISION= 4 +PORTREVISION= 6 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 \ gcr.0:${PORTSDIR}/security/gnome-keyring \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ |