Fri Apr 25 08:33:57 2014 UTC ()
Update to 1.13:

Noteworthy changes in version 1.13 (2014-04-15)
-----------------------------------------------

 * Added a portable mutex API.

 * The AM_PATH_GPG_ERROR macro now defines GPG_ERROR_MT_CFLAGS and
   GPG_ERROR_MT_LIBS autoconf output variables for use by programs
   which need gpgrt based thread support.  gpg-error-config has a new
   option --mt.

 * Interface changes relative to the 1.12 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_KEY_ON_CARD          NEW.
 GPG_ERR_MAC_ALGO             NEW.
 GPG_ERR_INV_LOCK_OBJ         NEW.
 gpgrt_lock_t                 NEW.
 GPGRT_LOCK_INITIALIZER       NEW.
 GPGRT_LOCK_DEFINE            NEW.
 gpgrt_lock_init              NEW.
 gpgrt_lock_lock              NEW.
 gpgrt_lock_unlock            NEW.
 gpgrt_lock_destroy           NEW.
 gpgrt_yield                  NEW.


(wiz)
diff -r1.38 -r1.39 pkgsrc/security/libgpg-error/Makefile
diff -r1.15 -r1.16 pkgsrc/security/libgpg-error/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/security/libgpg-error/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libgpg-error/Makefile 2013/07/03 08:12:24 1.38
+++ pkgsrc/security/libgpg-error/Makefile 2014/04/25 08:33:57 1.39
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.38 2013/07/03 08:12:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2014/04/25 08:33:57 wiz Exp $
2 2
3DISTNAME= libgpg-error-1.12 3DISTNAME= libgpg-error-1.13
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \ 5MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \
6 ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \ 6 ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \
7 ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ \ 7 ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ \
8 ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ \ 8 ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ \
9 ftp://ftp.gnupg.ca/libgpg-error/ 9 ftp://ftp.gnupg.ca/libgpg-error/
10EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
11 11
12MAINTAINER= minskim@NetBSD.org 12MAINTAINER= minskim@NetBSD.org
13HOMEPAGE= http://www.gnupg.org/ 13HOMEPAGE= http://www.gnupg.org/
14COMMENT= Definitions of common error values for all GnuPG components 14COMMENT= Definitions of common error values for all GnuPG components
15LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 15LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
16 16
17PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews
18 18
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
 20USE_TOOLS+= gmake
20USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
21GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
22MAKE_ENV+= LC_ALL="C" 23MAKE_ENV+= LC_ALL="C"
23MAKE_JOBS_SAFE= no 24MAKE_JOBS_SAFE= no
24 25
25.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"
26 27
27.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) 28.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
28CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} 29CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
29.else 30.else
30CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q} 31CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q}
31.endif 32.endif
32 33

cvs diff -r1.15 -r1.16 pkgsrc/security/libgpg-error/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libgpg-error/distinfo 2013/07/03 08:12:24 1.15
+++ pkgsrc/security/libgpg-error/distinfo 2014/04/25 08:33:57 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2013/07/03 08:12:24 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2014/04/25 08:33:57 wiz Exp $
2 2
3SHA1 (libgpg-error-1.12.tar.bz2) = 259f359cd1440b21840c3a78e852afd549c709b8 3SHA1 (libgpg-error-1.13.tar.bz2) = 50fbff11446a7b0decbf65a6e6b0eda17b5139fb
4RMD160 (libgpg-error-1.12.tar.bz2) = e3e036249de3747a5a59108b13f22447b77429e7 4RMD160 (libgpg-error-1.13.tar.bz2) = 3cd86548732be92310988576c495d1183144526a
5Size (libgpg-error-1.12.tar.bz2) = 489266 bytes 5Size (libgpg-error-1.13.tar.bz2) = 489948 bytes
6SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 6SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1