diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /mail/imp | |
parent | o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/` (diff) |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
Notes
Notes:
svn path=/head/; revision=180326
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 57b34274208b..acd00bbdfc18 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -7,6 +7,7 @@ PORTNAME= imp PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.planetmirror.com/pub/horde/imp/ \ @@ -89,7 +90,7 @@ USE_PHP+= openssl .endif .if !defined(NOCRYPT) -RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 .endif .if !defined(WITHOUT_ASPELL) |