diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-07-28 08:19:46 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-07-28 08:19:46 +0000 |
commit | 43bf3477e1912e23e9cb1600cfd5b4db90e0b263 (patch) | |
tree | ecc24983ae1f9207c2f767ddf1e7aea5454545d5 /x11 | |
parent | 5eb034f196bd778e38370ba984c2ef97d65c5813 (diff) | |
download | ports-43bf3477e1912e23e9cb1600cfd5b4db90e0b263.tar.gz ports-43bf3477e1912e23e9cb1600cfd5b4db90e0b263.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rofi/Makefile | 2 | ||||
-rw-r--r-- | x11/rofi/distinfo | 4 | ||||
-rw-r--r-- | x11/rofi/files/patch-source_helper.c | 10 | ||||
-rw-r--r-- | x11/rofi/files/patch-source_i3-support.c | 11 |
4 files changed, 3 insertions, 24 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile index a18e103af0a1..caa815c48b52 100644 --- a/x11/rofi/Makefile +++ b/x11/rofi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 0.15.5 +PORTVERSION= 0.15.7 CATEGORIES= x11 MAINTAINER= nomoo@nomoo.ru diff --git a/x11/rofi/distinfo b/x11/rofi/distinfo index 2eb81897a61c..b96900e67594 100644 --- a/x11/rofi/distinfo +++ b/x11/rofi/distinfo @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.5_GH0.tar.gz) = c575585aec6933ba7c73044b4039240a3493017ca6866d569ea5b38e3b77ae99 -SIZE (DaveDavenport-rofi-0.15.5_GH0.tar.gz) = 78434 +SHA256 (DaveDavenport-rofi-0.15.7_GH0.tar.gz) = b815de908088ea78a58eb9d99b5ce83512d45edd25235f697a136a81187f9e2a +SIZE (DaveDavenport-rofi-0.15.7_GH0.tar.gz) = 80062 diff --git a/x11/rofi/files/patch-source_helper.c b/x11/rofi/files/patch-source_helper.c deleted file mode 100644 index 148a7d0bc73a..000000000000 --- a/x11/rofi/files/patch-source_helper.c +++ /dev/null @@ -1,10 +0,0 @@ ---- source/helper.c.orig 2015-02-27 14:12:52 UTC -+++ source/helper.c -@@ -35,6 +35,7 @@ - #include <fcntl.h> - #include <sys/types.h> - #include <sys/file.h> -+#include <sys/stat.h> - #include "helper.h" - #include "rofi.h" - diff --git a/x11/rofi/files/patch-source_i3-support.c b/x11/rofi/files/patch-source_i3-support.c deleted file mode 100644 index 2a8f45bfa49e..000000000000 --- a/x11/rofi/files/patch-source_i3-support.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/i3-support.c.orig 2015-02-27 14:12:52 UTC -+++ source/i3-support.c -@@ -36,7 +36,7 @@ - #include <X11/X.h> - #include <X11/Xlib.h> - #include <sys/socket.h> --#include <linux/un.h> -+#include <sys/un.h> - - #include "rofi.h" - #include "x11-helper.h" |