summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-08-16 16:53:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-08-16 16:53:02 +0000
commitf593f4c4ae36e53a10087a6244ead0c833f1fd02 (patch)
treec41d467dec5f05ceebff673e9b4dc5bc8d28ed02
parentRemove compatibility links (diff)
Update to 1.2.8.
Notes
Notes: svn path=/head/; revision=116417
-rw-r--r--www/epiphany/Makefile3
-rw-r--r--www/epiphany/distinfo4
-rw-r--r--www/epiphany/files/patch-src_ephy-nautilus-view.c11
3 files changed, 3 insertions, 15 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 5be1b0951565..cebc7e3d8fe4 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= epiphany
-PORTVERSION= 1.2.7
-PORTREVISION= 1
+PORTVERSION= 1.2.8
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 23bb74e0dd05..8224bfd17032 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/epiphany-1.2.7.tar.bz2) = d839a1fb1acbf4d7b129cfdb4276de44
-SIZE (gnome2/epiphany-1.2.7.tar.bz2) = 2979301
+MD5 (gnome2/epiphany-1.2.8.tar.bz2) = 19d80db940f722b890dd439038743f83
+SIZE (gnome2/epiphany-1.2.8.tar.bz2) = 2979211
diff --git a/www/epiphany/files/patch-src_ephy-nautilus-view.c b/www/epiphany/files/patch-src_ephy-nautilus-view.c
deleted file mode 100644
index 8b5c82b5512a..000000000000
--- a/www/epiphany/files/patch-src_ephy-nautilus-view.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ephy-nautilus-view.c.orig Sun Aug 1 20:12:36 2004
-+++ src/ephy-nautilus-view.c Sun Aug 1 20:13:49 2004
-@@ -546,7 +546,7 @@
- EphyDialog *dialog;
- EphyNautilusViewPrivate *p = view->priv;
-
-- dialog = ephy_print_dialog_new (NULL, p->embed, FALSE);
-+ dialog = ephy_print_dialog_new (NULL, p->embed);
-
- ephy_dialog_set_modal (dialog, TRUE);
- ephy_dialog_run (dialog);