Update to 1.2.6.

This commit is contained in:
Joe Marcus Clarke 2004-06-14 00:22:38 +00:00
parent 60ad15172d
commit 4b511a0de2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111419
4 changed files with 15 additions and 18 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= epiphany
PORTVERSION= 1.2.5
PORTVERSION= 1.2.6
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
@ -30,7 +30,7 @@ HEADERS_SUFX=
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7b"
MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7rc3"
.else
MOZILLA= mozilla
HEADERS_SUFX=

View file

@ -1,2 +1,2 @@
MD5 (gnome2/epiphany-1.2.5.tar.bz2) = 5e2be09bc1c54d2e7c1ae59a0016b16d
SIZE (gnome2/epiphany-1.2.5.tar.bz2) = 2529219
MD5 (gnome2/epiphany-1.2.6.tar.bz2) = 6dedf570ddb9106ecd6be624f009a35a
SIZE (gnome2/epiphany-1.2.6.tar.bz2) = 2807440

View file

@ -1,14 +0,0 @@
--- lib/ephy-dialog.c.orig Thu Apr 29 02:42:26 2004
+++ lib/ephy-dialog.c Thu Apr 29 02:42:46 2004
@@ -584,9 +584,10 @@
}
else
{
+ char *v;
gtk_combo_box_set_active (GTK_COMBO_BOX (info->widget), -1);
- char *v = g_strdup_value_contents (value);
+ v = g_strdup_value_contents (value);
g_warning ("Value '%s' not found in model for combo %s\n", v, info->id);
g_free (v);
}

View file

@ -87,12 +87,20 @@ share/gnome/help/epiphany/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.pn
share/gnome/help/epiphany/C/figures/ephy-history-window-screenshot.png
share/gnome/help/epiphany/C/figures/ephy-screenshot.png
share/gnome/help/epiphany/C/legal.xml
share/gnome/help/epiphany/es/epiphany.xml
share/gnome/help/epiphany/es/figures/ephy-addressbar-smartbookmark-screenshot.png
share/gnome/help/epiphany/es/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
share/gnome/help/epiphany/es/figures/ephy-history-window-screenshot.png
share/gnome/help/epiphany/es/figures/ephy-screenshot.png
share/gnome/help/epiphany/es/legal.xml
share/gnome/help/epiphany/eu/epiphany.xml
share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png
share/gnome/help/epiphany/eu/figures/ephy-screenshot.png
share/gnome/help/epiphany/eu/legal.xml
share/gnome/omf/epiphany/epiphany-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/epiphany/epiphany-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/epiphany/epiphany-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/epiphany/epiphany-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/epiphany/epiphany-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/epiphany-bookmarks.png
@ -148,6 +156,8 @@ share/locale/sr/LC_MESSAGES/epiphany.mo
share/locale/sr@Latn/LC_MESSAGES/epiphany.mo
share/locale/sv/LC_MESSAGES/epiphany.mo
share/locale/ta/LC_MESSAGES/epiphany.mo
share/locale/th/LC_MESSAGES/epiphany.mo
share/locale/tk/LC_MESSAGES/epiphany.mo
share/locale/tr/LC_MESSAGES/epiphany.mo
share/locale/uk/LC_MESSAGES/epiphany.mo
share/locale/vi/LC_MESSAGES/epiphany.mo
@ -180,3 +190,4 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo
@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-es.omf 2>/dev/null || /usr/bin/true