svn commit: r424203 - head/security/gnupg
Christoph Moench-Tegeder
cmt at FreeBSD.org
Tue Oct 18 18:45:35 UTC 2016
Author: cmt
Date: Tue Oct 18 18:45:34 2016
New Revision: 424203
URL: https://svnweb.freebsd.org/changeset/ports/424203
Log:
update gnupg to 2.1.15
PR: 212355
Approved by: rene (mentor)
Approved by: maintainer timeout
Modified:
head/security/gnupg/Makefile
head/security/gnupg/distinfo
head/security/gnupg/pkg-plist
Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile Tue Oct 18 18:39:26 2016 (r424202)
+++ head/security/gnupg/Makefile Tue Oct 18 18:45:34 2016 (r424203)
@@ -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.LI
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.
Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo Tue Oct 18 18:39:26 2016 (r424202)
+++ head/security/gnupg/distinfo Tue Oct 18 18:45:34 2016 (r424203)
@@ -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
Modified: head/security/gnupg/pkg-plist
==============================================================================
--- head/security/gnupg/pkg-plist Tue Oct 18 18:39:26 2016 (r424202)
+++ head/security/gnupg/pkg-plist Tue Oct 18 18:45:34 2016 (r424203)
@@ -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
More information about the svn-ports-all
mailing list