svn commit: r356333 - head/security/gnupg

Jun Kuriyama kuriyama at FreeBSD.org
Tue Jun 3 12:19:51 UTC 2014


Author: kuriyama
Date: Tue Jun  3 12:19:50 2014
New Revision: 356333
URL: http://svnweb.freebsd.org/changeset/ports/356333
QAT: https://qat.redports.org/buildarchive/r356333/

Log:
  - Upgrade to 2.0.23 (minor enhancement).

Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Tue Jun  3 12:17:51 2014	(r356332)
+++ head/security/gnupg/Makefile	Tue Jun  3 12:19:50 2014	(r356333)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.0.22
+PORTVERSION=	2.0.23
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
@@ -16,11 +16,11 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LIB
 
-LIB_DEPENDS=	assuan:${PORTSDIR}/security/libassuan \
-		gcrypt:${PORTSDIR}/security/libgcrypt \
-		gpg-error:${PORTSDIR}/security/libgpg-error \
-		ksba:${PORTSDIR}/security/libksba \
-		pth:${PORTSDIR}/devel/pth
+LIB_DEPENDS=	libassuan.so:${PORTSDIR}/security/libassuan \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+		libgpg-error.so:${PORTSDIR}/security/libgpg-error \
+		libksba.so:${PORTSDIR}/security/libksba \
+		libpth.so:${PORTSDIR}/devel/pth
 
 USE_BZIP2=	YES
 GNU_CONFIGURE=	YES

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Tue Jun  3 12:17:51 2014	(r356332)
+++ head/security/gnupg/distinfo	Tue Jun  3 12:19:50 2014	(r356333)
@@ -1,4 +1,4 @@
-SHA256 (gnupg-2.0.22.tar.bz2) = 437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251
-SIZE (gnupg-2.0.22.tar.bz2) = 4277117
-SHA256 (gnupg-2.0.22.tar.bz2.sig) = 6ebe9faabf96ed89e91f0c4e12ea12e1269d88a5c20db4282a9d35add1f3255a
-SIZE (gnupg-2.0.22.tar.bz2.sig) = 287
+SHA256 (gnupg-2.0.23.tar.bz2) = cf196b8056eafb4236f000a3e12543e0022a1fec4d6edff1b91b48936c109841
+SIZE (gnupg-2.0.23.tar.bz2) = 4297195
+SHA256 (gnupg-2.0.23.tar.bz2.sig) = da91290e64527f42699fc81e64fc498601c07bb717dd27dc616c12609628485d
+SIZE (gnupg-2.0.23.tar.bz2.sig) = 287


More information about the svn-ports-head mailing list