pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/gnus Update to gnus 5.10.3. Updates are too numer...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc3b471fb0c2
branches: trunk
changeset: 465516:bc3b471fb0c2
user: lha <lha%pkgsrc.org@localhost>
date: Wed Dec 31 18:39:42 2003 +0000
description:
Update to gnus 5.10.3. Updates are too numerous to list. Most changes
seems to be better pgp support and spam handling.
diffstat:
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(-)
diffs (65 lines):
diff -r 19b39d5661f6 -r bc3b471fb0c2 mail/gnus/Makefile
--- a/mail/gnus/Makefile Wed Dec 31 18:37:21 2003 +0000
+++ b/mail/gnus/Makefile Wed Dec 31 18:39:42 2003 +0000
@@ -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 @@
#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 -r 19b39d5661f6 -r bc3b471fb0c2 mail/gnus/PLIST
--- a/mail/gnus/PLIST Wed Dec 31 18:37:21 2003 +0000
+++ b/mail/gnus/PLIST Wed Dec 31 18:39:42 2003 +0000
@@ -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 -r 19b39d5661f6 -r bc3b471fb0c2 mail/gnus/distinfo
--- a/mail/gnus/distinfo Wed Dec 31 18:37:21 2003 +0000
+++ b/mail/gnus/distinfo Wed Dec 31 18:39:42 2003 +0000
@@ -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 -r 19b39d5661f6 -r bc3b471fb0c2 mail/gnus/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/gnus/patches/patch-aa Wed Dec 31 18:39:42 2003 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index