diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-17 03:15:18 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-17 03:15:18 +0800 |
commit | 697576960292f3fcee3a1aaaf49fdb7607bea68d (patch) | |
tree | f7f7179643e880aff0d8b0b69031562bf63269c4 | |
parent | f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7 (diff) | |
download | marcuscom-ports-697576960292f3fcee3a1aaaf49fdb7607bea68d.tar.gz marcuscom-ports-697576960292f3fcee3a1aaaf49fdb7607bea68d.tar.zst marcuscom-ports-697576960292f3fcee3a1aaaf49fdb7607bea68d.zip |
Update to 1.3.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1218 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/galeon2/Makefile | 3 | ||||
-rw-r--r-- | www/galeon2/distinfo | 2 | ||||
-rw-r--r-- | www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp | 40 | ||||
-rw-r--r-- | www/galeon2/files/patch-mozilla_TOCProtocolHandler.h | 11 | ||||
-rw-r--r-- | www/galeon2/pkg-plist | 1 |
5 files changed, 3 insertions, 54 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index aa2b898ff..ee1951a7e 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galeon2 -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} @@ -38,6 +38,7 @@ HEADERS_SUFX= .endif .endif +USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL= yes diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo index 779279954..696b7df9f 100644 --- a/www/galeon2/distinfo +++ b/www/galeon2/distinfo @@ -1 +1 @@ -MD5 (galeon-1.3.8.tar.gz) = 8154fd1854c0e47ffbc93378de011811 +MD5 (galeon-1.3.9.tar.bz2) = f948047373884a0dc8d841930d11680c diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp deleted file mode 100644 index 37f1b5483..000000000 --- a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.cpp +++ /dev/null @@ -1,40 +0,0 @@ ---- 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); - - 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 */ -@@ -362,7 +362,7 @@ - } - - NS_METHOD GTOCProtocolHandler::CreateHelpPage (const char *type, -- int (*select)(const struct dirent *)) -+ int (*select)(struct dirent *)) - { - nsresult rv; - -@@ -445,7 +445,7 @@ - } - } - --int gHelpSelect (const struct dirent *dirEntry) -+int gHelpSelect (struct dirent *dirEntry) - { - #ifdef NOT_PORTED - char *helpPath = gnome_help_file_find_file ( -@@ -461,7 +461,7 @@ - #endif - } - --int gnomeHelpSelect (const struct dirent *dirEntry) -+int gnomeHelpSelect (struct dirent *dirEntry) - { - #ifdef NOT_PORTED - nsCString fileName = dirEntry->d_name; diff --git a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h b/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h deleted file mode 100644 index e942b83c8..000000000 --- a/www/galeon2/files/patch-mozilla_TOCProtocolHandler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/TOCProtocolHandler.h.orig Wed Nov 20 15:25:05 2002 -+++ mozilla/TOCProtocolHandler.h Wed Nov 20 15:25:10 2002 -@@ -55,7 +55,7 @@ - NS_METHOD CreateInfoPage (void); - NS_METHOD CreateManPage (void); - NS_METHOD CreateHelpPage (const char *type, -- int (*select)(const struct dirent *)); -+ int (*select)(struct dirent *)); - nsCOMPtr<nsIURI> mURI; - nsCOMPtr<nsIChannel> mChannel; - nsCOMPtr<nsIStorageStream> mStream; diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index c69e4d8ff..c291fd5c0 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -172,7 +172,6 @@ share/gnome/galeon/spinners/pipeon/013.png share/gnome/galeon/spinners/pipeon/014.png share/gnome/galeon/spinners/pipeon/rest.png share/gnome/galeon/stocks.png -share/gnome/galeon/toc.css share/gnome/galeon/toolbar-editor.glade share/gnome/gnome-2.0/ui/galeon-bookmarks-editor-ui.xml share/gnome/gnome-2.0/ui/galeon-ui.xml |