diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-17 00:53:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-17 00:53:02 +0800 |
commit | f8324bb10526807777c63bfbf14329be53e28b49 (patch) | |
tree | 284f7845bf6b41d38d034467b2f10e44be4d456d /www | |
parent | c2cf721eb07de0583c1efac88978cbc6c89c633f (diff) | |
download | freebsd-ports-gnome-f8324bb10526807777c63bfbf14329be53e28b49.tar.gz freebsd-ports-gnome-f8324bb10526807777c63bfbf14329be53e28b49.tar.zst freebsd-ports-gnome-f8324bb10526807777c63bfbf14329be53e28b49.zip |
Update to 1.2.8.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/epiphany/distinfo | 4 | ||||
-rw-r--r-- | www/epiphany/files/patch-src_ephy-nautilus-view.c | 11 |
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); |