diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-27 16:38:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-27 16:38:04 +0800 |
commit | 35594a003d86fb8df362cb300e2aaa5e2fb6b274 (patch) | |
tree | 73716f503729b5b4411ba761b13cdf531085c5fe /www/galeon2 | |
parent | 1f8e14af46a2a47ce0aa259702e2a328dd170de4 (diff) | |
download | freebsd-ports-gnome-35594a003d86fb8df362cb300e2aaa5e2fb6b274.tar.gz freebsd-ports-gnome-35594a003d86fb8df362cb300e2aaa5e2fb6b274.tar.zst freebsd-ports-gnome-35594a003d86fb8df362cb300e2aaa5e2fb6b274.zip |
Update to 0.7.7a.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 6 | ||||
-rw-r--r-- | www/galeon2/distinfo | 2 | ||||
-rw-r--r-- | www/galeon2/files/patch-ab | 10 | ||||
-rw-r--r-- | www/galeon2/pkg-plist | 8 |
4 files changed, 18 insertions, 8 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index ec3cff708396..d5a7c99eebd8 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.7a CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/ @@ -17,6 +17,10 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} +WITH_FULL_MOZILLA= "I donno why, but it doesn't work with M18-embedded" + +WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} + .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded BUILD_DEPENDS+= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo index d0ca0f907ee7..4fca9af2f6b1 100644 --- a/www/galeon2/distinfo +++ b/www/galeon2/distinfo @@ -1 +1 @@ -MD5 (galeon-0.7.6.tar.gz) = 61291703ca128a963f488ac82283744f +MD5 (galeon-0.7.7a.tar.gz) = d343292f3f1d54c58cf9ad1018ea044a diff --git a/www/galeon2/files/patch-ab b/www/galeon2/files/patch-ab index 4fb09e2dbe21..806b041ae9b0 100644 --- a/www/galeon2/files/patch-ab +++ b/www/galeon2/files/patch-ab @@ -1,15 +1,13 @@ ---- src/galeon.orig Tue Sep 26 19:51:25 2000 -+++ src/galeon Tue Oct 3 10:12:08 2000 -@@ -1,15 +1,15 @@ +--- src/galeon.orig Thu Oct 5 22:08:10 2000 ++++ src/galeon Thu Oct 19 20:52:08 2000 +@@ -1,13 +1,13 @@ #!/bin/sh -dist_bin=`dirname $0` +dist_bin=%%PREFIX%%/bin if test -n "$MOZILLA_FIVE_HOME"; then - LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - exec $dist_bin/galeon-bin $@ + MOZILLA_HOME=$MOZILLA_FIVE_HOME -elif [ -f /usr/local/mozilla/libgtkembedmoz.so ]; then - MOZILLA_HOME=/usr/local/mozilla -elif [ -f /usr/lib/mozilla/libgtkembedmoz.so ]; then diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index 200ebfc142cf..16c620d038e3 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -16,15 +16,22 @@ 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/delete.xpm +share/gnome/galeon/dir.xpm share/gnome/galeon/drag-url-icon.png share/gnome/galeon/galeon.glade +share/gnome/galeon/link.xpm share/gnome/galeon/logo.png share/gnome/galeon/myportal.css +share/gnome/galeon/new_folder.xpm +share/gnome/galeon/new_item.xpm +share/gnome/galeon/new_separator.xpm share/gnome/pixmaps/galeon.png share/locale/da/LC_MESSAGES/galeon.mo share/locale/de/LC_MESSAGES/galeon.mo share/locale/es/LC_MESSAGES/galeon.mo share/locale/et/LC_MESSAGES/galeon.mo +share/locale/fi/LC_MESSAGES/galeon.mo share/locale/fr/LC_MESSAGES/galeon.mo share/locale/gl/LC_MESSAGES/galeon.mo share/locale/hr/LC_MESSAGES/galeon.mo @@ -35,6 +42,7 @@ 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/pt_BR/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 |