mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 1.3.6.
This commit is contained in:
parent
6947ebb3f9
commit
e8863ba959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85312
@ -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$//}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (galeon-1.3.5.tar.gz) = 0bba66cc1a156f25547974e5b979389e
|
||||
MD5 (galeon-1.3.6.tar.gz) = 1918f08652cd702a0ca65559ae9f0e5a
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user