diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 21:31:56 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 21:31:56 +0800 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /mail/cone | |
parent | 78c9ed8ab3fb2e5838545eeeaa11b3682193a9df (diff) | |
download | freebsd-ports-gnome-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.tar.gz freebsd-ports-gnome-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.tar.zst freebsd-ports-gnome-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.zip |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 4a2380992f86..88a6407dd306 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -7,6 +7,7 @@ PORTNAME= cone PORTVERSION= 0.69 +PORTREVISION= 1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ @@ -19,7 +20,7 @@ MAINTAINER= ler@lerctr.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 RUN_DEPENDS= ${BUILD_DEPENDS} USE_FAM= yes |