diff options
author | uebayasi <uebayasi> | 2006-10-07 06:12:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2006-10-07 06:12:42 +0000 |
commit | e2ec9531506659b5882b0f9fe3f4bde7b80a0629 (patch) | |
tree | f9d4e689b6fd94fe3aeb549e44810bda21d4ab46 /chat/navi2ch | |
parent | 2c9b4b0d75a359949728d9f59897bc52bce29bd2 (diff) | |
download | pkgsrc-e2ec9531506659b5882b0f9fe3f4bde7b80a0629.tar.gz |
Make sure the patch provided by PR pkg/32585 from ISIHARA Takanori is in
repository; this has been missed and left in my work directory somehow. I'm
sorry.
Bump revision to 4.
Diffstat (limited to 'chat/navi2ch')
-rw-r--r-- | chat/navi2ch/Makefile | 4 | ||||
-rw-r--r-- | chat/navi2ch/patches/patch-aa | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile index 9c02e457423..b0b6ca1bac9 100644 --- a/chat/navi2ch/Makefile +++ b/chat/navi2ch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/03/30 03:31:13 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/10/07 06:12:42 uebayasi Exp $ DISTNAME= navi2ch-1.7.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=navi2ch/} diff --git a/chat/navi2ch/patches/patch-aa b/chat/navi2ch/patches/patch-aa new file mode 100644 index 00000000000..800e0f4cfd1 --- /dev/null +++ b/chat/navi2ch/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/10/07 06:12:42 uebayasi Exp $ + +--- navi2ch-list.el.orig 2004-08-08 00:03:09.000000000 +0900 ++++ navi2ch-list.el +@@ -85,7 +85,7 @@ + (nil " " navi2ch-list-board-name-face))) + + (defconst navi2ch-list-bbstable-default-url +- "http://www.ff.iij4u.or.jp/~ch2/bbsmenu.html") ++ "http://menu.2ch.net/bbsmenu.html") + + ;; add hook + (add-hook 'navi2ch-save-status-hook 'navi2ch-list-save-info) |