diff options
author | olivierd <olivierd@FreeBSD.org> | 2017-02-02 01:35:00 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2017-02-02 01:35:00 +0800 |
commit | 92f9432a7d012ac968ade50f49e55b4678abeaa5 (patch) | |
tree | c3132a8ec5891f4e6bf7467eb09d77b45dbe4368 /graphics | |
parent | c7d7ef3229ab7ae3e4e6e5bd8195b07a3a1b8bd0 (diff) | |
download | freebsd-ports-gnome-92f9432a7d012ac968ade50f49e55b4678abeaa5.tar.gz freebsd-ports-gnome-92f9432a7d012ac968ade50f49e55b4678abeaa5.tar.zst freebsd-ports-gnome-92f9432a7d012ac968ade50f49e55b4678abeaa5.zip |
- Update to 0.8.2
- Remove unneeded patch
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ristretto/Makefile | 2 | ||||
-rw-r--r-- | graphics/ristretto/distinfo | 6 | ||||
-rw-r--r-- | graphics/ristretto/files/patch-src_main.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index f9f7e7685bbe..38196ef30fef 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ristretto -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= graphics xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 diff --git a/graphics/ristretto/distinfo b/graphics/ristretto/distinfo index 4b3b76879f48..d348d437eb4c 100644 --- a/graphics/ristretto/distinfo +++ b/graphics/ristretto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475773758 -SHA256 (xfce4/ristretto-0.8.1.tar.bz2) = 0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee -SIZE (xfce4/ristretto-0.8.1.tar.bz2) = 538787 +TIMESTAMP = 1485968378 +SHA256 (xfce4/ristretto-0.8.2.tar.bz2) = f8f3b77ca6fc77ddf8cff1bb52e5c5802c462663f72f324393b3a0360f6901b8 +SIZE (xfce4/ristretto-0.8.2.tar.bz2) = 559444 diff --git a/graphics/ristretto/files/patch-src_main.c b/graphics/ristretto/files/patch-src_main.c deleted file mode 100644 index 59823627c37e..000000000000 --- a/graphics/ristretto/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig 2016-09-08 07:14:04 UTC -+++ src/main.c -@@ -256,7 +256,7 @@ cb_rstto_open_files (RsttoOpenFiles *rof - */ - iter = rstto_main_window_get_iter (RSTTO_MAIN_WINDOW (rof->window)); - -- if (file_type != G_FILE_TYPE_DIRECTORY && r_file != NULL) -+ if (r_file != NULL && file_type != G_FILE_TYPE_DIRECTORY) - { - /* Get the file's parent directory */ - p_file = g_file_get_parent (file); |