diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 21:31:56 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 21:31:56 +0800 |
commit | da5699dfdacafc5da373ec3ffb2177f0c0bba667 (patch) | |
tree | b1e903b1b0f0001294efd9332a7fb293bc8834cb /security/gpgme | |
parent | d1d5159a4a4820d5918bb147815cb2857653e8d4 (diff) | |
download | freebsd-ports-graphics-da5699dfdacafc5da373ec3ffb2177f0c0bba667.tar.gz freebsd-ports-graphics-da5699dfdacafc5da373ec3ffb2177f0c0bba667.tar.zst freebsd-ports-graphics-da5699dfdacafc5da373ec3ffb2177f0c0bba667.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 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index c0c43825bf8..d58e2d5525d 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gpgme MAINTAINER= lofi@FreeBSD.org COMMENT= A library to make access to GnuPG easier -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \ gpgsm:${PORTSDIR}/security/gnupg-devel LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error |