From c06f64ad1526668eabea6a5dadf44db7562a854c Mon Sep 17 00:00:00 2001 From: lha Date: Wed, 31 Dec 2003 18:39:42 +0000 Subject: Update to gnus 5.10.3. Updates are too numerous to list. Most changes seems to be better pgp support and spam handling. --- mail/gnus/Makefile | 7 ++++--- mail/gnus/PLIST | 4 +++- mail/gnus/distinfo | 7 ++++--- mail/gnus/patches/patch-aa | 15 +++++++++++++++ 4 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 mail/gnus/patches/patch-aa (limited to 'mail/gnus') diff --git a/mail/gnus/Makefile b/mail/gnus/Makefile index 9f36df8088c..49f7123baa7 100644 --- a/mail/gnus/Makefile +++ b/mail/gnus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2003/08/09 11:08:56 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/31 18:39:42 lha Exp $ -DISTNAME= gnus-5.10.2 -PKGREVISION= 1 +DISTNAME= gnus-5.10.3 CATEGORIES= mail MASTER_SITES= http://quimby.gnus.org/gnus/dist/ @@ -11,6 +10,8 @@ COMMENT= Gnus is a flexible message reader running under GNU Emacs #EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215 +DEPENDS+= digest>=20010101:../../pkgtools/digest + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/gnus CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/share/gnus diff --git a/mail/gnus/PLIST b/mail/gnus/PLIST index 1d4a1ce1ea8..9ec9ff98791 100644 --- a/mail/gnus/PLIST +++ b/mail/gnus/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2003/07/08 09:58:53 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/12/31 18:39:42 lha Exp $ share/doc/gnus/info/emacs-mime +share/doc/gnus/info/emacs-mime-1 +share/doc/gnus/info/emacs-mime-2 share/doc/gnus/info/gnus share/doc/gnus/info/gnus-1 share/doc/gnus/info/gnus-10 diff --git a/mail/gnus/distinfo b/mail/gnus/distinfo index 94bd9814232..bb3e2cee112 100644 --- a/mail/gnus/distinfo +++ b/mail/gnus/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/07/08 09:58:53 seb Exp $ +$NetBSD: distinfo,v 1.3 2003/12/31 18:39:42 lha Exp $ -SHA1 (gnus-5.10.2.tar.gz) = e44fd0435ce56e82e532dd030d7a86542cbace06 -Size (gnus-5.10.2.tar.gz) = 2256225 bytes +SHA1 (gnus-5.10.3.tar.gz) = 50c47f5e4c30929cf3dc1e5cc42906bb7593394e +Size (gnus-5.10.3.tar.gz) = 2324927 bytes +SHA1 (patch-aa) = 36e3ef2f1fe887a4c18274a346eb7242ae9a73c9 diff --git a/mail/gnus/patches/patch-aa b/mail/gnus/patches/patch-aa new file mode 100644 index 00000000000..ab1751e0b89 --- /dev/null +++ b/mail/gnus/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.3 2003/12/31 18:39:42 lha Exp $ + +NetBSD doesn't have a sha1sum, use digest instead + +--- lisp/sha1-el.el.orig 2003-12-16 01:57:29.000000000 +0100 ++++ lisp/sha1-el.el 2003-12-31 19:18:42.000000000 +0100 +@@ -73,7 +73,7 @@ + :type 'integer + :group 'sha1) + +-(defcustom sha1-program '("sha1sum") ++(defcustom sha1-program '("digest" "sha1") + "*Name of program to compute SHA1. + It must be a string \(program name\) or list of strings \(name and its args\)." + :type '(repeat string) -- cgit v1.2.3