update to 1.4.13, which includes idea support now that the patent has
expired.

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/gnupg/Makefile,v
retrieving revision 1.82
diff -N -u -p Makefile
--- Makefile    11 Dec 2012 21:12:36 -0000      1.82
+++ Makefile    31 Dec 2013 04:29:02 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=       GNU privacy guard - a free PGP replacement
 
-DISTNAME=      gnupg-1.4.11
+DISTNAME=      gnupg-1.4.13
 CATEGORIES=    security
-REVISION=      2
 
 # restrict, not compatible with gnupg-2.
 PKGSPEC =      gnupg-<2
@@ -18,10 +17,8 @@ MASTER_SITES=        ftp://ftp.gnupg.org/gcrypt/gnupg/ \
                ftp://pgp.iijlab.net/pub/pgp/gnupg/ \
                ftp://ring.aist.go.jp/pub/net/gnupg/gnupg/
 
-MASTER_SITES0= ftp://ftp.gnupg.dk/contrib-dk/
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
 
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} idea.c.gz:0
-
 HOMEPAGE=      http://www.gnupg.org/
 
 # GPLv3
@@ -75,9 +72,6 @@ pre-configure:
        # mpi/hppa1.1/udiv-qrnnd.S is not PIE-safe
        mv ${WRKSRC}/mpi/hppa/udiv-qrnnd.S ${WRKSRC}/mpi/hppa1.1/
 .endif
-
-post-extract:
-       ln -s ${WRKDIR}/idea.c ${WRKSRC}/cipher/idea.c
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnupg
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/gnupg/distinfo,v
retrieving revision 1.23
diff -N -u -p distinfo
--- distinfo    12 Jul 2012 16:32:48 -0000      1.23
+++ distinfo    31 Dec 2013 04:29:02 -0000
@@ -1,4 +1,2 @@
-SHA256 (gnupg-1.4.11.tar.gz) = VdRXtVApxg7sVxwuc588DmOdQRhjtYoSF4zcY4NANtc=
-SHA256 (idea.c.gz) = MJko2jSUHf8db2aHVC/z1YMG2Fvp4amQa8T5+OYBGEQ=
-SIZE (gnupg-1.4.11.tar.gz) = 4713877
-SIZE (idea.c.gz) = 5216
+SHA256 (gnupg-1.4.13.tar.gz) = Wj+Z1DaI2BiZX8uwLzHBqZXUc3m4uB+hJwjGs+R4I9I=
+SIZE (gnupg-1.4.13.tar.gz) = 5085400
Index: patches/patch-cipher_Makefile_in
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-cipher_Makefile_in,v
retrieving revision 1.8
diff -N -u -p patches/patch-cipher_Makefile_in
--- patches/patch-cipher_Makefile_in    11 Dec 2012 20:47:45 -0000      1.8
+++ patches/patch-cipher_Makefile_in    31 Dec 2013 04:29:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-cipher_Makefile_in,v 1.8 2012/12/11 20:47:45 landry Exp $
---- cipher/Makefile.in.orig    Mon Oct 18 03:53:58 2010
-+++ cipher/Makefile.in Tue Dec 11 12:19:49 2012
-@@ -295,7 +295,7 @@ target_alias = @target_alias@
+--- cipher/Makefile.in.orig    Thu Dec 20 14:30:34 2012
++++ cipher/Makefile.in Sun Dec 30 22:49:08 2012
+@@ -330,7 +330,7 @@ target_alias = @target_alias@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
Index: patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-doc_Makefile_in,v
retrieving revision 1.7
diff -N -u -p patches/patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in       25 Oct 2010 12:57:13 -0000      1.7
+++ patches/patch-doc_Makefile_in       31 Dec 2013 04:29:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.7 2010/10/25 12:57:13 pea Exp $
---- doc/Makefile.in.orig       Mon Oct 18 11:53:58 2010
-+++ doc/Makefile.in    Wed Oct 20 09:19:27 2010
-@@ -299,7 +299,7 @@ gnupg1_TEXINFOS = gnupg1.texi
+--- doc/Makefile.in.orig       Thu Dec 20 14:30:34 2012
++++ doc/Makefile.in    Sun Dec 30 22:49:08 2012
+@@ -352,7 +352,7 @@ gnupg1_TEXINFOS = gnupg1.texi
  
  # Need this to avoid building of dvis with automake 1.4
  DVIS = 
@@ -9,4 +9,4 @@ $OpenBSD: patch-doc_Makefile_in,v 1.7 2010/10/25 12:57
 +#pkgdata_DATA = FAQ
  
  # we can't add gpg.texi gpgv.texi here because automake does not like them to
- # be built files. 
+ # be built files.
Index: patches/patch-g10_Makefile_in
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-g10_Makefile_in,v
retrieving revision 1.8
diff -N -u -p patches/patch-g10_Makefile_in
--- patches/patch-g10_Makefile_in       11 Dec 2012 20:47:45 -0000      1.8
+++ patches/patch-g10_Makefile_in       31 Dec 2013 04:29:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-g10_Makefile_in,v 1.8 2012/12/11 20:47:45 landry Exp $
---- g10/Makefile.in.orig       Mon Oct 18 03:53:58 2010
-+++ g10/Makefile.in    Tue Dec 11 12:19:48 2012
-@@ -342,7 +342,7 @@ target_alias = @target_alias@
+--- g10/Makefile.in.orig       Thu Dec 20 14:30:34 2012
++++ g10/Makefile.in    Sun Dec 30 22:49:08 2012
+@@ -395,7 +395,7 @@ target_alias = @target_alias@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
Index: patches/patch-keyserver_Makefile_in
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-keyserver_Makefile_in,v
retrieving revision 1.7
diff -N -u -p patches/patch-keyserver_Makefile_in
--- patches/patch-keyserver_Makefile_in 11 Dec 2012 20:47:45 -0000      1.7
+++ patches/patch-keyserver_Makefile_in 31 Dec 2013 04:29:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-keyserver_Makefile_in,v 1.7 2012/12/11 20:47:45 landry Exp $
---- keyserver/Makefile.in.orig Mon Oct 18 03:53:58 2010
-+++ keyserver/Makefile.in      Tue Dec 11 12:19:49 2012
-@@ -315,7 +315,7 @@ target_alias = @target_alias@
+--- keyserver/Makefile.in.orig Thu Dec 20 14:30:35 2012
++++ keyserver/Makefile.in      Sun Dec 30 22:49:08 2012
+@@ -373,7 +373,7 @@ target_alias = @target_alias@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
Index: patches/patch-tools_Makefile_in
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-tools_Makefile_in,v
retrieving revision 1.8
diff -N -u -p patches/patch-tools_Makefile_in
--- patches/patch-tools_Makefile_in     11 Dec 2012 20:47:45 -0000      1.8
+++ patches/patch-tools_Makefile_in     31 Dec 2013 04:29:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-tools_Makefile_in,v 1.8 2012/12/11 20:47:45 landry Exp $
---- tools/Makefile.in.orig     Mon Oct 18 03:53:58 2010
-+++ tools/Makefile.in  Tue Dec 11 12:19:48 2012
-@@ -305,7 +305,7 @@ top_build_prefix = @top_build_prefix@
+--- tools/Makefile.in.orig     Thu Dec 20 14:30:35 2012
++++ tools/Makefile.in  Sun Dec 30 22:49:08 2012
+@@ -364,7 +364,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  EXTRA_DIST = lspgpot ring-a-party mail-signed-keys convert-from-106
Index: patches/patch-util_Makefile_in
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-util_Makefile_in,v
retrieving revision 1.7
diff -N -u -p patches/patch-util_Makefile_in
--- patches/patch-util_Makefile_in      11 Dec 2012 20:47:45 -0000      1.7
+++ patches/patch-util_Makefile_in      31 Dec 2013 04:29:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-util_Makefile_in,v 1.7 2012/12/11 20:47:45 landry Exp $
---- util/Makefile.in.orig      Mon Oct 18 03:53:58 2010
-+++ util/Makefile.in   Tue Dec 11 12:19:48 2012
-@@ -311,7 +311,7 @@ target_alias = @target_alias@
+--- util/Makefile.in.orig      Thu Dec 20 14:30:35 2012
++++ util/Makefile.in   Sun Dec 30 22:49:08 2012
+@@ -345,7 +345,7 @@ target_alias = @target_alias@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
Index: patches/patch-util_secmem_c
===================================================================
RCS file: /cvs/ports/security/gnupg/patches/patch-util_secmem_c,v
retrieving revision 1.3
diff -N -u -p patches/patch-util_secmem_c
--- patches/patch-util_secmem_c 30 Jan 2008 20:18:10 -0000      1.3
+++ patches/patch-util_secmem_c 31 Dec 2013 04:29:02 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-util_secmem_c,v 1.3 2008/01/30 20:18:10 bernd Exp $
---- util/secmem.c.orig Tue Oct 23 09:55:31 2007
-+++ util/secmem.c      Mon Jan 28 20:50:30 2008
+--- util/secmem.c.orig Thu Dec 20 12:22:28 2012
++++ util/secmem.c      Sun Dec 30 23:27:38 2012
 @@ -36,6 +36,9 @@
  #include <sys/lock.h>
  #endif
@@ -31,7 +31,7 @@ $OpenBSD: patch-util_secmem_c,v 1.3 2008/01/30 20:18:1
 +  if (!no_warning && !swapencrypt)
      {
 -      log_info(_("WARNING: using insecure memory!\n"));
--      log_info(_("please see http://www.gnupg.org/faq.html";
+-      log_info(_("please see http://www.gnupg.org/documentation/faqs.html";
 -               " for more information\n"));
 +      log_info("WARNING: Using insecure memory!\n");
 +      log_info("Please enable swap encryption via"
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/security/gnupg/pkg/DESCR,v
retrieving revision 1.8
diff -N -u -p pkg/DESCR
--- pkg/DESCR   12 Apr 2006 09:55:24 -0000      1.8
+++ pkg/DESCR   31 Dec 2013 04:29:02 -0000
@@ -3,6 +3,5 @@ not use IDEA or RSA it can be used without any restric
 is nearly in compliance with RFC2440 (OpenPGP).
 
 Flavors:
-       idea - build with IDEA support
        card - build with OpenPGP card support
        ldap - build with LDAP keyserver support
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/gnupg/pkg/PLIST,v
retrieving revision 1.27
diff -N -u -p pkg/PLIST
--- pkg/PLIST   12 Jul 2012 16:32:48 -0000      1.27
+++ pkg/PLIST   31 Dec 2013 04:29:02 -0000
@@ -57,6 +57,7 @@ share/locale/ru/LC_MESSAGES/gnupg.mo
 share/locale/sk/LC_MESSAGES/gnupg.mo
 share/locale/sv/LC_MESSAGES/gnupg.mo
 share/locale/tr/LC_MESSAGES/gnupg.mo
+share/locale/uk/LC_MESSAGES/gnupg.mo
 share/locale/zh_CN/LC_MESSAGES/gnupg.mo
 share/locale/zh_TW/LC_MESSAGES/gnupg.mo
 %%ldap%%

Reply via email to