diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 03:46:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-25 03:46:05 +0800 |
commit | eeef6033a2101e5eb41e516fdcd011d379101483 (patch) | |
tree | 5e6a6b6911e8a6c1a1b3669013102603c7e58db4 /security/seahorse/Makefile | |
parent | 6cf63b9d93ba0392cc1d7054c6ea99a68473a3b7 (diff) | |
download | marcuscom-ports-eeef6033a2101e5eb41e516fdcd011d379101483.tar.gz marcuscom-ports-eeef6033a2101e5eb41e516fdcd011d379101483.tar.zst marcuscom-ports-eeef6033a2101e5eb41e516fdcd011d379101483.zip |
Update to 0.9.92, and opt to use gpg 2.0 instead of gpg 1.4 if it is
already installed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8388 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 882ad1371..f10a71cca 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,12 +3,11 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.26 2007/02/13 19:43:45 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.27 2007/02/17 21:43:42 marcus Exp $ # PORTNAME= seahorse -PORTVERSION= 0.9.91 -PORTREVISION= 1 +PORTVERSION= 0.9.92 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,8 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A front end for GnuPG -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +BUILD_DEPENDS= gnupg>=1.4.1:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gnupg>=1.4.1:${PORTSDIR}/security/gnupg LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib |