diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-16 12:58:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-16 12:58:20 +0800 |
commit | 66095901622e59b59a2884f2305e95b62ca22d19 (patch) | |
tree | 4c3b72eea69576f10d212e4c8dc3e7e605a203fe /www/galeon | |
parent | 372c63d8816b49d613699aa3a74a3f4a4216dd1c (diff) | |
download | freebsd-ports-gnome-66095901622e59b59a2884f2305e95b62ca22d19.tar.gz freebsd-ports-gnome-66095901622e59b59a2884f2305e95b62ca22d19.tar.zst freebsd-ports-gnome-66095901622e59b59a2884f2305e95b62ca22d19.zip |
Update to 1.3.19. See http://galeon.sourceforge.net/Main/GaleonRelease1319
for all the changes.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 3 | ||||
-rw-r--r-- | www/galeon/distinfo | 4 | ||||
-rw-r--r-- | www/galeon/files/patch-mozilla_MozillaPrivate.cpp | 18 | ||||
-rw-r--r-- | www/galeon/pkg-plist | 4 |
4 files changed, 3 insertions, 26 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 59947e06ac34..4f84383b25bb 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -6,8 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 1.3.18 -PORTREVISION= 2 +PORTVERSION= 1.3.19 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ diff --git a/www/galeon/distinfo b/www/galeon/distinfo index b2d9942a825c..ae6a73838f49 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1,2 +1,2 @@ -MD5 (galeon-1.3.18.tar.bz2) = d04164ebf26c65fdfd23fc1278edfce1 -SIZE (galeon-1.3.18.tar.bz2) = 3866453 +MD5 (galeon-1.3.19.tar.bz2) = 7d272c6b1863252026386fd299122841 +SIZE (galeon-1.3.19.tar.bz2) = 3890447 diff --git a/www/galeon/files/patch-mozilla_MozillaPrivate.cpp b/www/galeon/files/patch-mozilla_MozillaPrivate.cpp deleted file mode 100644 index c583ea9bcd6c..000000000000 --- a/www/galeon/files/patch-mozilla_MozillaPrivate.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- mozilla/MozillaPrivate.cpp.orig Sun Oct 24 15:14:57 2004 -+++ mozilla/MozillaPrivate.cpp Sun Oct 24 15:17:17 2004 -@@ -109,6 +109,7 @@ - tmp = paperPrefix + NS_LITERAL_CSTRING("width_mm"); - rv = pref->GetIntPref(tmp.get(), &width); - -+#if defined(_NL_PAPER_HEIGHT) && defined(_NL_PAPER_WIDTH) - // mark locale default paper size so that print dialog can use - // it as best guess when switching printers - if (height == (int) (long int) nl_langinfo (_NL_PAPER_HEIGHT) && -@@ -116,6 +117,7 @@ - { - info->paper = i; - } -+#endif - - PRBool is_inch; - tmp = paperPrefix + NS_LITERAL_CSTRING("is_inch"); diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist index 625e2b2336d3..1f093a652fa2 100644 --- a/www/galeon/pkg-plist +++ b/www/galeon/pkg-plist @@ -2,8 +2,6 @@ bin/galeon bin/galeon-bin bin/galeon-config-tool etc/sound/events/galeon.soundlist -lib/galeon/components/libgaleon-xpcom.a -lib/galeon/components/libgaleon-xpcom.so libdata/bonobo/servers/GNOME_Galeon_Automation.server libdata/bonobo/servers/GNOME_Galeon_NautilusView.server share/gnome/applications/galeon.desktop @@ -224,6 +222,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo @dirrm share/gnome/help/galeon/es @dirrm share/gnome/help/galeon @dirrm share/gnome/galeon -@dirrm lib/galeon/components -@dirrm lib/galeon @unexec update-desktop-database > /dev/null || /usr/bin/true |