diff options
author | cmt <cmt@FreeBSD.org> | 2016-10-19 02:45:34 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2016-10-19 02:45:34 +0800 |
commit | 30e73ac6164bfdaba8c3cc99935115874506bb04 (patch) | |
tree | f38589db2c0694bb311bde04cee8af86c4b104e0 | |
parent | 471f69b8777cd1da7a58c0a28d8c59f6afec08d3 (diff) | |
download | freebsd-ports-gnome-30e73ac6164bfdaba8c3cc99935115874506bb04.tar.gz freebsd-ports-gnome-30e73ac6164bfdaba8c3cc99935115874506bb04.tar.zst freebsd-ports-gnome-30e73ac6164bfdaba8c3cc99935115874506bb04.zip |
update gnupg to 2.1.15
PR: 212355
Approved by: rene (mentor)
Approved by: maintainer timeout
-rw-r--r-- | security/gnupg/Makefile | 8 | ||||
-rw-r--r-- | security/gnupg/distinfo | 10 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 98a7d246f3ff..8a68a62dccd4 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.13 +PORTVERSION= 2.1.15 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG @@ -18,13 +18,15 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ libksba.so:security/libksba \ libnpth.so:devel/npth -BUILD_DEPENDS= libgpg-error>=1.16:security/libgpg-error +BUILD_DEPENDS= libassuan>=2.4.3:security/libassuan \ + libgpg-error>=1.16:security/libgpg-error RUN_DEPENDS= pinentry>0:security/pinentry GNU_CONFIGURE= YES -USES= cpe gmake iconv pkgconfig tar:bzip2 +USES= cpe gmake iconv pkgconfig sqlite tar:bzip2 USE_LDCONFIG= YES # libreadline.so.8 is placed in /lib, but --with-readline argument # will be treated as $value/lib, so try using /usr instead. diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index fde6912d2668..c8cd3c7dd67d 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1466242693 -SHA256 (gnupg-2.1.13.tar.bz2) = 4f9d83a6221daa60130fa79f0b1d37d6c20fffdd0320b640c7a597c5b6219675 -SIZE (gnupg-2.1.13.tar.bz2) = 5545361 -SHA256 (gnupg-2.1.13.tar.bz2.sig) = b39e70bfd034c7d1a240ed654cc053b856637c9d9bd9b5250a85e438beea520b -SIZE (gnupg-2.1.13.tar.bz2.sig) = 287 +TIMESTAMP = 1472917461 +SHA256 (gnupg-2.1.15.tar.bz2) = c28c1a208f1b8ad63bdb6b88d252f6734ff4d33de6b54e38494b11d49e00ffdd +SIZE (gnupg-2.1.15.tar.bz2) = 5723689 +SHA256 (gnupg-2.1.15.tar.bz2.sig) = b639df6de965f00327d8659e6540281bf56b0541a3c62d6a3fb36f59570d0e4e +SIZE (gnupg-2.1.15.tar.bz2.sig) = 287 diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index c08a2c751a86..fb6ad21362cf 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -1,6 +1,7 @@ bin/gpg-agent bin/dirmngr bin/dirmngr-client +bin/gpgscm bin/gpgsm bin/gpgtar bin/gpg-connect-agent @@ -49,7 +50,6 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt -%%PORTDOCS%%%%DATADIR%%/com-certs.pem %%DATADIR%%/dirmngr-conf.skel %%DATADIR%%/distsigkey.gpg %%DATADIR%%/gpg-conf.skel @@ -81,7 +81,6 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DATADIR%%/help.txt %%PORTDOCS%%%%DATADIR%%/help.zh_CN.txt %%PORTDOCS%%%%DATADIR%%/help.zh_TW.txt -%%PORTDOCS%%%%DATADIR%%/qualified.txt %%DATADIR%%/sks-keyservers.netCA.pem %%NLS%%share/locale/ca/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnupg2.mo |