summaryrefslogtreecommitdiffstats
path: root/www/galeon
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-03 11:59:33 +0000
committersobomax <sobomax@FreeBSD.org>2001-05-03 11:59:33 +0000
commit1a5d18bca33ed7b659fe119d16dae99f1fbe5e00 (patch)
tree2ec3d2643d8dce4bbad401a6ff021d681e283b38 /www/galeon
parentfd02fbef9f7192a415446264309a5d7d88237b0d (diff)
downloadFreeBSD-ports-1a5d18bca33ed7b659fe119d16dae99f1fbe5e00.zip
FreeBSD-ports-1a5d18bca33ed7b659fe119d16dae99f1fbe5e00.tar.gz
Update to 0.10.5.
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile2
-rw-r--r--www/galeon/distinfo2
-rw-r--r--www/galeon/files/patch-ab18
-rw-r--r--www/galeon/pkg-plist5
4 files changed, 20 insertions, 7 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index e22c5fc..329ba0b 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= galeon
-PORTVERSION= 0.10.4
+PORTVERSION= 0.10.5
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/}
diff --git a/www/galeon/distinfo b/www/galeon/distinfo
index b4abb7d..9a192b5 100644
--- a/www/galeon/distinfo
+++ b/www/galeon/distinfo
@@ -1 +1 @@
-MD5 (galeon-0.10.4.tar.gz) = a01c4da98783fde0fd083d0d2d40f482
+MD5 (galeon-0.10.5.tar.gz) = 1368c32bd78bb730419cd4e9dd54031e
diff --git a/www/galeon/files/patch-ab b/www/galeon/files/patch-ab
index e14e152..79e523a 100644
--- a/www/galeon/files/patch-ab
+++ b/www/galeon/files/patch-ab
@@ -1,14 +1,13 @@
$FreeBSD$
---- src/galeon.orig Tue Apr 3 22:06:15 2001
-+++ src/galeon Mon Apr 9 14:27:58 2001
-@@ -1,15 +1,15 @@
+--- src/galeon.orig Mon Apr 30 11:46:07 2001
++++ src/galeon Thu May 3 14:37:04 2001
+@@ -1,17 +1,13 @@
#!/bin/sh
-dist_bin=`dirname $0`
-+dist_bin=%%PREFIX%%/bin
-
+-
if test -n "$MOZILLA_FIVE_HOME"; then
MOZILLA_HOME=$MOZILLA_FIVE_HOME
-elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then
@@ -17,6 +16,8 @@ $FreeBSD$
- MOZILLA_HOME=/usr/lib/mozilla
-elif [ -f /opt/mozilla/chrome/embed.jar ]; then
- MOZILLA_HOME=/opt/mozilla
+-elif [ -f /usr/lib/mozilla-0.8.1/chrome/embed.jar ]; then
+- MOZILLA_HOME=/usr/lib/mozilla-0.8.1/
+elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
+ MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%%
+elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
@@ -26,3 +27,10 @@ $FreeBSD$
else
echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
exit
+@@ -31,5 +27,5 @@
+ if [ -f ./galeon-bin ]; then
+ exec ./galeon-bin "$@"
+ else
+-exec $dist_bin/galeon-bin "$@"
++exec %%PREFIX%%/bin/galeon-bin "$@"
+ fi
diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist
index d2bb1b41..520860a 100644
--- a/www/galeon/pkg-plist
+++ b/www/galeon/pkg-plist
@@ -1,12 +1,16 @@
bin/galeon
bin/galeon-bin
+etc/sound/events/galeon.soundlist
share/gnome/apps/Internet/galeon.desktop
share/gnome/galeon/delete.xpm
share/gnome/galeon/dir.xpm
share/gnome/galeon/dir_open.xpm
share/gnome/galeon/drag-url-icon.png
+share/gnome/galeon/galeon-composite.png
+share/gnome/galeon/galeon-watermark.png
share/gnome/galeon/galeon.glade
share/gnome/galeon/galeon.png
+share/gnome/galeon/google.png
share/gnome/galeon/i-bookmark.xpm
share/gnome/galeon/link.xpm
share/gnome/galeon/logo.png
@@ -138,6 +142,7 @@ share/gnome/help/galeon/C/stylesheet-images/warning.gif
share/gnome/help/galeon/C/toolbar.html
share/gnome/oaf/galeon.oaf
share/gnome/pixmaps/galeon.png
+share/gnome/sounds/galeon/clicked.wav
share/locale/az/LC_MESSAGES/galeon.mo
share/locale/ca/LC_MESSAGES/galeon.mo
share/locale/cs/LC_MESSAGES/galeon.mo
OpenPOWER on IntegriCloud