svn commit: r316117 - in head/www/midori: . files
Olivier Duchateau
olivierd at FreeBSD.org
Fri Apr 19 19:19:06 UTC 2013
Author: olivierd
Date: Fri Apr 19 19:19:04 2013
New Revision: 316117
URL: http://svnweb.freebsd.org/changeset/ports/316117
Log:
- Update to 0.5.0
- Remove unneeded patches
- Remove 'HelpBugs' entry, because it depends of Apport (bug report tool in
Ubuntu)
Feature safe: yes
Added:
head/www/midori/files/patch-midori__midori-browser.c (contents, props changed)
Deleted:
head/www/midori/files/patch-midori__midori-view.c
head/www/midori/files/patch-wscript
Modified:
head/www/midori/Makefile
head/www/midori/distinfo
head/www/midori/pkg-plist
Modified: head/www/midori/Makefile
==============================================================================
--- head/www/midori/Makefile Fri Apr 19 18:37:16 2013 (r316116)
+++ head/www/midori/Makefile Fri Apr 19 19:19:04 2013 (r316117)
@@ -3,8 +3,7 @@
#
PORTNAME= midori
-PORTVERSION= 0.4.9
-PORTREVISION= 2
+PORTVERSION= 0.5.0
CATEGORIES= www xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
Modified: head/www/midori/distinfo
==============================================================================
--- head/www/midori/distinfo Fri Apr 19 18:37:16 2013 (r316116)
+++ head/www/midori/distinfo Fri Apr 19 19:19:04 2013 (r316117)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/midori-0.4.9.tar.bz2) = f01e5dc45e94f909e48f0dd62cc4afedd80710769fdf98bc4e0b38d4ef0abc11
-SIZE (xfce4/midori-0.4.9.tar.bz2) = 1079713
+SHA256 (xfce4/midori-0.5.0.tar.bz2) = d280c19bb135f2b644a67d9f34d1ec1c148ceb14b5de11ce6c23f64c15be5df0
+SIZE (xfce4/midori-0.5.0.tar.bz2) = 1093278
Added: head/www/midori/files/patch-midori__midori-browser.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/midori/files/patch-midori__midori-browser.c Fri Apr 19 19:19:04 2013 (r316117)
@@ -0,0 +1,35 @@
+--- ./midori/midori-browser.c.orig 2013-04-04 20:31:20.000000000 +0000
++++ ./midori/midori-browser.c 2013-04-06 12:28:33.000000000 +0000
+@@ -3228,8 +3228,10 @@
+ { NULL },
+ #ifndef HAVE_GRANITE
+ { "HelpFAQ" },
++ #ifdef __linux__
+ { "HelpBugs"},
+ #endif
++ #endif
+ { "About" },
+ { "Preferences" },
+ };
+@@ -5509,9 +5511,11 @@
+ { "HelpFAQ", GTK_STOCK_HELP,
+ N_("_Frequent Questions"), "F1",
+ NULL, G_CALLBACK (_action_help_link_activate) },
++ #ifdef __linux__
+ { "HelpBugs", NULL,
+ N_("_Report a Problem…"), NULL,
+ NULL, G_CALLBACK (_action_help_link_activate) },
++ #endif
+ { "About", GTK_STOCK_ABOUT,
+ NULL, "",
+ NULL, G_CALLBACK (_action_about_activate) },
+@@ -5814,7 +5818,9 @@
+ "<menuitem action='Window'/>"
+ "<menu action='Help'>"
+ "<menuitem action='HelpFAQ'/>"
++ #ifdef __linux__
+ "<menuitem action='HelpBugs'/>"
++ #endif
+ "<separator/>"
+ "<menuitem action='About'/>"
+ "</menu>"
Modified: head/www/midori/pkg-plist
==============================================================================
--- head/www/midori/pkg-plist Fri Apr 19 18:37:16 2013 (r316116)
+++ head/www/midori/pkg-plist Fri Apr 19 19:19:04 2013 (r316117)
@@ -9,6 +9,7 @@ lib/midori/libadblock.so
lib/midori/libaddons.so
lib/midori/libcolorful-tabs.so
lib/midori/libcookie-manager.so
+lib/midori/libcookie-permissions.so
lib/midori/libcopy-tabs.so
lib/midori/libdelayed-load.so
lib/midori/libexternal-download-manager.so
@@ -38,7 +39,6 @@ share/applications/midori-private.deskto
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeItem.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzePreferences.html
-%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeScrolled.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-gtk3-compat.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-array.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-arrayaction.html
@@ -46,7 +46,6 @@ share/applications/midori-private.deskto
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies-sqlite.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-net.html
-%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-separatoraction.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-throbber.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-utils.html
%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp
More information about the svn-ports-all
mailing list