diff options
-rw-r--r-- | www/galeon2/Makefile | 3 | ||||
-rw-r--r-- | www/galeon2/distinfo | 2 | ||||
-rw-r--r-- | www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp | 22 | ||||
-rw-r--r-- | www/galeon2/pkg-plist | 1 |
4 files changed, 14 insertions, 14 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 4617f3e1c1e9..f78bc9f847b1 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= galeon2 -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo index 425c6e0ff5b5..d954f9b81478 100644 --- a/www/galeon2/distinfo +++ b/www/galeon2/distinfo @@ -1 +1 @@ -MD5 (galeon-1.3.5.tar.gz) = 0bba66cc1a156f25547974e5b979389e +MD5 (galeon-1.3.6.tar.gz) = 1918f08652cd702a0ca65559ae9f0e5a diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp index cdb7d9860d81..37f1b5483be2 100644 --- a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp +++ b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp @@ -1,17 +1,17 @@ ---- mozilla/TOCProtocolHandler.cpp.orig Wed Sep 4 20:41:48 2002 -+++ mozilla/TOCProtocolHandler.cpp Thu Feb 13 16:15:50 2003 +--- mozilla/TOCProtocolHandler.cpp.orig Sat Jun 14 11:42:57 2003 ++++ mozilla/TOCProtocolHandler.cpp Mon Jul 21 11:30:04 2003 @@ -83,8 +83,8 @@ oStream->Write (str.c_str(), str.size(), &bytesWriten); - void ParseEnvPath(const nsCString &path, list<string> &dirs); --int gHelpSelect (const struct dirent *dirEntry); --int gnomeHelpSelect (const struct dirent *dirEntry); -+int gHelpSelect (struct dirent *dirEntry); -+int gnomeHelpSelect (struct dirent *dirEntry); + static void ParseEnvPath(const nsCString &path, list<string> &dirs); +-static int gHelpSelect (const struct dirent *dirEntry); +-static int gnomeHelpSelect (const struct dirent *dirEntry); ++static int gHelpSelect (struct dirent *dirEntry); ++static int gnomeHelpSelect (struct dirent *dirEntry); + static void RenderContentType (nsIOutputStream *oStream, PRUint32 &bytesWriten); /* Implementation file */ - NS_IMPL_ISUPPORTS1 (GTOCProtocolHandler, nsIProtocolHandler) -@@ -401,7 +408,7 @@ +@@ -362,7 +362,7 @@ } NS_METHOD GTOCProtocolHandler::CreateHelpPage (const char *type, @@ -20,7 +20,7 @@ { nsresult rv; -@@ -496,7 +503,7 @@ +@@ -445,7 +445,7 @@ } } @@ -29,7 +29,7 @@ { #ifdef NOT_PORTED char *helpPath = gnome_help_file_find_file ( -@@ -512,7 +519,7 @@ +@@ -461,7 +461,7 @@ #endif } diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index c30c1bc5a29f..89535230a415 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -79,6 +79,7 @@ share/gnome/galeon/galeon-default-open.png share/gnome/galeon/galeon-default.png share/gnome/galeon/galeon-folder-open.png share/gnome/galeon/galeon-folder.png +share/gnome/galeon/galeon-fullscreen.png share/gnome/galeon/galeon-history.png share/gnome/galeon/galeon-send-link.png share/gnome/galeon/galeon-separator.png |