mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
update gnupg to 2.1.15
PR: 212355 Approved by: rene (mentor) Approved by: maintainer timeout
This commit is contained in:
parent
4699c54478
commit
628de31fe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424203
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user