summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/gnupg/Makefile5
-rw-r--r--security/gnupg/PLIST6
-rw-r--r--security/gnupg/distinfo7
-rw-r--r--security/gnupg/patches/patch-ab12
4 files changed, 10 insertions, 20 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 0495b759dc5..438c38b789c 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2003/05/02 11:56:16 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2003/05/05 16:33:46 taca Exp $
#
-DISTNAME= gnupg-1.2.1
-PKGREVISION= 2
+DISTNAME= gnupg-1.2.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
ftp://ftp.planetmirror.com/pub/gnupg/ \
diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST
index 9bf1cd24d09..2834adda03b 100644
--- a/security/gnupg/PLIST
+++ b/security/gnupg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/10/09 14:16:55 itojun Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/05/05 16:33:47 taca Exp $
bin/gpg
bin/gpgsplit
bin/gpgv
@@ -24,8 +24,10 @@ ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnupg.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnupg.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnupg.mo
@@ -33,7 +35,9 @@ ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnupg.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnupg.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnupg.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnupg.mo
@dirrm share/gnupg
@dirrm libexec/gnupg
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index 83a5d1383bf..18eb2d72f7f 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.15 2003/04/01 17:58:59 thorpej Exp $
+$NetBSD: distinfo,v 1.16 2003/05/05 16:33:47 taca Exp $
-SHA1 (gnupg-1.2.1.tar.bz2) = 690be04da01ebe521be16389db580b487069dab3
-Size (gnupg-1.2.1.tar.bz2) = 1889079 bytes
+SHA1 (gnupg-1.2.2.tar.bz2) = 8f620b67dad86577cf77d7b43ba2ae43e204b5bc
+Size (gnupg-1.2.2.tar.bz2) = 2225034 bytes
SHA1 (idea.c.gz) = e45ee3299433196251f39e736190bb16ee676d0a
Size (idea.c.gz) = 4777 bytes
SHA1 (patch-aa) = 56601df46f7f93626d82293b4062e15ab645cc40
-SHA1 (patch-ab) = 5e2585a9fdd7587140848f5d2ea5ece4a43eef5c
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
deleted file mode 100644
index 4e6e59b67a0..00000000000
--- a/security/gnupg/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.17 2003/04/21 20:28:19 cjep Exp $
---- mpi/config.links.orig Thu Oct 17 07:08:49 2002
-+++ mpi/config.links Tue Apr 1 09:52:51 2003
-@@ -31,7 +31,7 @@
-
- if test "$try_asm_modules" = "yes" ; then
- case "${target}" in
-- powerpc-apple-darwin6.1)
-+ powerpc-apple-darwin*)
- echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
- path=""
- ;;