diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-29 06:57:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-29 06:57:20 +0000 |
commit | 88aa0a546215d8e04eb800369ad2f8dd462304dc (patch) | |
tree | 05a3929adedb7126a629e1ed074e0f77c5618df7 | |
parent | e5f406415dd171c585450ac9f4a0196ea0acbc9c (diff) | |
download | FreeBSD-ports-88aa0a546215d8e04eb800369ad2f8dd462304dc.zip FreeBSD-ports-88aa0a546215d8e04eb800369ad2f8dd462304dc.tar.gz |
Update to 1.2.4.
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/distinfo | 4 | ||||
-rw-r--r-- | www/epiphany/files/patch-lib_ephy-dialog.c | 14 |
3 files changed, 17 insertions, 3 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index dca6122..f310905 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epiphany -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 9898834..63f01e7 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/epiphany-1.2.3.tar.bz2) = 9b84ae65fe30b51db139ea6d44ab871c -SIZE (gnome2/epiphany-1.2.3.tar.bz2) = 2246318 +MD5 (gnome2/epiphany-1.2.4.tar.bz2) = 1e3517ae817296fecbcc75ef276c74e4 +SIZE (gnome2/epiphany-1.2.4.tar.bz2) = 2248493 diff --git a/www/epiphany/files/patch-lib_ephy-dialog.c b/www/epiphany/files/patch-lib_ephy-dialog.c new file mode 100644 index 0000000..755eb1c --- /dev/null +++ b/www/epiphany/files/patch-lib_ephy-dialog.c @@ -0,0 +1,14 @@ +--- 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); + } |