diff options
author | dougb <dougb@FreeBSD.org> | 2010-06-18 05:33:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-06-18 05:33:29 +0800 |
commit | a0b84459dced5425c820f6ae995f3675d4a9ac0b (patch) | |
tree | 45720494f46dc98127495444eede019177e50168 /security | |
parent | d89c9155bf6cdc8bb8d2aae0e4246b3f9299cfb9 (diff) | |
download | freebsd-ports-gnome-a0b84459dced5425c820f6ae995f3675d4a9ac0b.tar.gz freebsd-ports-gnome-a0b84459dced5425c820f6ae995f3675d4a9ac0b.tar.zst freebsd-ports-gnome-a0b84459dced5425c820f6ae995f3675d4a9ac0b.zip |
Update to version 2.0.15, which has the following changes:
* New command --passwd for GPG.
* Fixes a regression in 2.0.14 which prevented unprotection of new
or changed gpg-agent passphrases.
* Make use of libassuan 2.0 which is available as a DSO.
For the port:
* Since libassuan is now a shared lib, move it LIB_DEPENDS
* Remove now-spurious CONFLICTS
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 11 | ||||
-rw-r--r-- | security/gnupg/distinfo | 12 |
2 files changed, 10 insertions, 13 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 6e008ee471d4..8ea65c3a2545 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 2.0.14 -PORTREVISION= 3 +PORTVERSION= 2.0.15 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -17,15 +16,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard -BUILD_DEPENDS= libassuan-1>=1.0.5:${PORTSDIR}/security/libassuan-1 \ - libksba>=1.0.2:${PORTSDIR}/security/libksba -LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ +BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ + gcrypt.16:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth -CONFLICTS= gnupg-devel-[0-9]* - USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 3c9c085c449a..642fb4c19741 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,6 +1,6 @@ -MD5 (gnupg-2.0.14.tar.bz2) = 54732a0a76d59646b7e0b682fb357c22 -SHA256 (gnupg-2.0.14.tar.bz2) = feb6050dc00e59d426485550a2af8d416cf975e5e1e0ecf1c5f1bd139baafca5 -SIZE (gnupg-2.0.14.tar.bz2) = 3982080 -MD5 (gnupg-2.0.14.tar.bz2.sig) = 0839511425eccecd56477b77d0afaa1c -SHA256 (gnupg-2.0.14.tar.bz2.sig) = bf0e5b123b55c920b66e2c5c45747a092f8d4e0086815880f60c71ac7b3459c3 -SIZE (gnupg-2.0.14.tar.bz2.sig) = 158 +MD5 (gnupg-2.0.15.tar.bz2) = c1286e85b66349879dc4b760dd83e2f1 +SHA256 (gnupg-2.0.15.tar.bz2) = 5881882f4da120ce1c71da64468392704b391ca7652ddc512bc4f1d8968f0d1c +SIZE (gnupg-2.0.15.tar.bz2) = 3976879 +MD5 (gnupg-2.0.15.tar.bz2.sig) = 4287193cc032b12a890ce6925a7d5211 +SHA256 (gnupg-2.0.15.tar.bz2.sig) = f43a16e0291c3c10f18a4754687f8571fa753d0b37a71fc325f9a68afc407bcc +SIZE (gnupg-2.0.15.tar.bz2.sig) = 158 |