diff options
author | sf <sf@FreeBSD.org> | 2001-08-30 14:01:21 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-08-30 14:01:21 +0800 |
commit | 73d7c100d15736fca24758d42b53840932c2f363 (patch) | |
tree | 12ac5f56a02930565135f6b5e5de77b37c2b27b6 /japanese | |
parent | db44c387b47f1414845a01046b8bbea787e54afa (diff) | |
download | freebsd-ports-gnome-73d7c100d15736fca24758d42b53840932c2f363.tar.gz freebsd-ports-gnome-73d7c100d15736fca24758d42b53840932c2f363.tar.zst freebsd-ports-gnome-73d7c100d15736fca24758d42b53840932c2f363.zip |
o chase recent 2ch reorganization.
patch-af is obtained from:
http://cocoa.2ch.net/test/read.cgi?bbs=unix&key=996244120&st=215&to=215&nofirst=true
patch-ag is obtained from:
http://cocoa.2ch.net/test/read.cgi?bbs=unix&key=996244120&st=220&to=220&nofirst=true
2channel is still alive.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/navi2ch-emacs20/Makefile | 2 | ||||
-rw-r--r-- | japanese/navi2ch-emacs20/files/patch-af | 11 | ||||
-rw-r--r-- | japanese/navi2ch-emacs20/files/patch-ag | 11 |
3 files changed, 23 insertions, 1 deletions
diff --git a/japanese/navi2ch-emacs20/Makefile b/japanese/navi2ch-emacs20/Makefile index 2a7615198f8f..8338b8c10465 100644 --- a/japanese/navi2ch-emacs20/Makefile +++ b/japanese/navi2ch-emacs20/Makefile @@ -7,7 +7,7 @@ PORTNAME= navi2ch PORTVERSION= 010728 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www elisp MASTER_SITES= http://www.geocities.co.jp/SiliconValley-Oakland/7673/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/japanese/navi2ch-emacs20/files/patch-af b/japanese/navi2ch-emacs20/files/patch-af new file mode 100644 index 000000000000..8a950ea82ba2 --- /dev/null +++ b/japanese/navi2ch-emacs20/files/patch-af @@ -0,0 +1,11 @@ +--- navi2ch-vars.el.orig Tue Jul 24 01:15:20 2001 ++++ navi2ch-vars.el Thu Aug 30 14:52:33 2001 +@@ -97,7 +97,7 @@ + :type 'boolean + :group 'navi2ch-list) + +-(defcustom navi2ch-list-bbstable-url "http://www.2ch.net/bbstable.html" ++(defcustom navi2ch-list-bbstable-url "http://www.2ch.net/bbstable2.html" + "*bbstable の url" + :type 'string + :group 'navi2ch-list) diff --git a/japanese/navi2ch-emacs20/files/patch-ag b/japanese/navi2ch-emacs20/files/patch-ag new file mode 100644 index 000000000000..16a33219dd50 --- /dev/null +++ b/japanese/navi2ch-emacs20/files/patch-ag @@ -0,0 +1,11 @@ +--- navi2ch-list.el.orig Fri Jul 27 21:48:28 2001 ++++ navi2ch-list.el Thu Aug 30 14:51:14 2001 +@@ -399,7 +399,7 @@ + (when (and start + (not ignore)) + (when (string-match +- "href=\\(.+/\\([^/]+\\)/\\)index2.html" ++ "href=\\(.+/\\([^/]+\\)/\\)index2.html?" + href) + (concat cont "\n" + (match-string 1 href) "\n" |