FreeBSD Bugzilla – Attachment 47840 Details for
Bug 73262
[MAINTAINER] www/kazehakase: update to 0.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kazehakase-0.2.1.patch
kazehakase-0.2.1.patch (text/plain), 4.92 KB, created by
Michael Johnson
on 2004-10-29 01:40:26 UTC
(
hide
)
Description:
kazehakase-0.2.1.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-10-29 01:40:26 UTC
Size:
4.92 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/Makefile /usr/ports/www/kazehakase/Makefile >--- /usr/ports/www/kazehakase.orig/Makefile Thu Oct 28 20:13:44 2004 >+++ /usr/ports/www/kazehakase/Makefile Thu Oct 28 19:45:26 2004 >@@ -6,10 +6,10 @@ > # > > PORTNAME= kazehakase >-PORTVERSION= 0.2.0 >+PORTVERSION= 0.2.1 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} >-MASTER_SITE_SUBDIR= ${PORTNAME}/11612/ >+MASTER_SITE_SUBDIR= ${PORTNAME}/12026/ > > MAINTAINER= ahze@ahze.net > COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon >@@ -34,6 +34,7 @@ > > .if defined(WITH_MIGEMO) > USE_RUBY= yes >+BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv > RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv > .endif > >diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/distinfo /usr/ports/www/kazehakase/distinfo >--- /usr/ports/www/kazehakase.orig/distinfo Thu Oct 28 20:13:44 2004 >+++ /usr/ports/www/kazehakase/distinfo Thu Oct 28 19:35:52 2004 >@@ -1,2 +1,2 @@ >-MD5 (kazehakase-0.2.0.tar.gz) = 0c510736ecbb035db9e42e8c0231cac5 >-SIZE (kazehakase-0.2.0.tar.gz) = 1086994 >+MD5 (kazehakase-0.2.1.tar.gz) = c89f80966fc30b233a7cea92d22f7fa0 >+SIZE (kazehakase-0.2.1.tar.gz) = 1035115 >diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/files/patch-etc::bookmarkbar.xml /usr/ports/www/kazehakase/files/patch-etc::bookmarkbar.xml >--- /usr/ports/www/kazehakase.orig/files/patch-etc::bookmarkbar.xml Thu Oct 28 20:13:44 2004 >+++ /usr/ports/www/kazehakase/files/patch-etc::bookmarkbar.xml Thu Oct 28 19:40:01 2004 >@@ -1,5 +1,5 @@ >---- etc/bookmarkbar.xml.orig Wed Sep 15 06:08:15 2004 >-+++ etc/bookmarkbar.xml Tue Sep 28 11:51:13 2004 >+--- etc/bookmarkbar.xml.orig Thu Oct 28 19:38:33 2004 >++++ etc/bookmarkbar.xml Thu Oct 28 19:39:48 2004 > @@ -10,6 +10,20 @@ > </bookmark> > <separator/> >diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/files/patch-src::actions::kz-actions.c /usr/ports/www/kazehakase/files/patch-src::actions::kz-actions.c >--- /usr/ports/www/kazehakase.orig/files/patch-src::actions::kz-actions.c Wed Dec 31 19:00:00 1969 >+++ /usr/ports/www/kazehakase/files/patch-src::actions::kz-actions.c Thu Oct 28 20:26:55 2004 >@@ -0,0 +1,15 @@ >+--- src/actions/kz-actions.c.orig Thu Oct 28 20:17:13 2004 >++++ src/actions/kz-actions.c Thu Oct 28 20:17:32 2004 >+@@ -1500,10 +1500,10 @@ >+ /* windows */ >+ for (node = list; node; node = g_list_next(node)) >+ { >++ KzWindow *window; >+ GList *tabs, *tabnode; >+ KzBookmark *window_bookmark = KZ_BOOKMARK(node->data); >+ tabs = kz_bookmark_get_children(window_bookmark); >+- KzWindow *window; >++ >+ if (!window_node) >+ { >+ window = KZ_WINDOW(kz_window_new(NULL)); >diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/files/patch-src::main.c /usr/ports/www/kazehakase/files/patch-src::main.c >--- /usr/ports/www/kazehakase.orig/files/patch-src::main.c Thu Oct 28 20:13:44 2004 >+++ /usr/ports/www/kazehakase/files/patch-src::main.c Thu Oct 28 20:29:18 2004 >@@ -1,19 +1,14 @@ >---- src/main.c.orig Sat Aug 28 00:28:30 2004 >-+++ src/main.c Sat Aug 28 00:28:47 2004 >-@@ -318,6 +318,7 @@ >- GList *list = kz_window_get_window_list(); >- KzWindow *kz; >- gchar **argv; >-+ gchar *uri; >- gint i; >+--- src/main.c.orig Thu Oct 28 20:27:54 2004 >++++ src/main.c Thu Oct 28 20:29:00 2004 >+@@ -777,10 +777,10 @@ >+ /* windows */ >+ for (node = list; node; node = g_list_next(node)) >+ { >++ KzWindow *window; >+ GList *tabs, *tabnode; >+ KzBookmark *window_bookmark = KZ_BOOKMARK(node->data); >+ tabs = kz_bookmark_get_children(window_bookmark); >+- KzWindow *window; > >- if (!list || !list->data || !KZ_IS_WINDOW(list->data)) return; >-@@ -338,7 +339,7 @@ >- continue; >- } >- >-- gchar *uri = complement_scheme(argv[i]); >-+ uri = complement_scheme(argv[i]); >- kz_window_open_new_tab(kz, uri); >- g_free(uri); >- } >+ window = KZ_WINDOW(kz_window_new(NULL)); >+ /* >diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/pkg-message /usr/ports/www/kazehakase/pkg-message >--- /usr/ports/www/kazehakase.orig/pkg-message Thu Oct 28 20:13:44 2004 >+++ /usr/ports/www/kazehakase/pkg-message Wed Dec 31 19:00:00 1969 >@@ -1,5 +0,0 @@ >-===> >-===> Bookmark format has changed (especially remote bookmark) >-===> if you use the default bookmarksbar you will want to >-===> remove ~/.kazehakase/bookmarkbar.xml >-===> >diff -ruN --exclude=CVS /usr/ports/www/kazehakase.orig/pkg-plist /usr/ports/www/kazehakase/pkg-plist >--- /usr/ports/www/kazehakase.orig/pkg-plist Thu Oct 28 20:13:44 2004 >+++ /usr/ports/www/kazehakase/pkg-plist Thu Oct 28 20:06:28 2004 >@@ -7,6 +7,7 @@ > etc/kazehakase/kz-ui-expert.xml > etc/kazehakase/kz-ui-medium.xml > etc/kazehakase/kzrc >+etc/kazehakase/mozilla/encodings.xml > etc/kazehakase/proxyrc > etc/kazehakase/smartbookmarks.xml > share/gnome/applications/kazehakase.desktop >@@ -51,4 +52,5 @@ > share/locale/ja/LC_MESSAGES/kazehakase.mo > @dirrm share/gnome/kazehakase/icons > @dirrm share/gnome/kazehakase >+@dirrm etc/kazehakase/mozilla > @dirrm etc/kazehakase
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73262
: 47840