summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-03 07:29:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-03 07:29:43 +0000
commit4deb58b11f8f4e6a4ed8c3e2a75c2c48c754f27b (patch)
tree96ed6c9ab15e8dd205b5d0e4e738b695b538fdb6 /www
parentWhitespace changes, and sort PLISTs. (diff)
Update to 0.7.6.
Notes
Notes: svn path=/head/; revision=33354
Diffstat (limited to 'www')
-rw-r--r--www/galeon/Makefile2
-rw-r--r--www/galeon/distinfo2
-rw-r--r--www/galeon/files/patch-ab12
-rw-r--r--www/galeon/pkg-plist4
-rw-r--r--www/galeon2/Makefile2
-rw-r--r--www/galeon2/distinfo2
-rw-r--r--www/galeon2/files/patch-ab12
-rw-r--r--www/galeon2/pkg-plist4
8 files changed, 24 insertions, 16 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index e69ee7de1dfc..9ccb4144ae17 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= galeon
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.6
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/
diff --git a/www/galeon/distinfo b/www/galeon/distinfo
index 70b9b850080c..d0ca0f907ee7 100644
--- a/www/galeon/distinfo
+++ b/www/galeon/distinfo
@@ -1 +1 @@
-MD5 (galeon-0.7.5.tar.gz) = 0f28369da74283eb482cb786c30f0387
+MD5 (galeon-0.7.6.tar.gz) = 61291703ca128a963f488ac82283744f
diff --git a/www/galeon/files/patch-ab b/www/galeon/files/patch-ab
index 10e821dbedd6..4fb09e2dbe21 100644
--- a/www/galeon/files/patch-ab
+++ b/www/galeon/files/patch-ab
@@ -1,14 +1,14 @@
---- src/galeon.orig Tue Aug 1 11:22:03 2000
-+++ src/galeon Tue Aug 1 11:22:14 2000
-@@ -1,14 +1,14 @@
--#!/bin/bash
-+#!/bin/sh
+--- src/galeon.orig Tue Sep 26 19:51:25 2000
++++ src/galeon Tue Oct 3 10:12:08 2000
+@@ -1,15 +1,15 @@
+ #!/bin/sh
-dist_bin=`dirname $0`
+dist_bin=%%PREFIX%%/bin
if test -n "$MOZILLA_FIVE_HOME"; then
- export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
+ LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
exec $dist_bin/galeon-bin $@
-elif [ -f /usr/local/mozilla/libgtkembedmoz.so ]; then
- MOZILLA_HOME=/usr/local/mozilla
diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist
index 3d0f9420f5f5..200ebfc142cf 100644
--- a/www/galeon/pkg-plist
+++ b/www/galeon/pkg-plist
@@ -16,6 +16,7 @@ share/gnome/galeon/anim_11.png
share/gnome/galeon/anim_12.png
share/gnome/galeon/anim_13.png
share/gnome/galeon/anim_14.png
+share/gnome/galeon/drag-url-icon.png
share/gnome/galeon/galeon.glade
share/gnome/galeon/logo.png
share/gnome/galeon/myportal.css
@@ -28,10 +29,13 @@ share/locale/fr/LC_MESSAGES/galeon.mo
share/locale/gl/LC_MESSAGES/galeon.mo
share/locale/hr/LC_MESSAGES/galeon.mo
share/locale/it/LC_MESSAGES/galeon.mo
+share/locale/ja/LC_MESSAGES/galeon.mo
share/locale/ko/LC_MESSAGES/galeon.mo
+share/locale/lt/LC_MESSAGES/galeon.mo
share/locale/nl/LC_MESSAGES/galeon.mo
share/locale/no/LC_MESSAGES/galeon.mo
share/locale/pl/LC_MESSAGES/galeon.mo
+share/locale/ro/LC_MESSAGES/galeon.mo
share/locale/ru/LC_MESSAGES/galeon.mo
share/locale/sv/LC_MESSAGES/galeon.mo
share/locale/tr/LC_MESSAGES/galeon.mo
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index e69ee7de1dfc..9ccb4144ae17 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= galeon
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.6
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/
diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo
index 70b9b850080c..d0ca0f907ee7 100644
--- a/www/galeon2/distinfo
+++ b/www/galeon2/distinfo
@@ -1 +1 @@
-MD5 (galeon-0.7.5.tar.gz) = 0f28369da74283eb482cb786c30f0387
+MD5 (galeon-0.7.6.tar.gz) = 61291703ca128a963f488ac82283744f
diff --git a/www/galeon2/files/patch-ab b/www/galeon2/files/patch-ab
index 10e821dbedd6..4fb09e2dbe21 100644
--- a/www/galeon2/files/patch-ab
+++ b/www/galeon2/files/patch-ab
@@ -1,14 +1,14 @@
---- src/galeon.orig Tue Aug 1 11:22:03 2000
-+++ src/galeon Tue Aug 1 11:22:14 2000
-@@ -1,14 +1,14 @@
--#!/bin/bash
-+#!/bin/sh
+--- src/galeon.orig Tue Sep 26 19:51:25 2000
++++ src/galeon Tue Oct 3 10:12:08 2000
+@@ -1,15 +1,15 @@
+ #!/bin/sh
-dist_bin=`dirname $0`
+dist_bin=%%PREFIX%%/bin
if test -n "$MOZILLA_FIVE_HOME"; then
- export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
+ LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
exec $dist_bin/galeon-bin $@
-elif [ -f /usr/local/mozilla/libgtkembedmoz.so ]; then
- MOZILLA_HOME=/usr/local/mozilla
diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist
index 3d0f9420f5f5..200ebfc142cf 100644
--- a/www/galeon2/pkg-plist
+++ b/www/galeon2/pkg-plist
@@ -16,6 +16,7 @@ share/gnome/galeon/anim_11.png
share/gnome/galeon/anim_12.png
share/gnome/galeon/anim_13.png
share/gnome/galeon/anim_14.png
+share/gnome/galeon/drag-url-icon.png
share/gnome/galeon/galeon.glade
share/gnome/galeon/logo.png
share/gnome/galeon/myportal.css
@@ -28,10 +29,13 @@ share/locale/fr/LC_MESSAGES/galeon.mo
share/locale/gl/LC_MESSAGES/galeon.mo
share/locale/hr/LC_MESSAGES/galeon.mo
share/locale/it/LC_MESSAGES/galeon.mo
+share/locale/ja/LC_MESSAGES/galeon.mo
share/locale/ko/LC_MESSAGES/galeon.mo
+share/locale/lt/LC_MESSAGES/galeon.mo
share/locale/nl/LC_MESSAGES/galeon.mo
share/locale/no/LC_MESSAGES/galeon.mo
share/locale/pl/LC_MESSAGES/galeon.mo
+share/locale/ro/LC_MESSAGES/galeon.mo
share/locale/ru/LC_MESSAGES/galeon.mo
share/locale/sv/LC_MESSAGES/galeon.mo
share/locale/tr/LC_MESSAGES/galeon.mo