summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-08-20 10:07:39 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-08-20 10:07:39 +0000
commit57df162c3c1ccc4b1dd600a16c5525471f4c9bff (patch)
treecdb4ffe2193279e4f2f41c2bb9d9d17d7f0897b0 /news
parentChange maintainer address (diff)
Update to 6.16.2.02.
PR: ports/55754 Submitted by: IKEGAMI Akiko <gami@moonshine.s.notwork.org> Approved by: maintainer no response
Notes
Notes: svn path=/head/; revision=87363
Diffstat (limited to 'news')
-rw-r--r--news/t-gnus/Makefile4
-rw-r--r--news/t-gnus/distinfo3
-rw-r--r--news/t-gnus/files/patch-info11
3 files changed, 4 insertions, 14 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile
index 041e3d3347d6..e165deaadbb1 100644
--- a/news/t-gnus/Makefile
+++ b/news/t-gnus/Makefile
@@ -8,7 +8,7 @@
PORTNAME= t-gnus
PORTVERSION= ${TGNUSVERSION:S/quimby/q/g:S/_/./g:S/-/./g}
CATEGORIES= news mail elisp
-MASTER_SITES= http://www.jpl.org/elips/t-gnus-6.15/snapshots/ \
+MASTER_SITES= http://www.jpl.org/elips/t-gnus-6.16/snapshots/ \
http://cvs.m17n.org/archives/gnus/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}-${TGNUSVERSION}
@@ -23,7 +23,7 @@ HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
-TGNUSVERSION= 6_15_24-00-quimby
+TGNUSVERSION= 6_16_2-02
EMACS_PORT_NAME?=emacs21
EMACS_W3M_PORT_NAME?= emacs-w3m
EMACS_W3M_LISP_FILE?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el
diff --git a/news/t-gnus/distinfo b/news/t-gnus/distinfo
index 251f45f147c4..74a1decc44bf 100644
--- a/news/t-gnus/distinfo
+++ b/news/t-gnus/distinfo
@@ -1 +1,2 @@
-MD5 (t-gnus-6_15_24-00-quimby.tar.gz) = a2f791785732af35a70d22d218fdf039
+MD5 (t-gnus-6_16_2-02.tar.gz) = 8c5c3d7b7d183a176f8b45a79f6b9fca
+MD5 (t-gnus-6_16_2-02.tar.gz) = d26c84008224f3e862d51c8ecfc53df1
diff --git a/news/t-gnus/files/patch-info b/news/t-gnus/files/patch-info
deleted file mode 100644
index 8caf1b9e286d..000000000000
--- a/news/t-gnus/files/patch-info
+++ /dev/null
@@ -1,11 +0,0 @@
---- texi/infohack.el.~1~ Tue Jan 8 14:20:24 2002
-+++ texi/infohack.el Mon Jun 3 13:14:54 2002
-@@ -137,7 +137,7 @@
- (texinfo-every-node-update)
- (set-buffer-modified-p nil)
- (message "texinfo formatting %s..." file)
-- (texinfo-format-buffer nil)
-+ (texinfo-format-buffer t)
- (if (buffer-modified-p)
- (progn (message "Saving modified %s" (buffer-file-name))
- (save-buffer))))