diff options
author | nork <nork@FreeBSD.org> | 2003-08-20 10:07:39 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-08-20 10:07:39 +0000 |
commit | a8d0fd07f3318375166ea0afa9494e5fd5c6040a (patch) | |
tree | 3556866f244464d1ff8dbfc997e7973edb226e2f /news | |
parent | e710a72b5edeef9307a94e667de3fcf7d3c63353 (diff) | |
download | FreeBSD-ports-a8d0fd07f3318375166ea0afa9494e5fd5c6040a.zip FreeBSD-ports-a8d0fd07f3318375166ea0afa9494e5fd5c6040a.tar.gz |
Update to 6.16.2.02.
PR: ports/55754
Submitted by: IKEGAMI Akiko <gami@moonshine.s.notwork.org>
Approved by: maintainer no response
Diffstat (limited to 'news')
-rw-r--r-- | news/t-gnus/Makefile | 4 | ||||
-rw-r--r-- | news/t-gnus/distinfo | 3 | ||||
-rw-r--r-- | news/t-gnus/files/patch-info | 11 |
3 files changed, 4 insertions, 14 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index 041e3d3..e165dea 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 251f45f..74a1dec 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 8caf1b9..0000000 --- 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)))) |