Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24803/10.3/unstable/main/finkinfo/editors

Modified Files:
        navi2ch.info navi2ch.patch 
Log Message:
Changed navi2ch-list-bbstable-default-url in navi2ch-list.el.

Index: navi2ch.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/navi2ch.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- navi2ch.info        17 Jul 2005 09:37:40 -0000      1.3
+++ navi2ch.info        25 Dec 2006 00:01:08 -0000      1.4
@@ -1,6 +1,6 @@
 Package: navi2ch
 Version: 1.7.5
-Revision: 5
+Revision: 6
 GCC: 3.3
 Description: 2ch navigator for Emacsen
 License: GPL

Index: navi2ch.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/navi2ch.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- navi2ch.patch       4 Apr 2005 06:47:19 -0000       1.2
+++ navi2ch.patch       25 Dec 2006 00:01:11 -0000      1.3
@@ -49,7 +49,7 @@
 +
 +if [ ${FLAVOR} != emacs ]
 +    then
-+    echo install/${PACKAGE}: Byte-compiling for ${FLAVOR}...
++    /bin/echo "install/${PACKAGE}: Byte-compiling for ${FLAVOR}...\c"
 +
 +    install -m 755 -d ${ELCDIR}/contrib
 +    # Copy the temp .el files
@@ -63,7 +63,7 @@
 +
 +    (cd ${ELCDIR} && ln -s contrib/*.el .)
 +
-+    echo "done."
++    echo " done."
 +fi
 +
 +exit 0
@@ -82,9 +82,9 @@
 +
 +if [ ${FLAVOR} != emacs ]
 +    then
-+      echo -n "remove/$PACKAGE: Removing for $FLAVOR..."
++      /bin/echo "remove/$PACKAGE: Removing for $FLAVOR...\c"
 +        rm -rf $ELCDIR
-+        echo "done."
++        echo " done."
 +fi
 +exit 0
 diff -Naur navi2ch-1.7.5.orig/fink/navi2ch-startup 
navi2ch-1.7.5/fink/navi2ch-startup
@@ -112,3 +112,15 @@
 +;(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)
 +
 +(autoload 'navi2ch "navi2ch" "Navigator for 2ch for Emacs" t)
+diff -Naur navi2ch-1.7.5.orig/navi2ch-list.el navi2ch-1.7.5/navi2ch-list.el
+--- navi2ch-1.7.5.orig/navi2ch-list.el 2004-08-08 00:03:09.000000000 +0900
++++ navi2ch-1.7.5/navi2ch-list.el      2006-12-25 08:23:08.000000000 +0900
+@@ -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)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to