Index: head/x11/rofi/Makefile =================================================================== --- head/x11/rofi/Makefile (revision 383628) +++ head/x11/rofi/Makefile (revision 383629) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 0.14.12 +PORTVERSION= 0.15.2 CATEGORIES= x11 -MASTER_SITES= GHL +MASTER_SITES= GH MAINTAINER= nomoo@nomoo.ru COMMENT= Window switcher, run dialog and dmenu replacement LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= DaveDavenport -GH_COMMIT= 9b33197 -GH_TAGNAME= 0.14.12 +GH_TAGNAME= 0.15.2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USES= autoreconf pkgconfig -USE_XORG= x11 xinerama +USES= autoreconf pkgconfig gmake +USE_XORG= x11 xinerama xft USE_GNOME= pango PLIST_FILES= bin/rofi man/man1/rofi.1.gz .include Index: head/x11/rofi/distinfo =================================================================== --- head/x11/rofi/distinfo (revision 383628) +++ head/x11/rofi/distinfo (revision 383629) @@ -1,2 +1,2 @@ -SHA256 (rofi-0.14.12.tar.gz) = 7298098b8d49a5922e3f9cf9154c12f93be3249adba0475d47ff1a4e96ad859f -SIZE (rofi-0.14.12.tar.gz) = 52356 +SHA256 (DaveDavenport-rofi-0.15.2-0.15.2_GH0.tar.gz) = f666398a85d1809fe482bf97ca929105e40319d2c496a849facaf127082b01a2 +SIZE (DaveDavenport-rofi-0.15.2-0.15.2_GH0.tar.gz) = 63627 Index: head/x11/rofi/files/patch-source_helper.c =================================================================== --- head/x11/rofi/files/patch-source_helper.c (nonexistent) +++ head/x11/rofi/files/patch-source_helper.c (revision 383629) @@ -0,0 +1,10 @@ +--- source/helper.c.orig 2015-02-27 14:12:52 UTC ++++ source/helper.c +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + #include "helper.h" + #include "rofi.h" + Property changes on: head/x11/rofi/files/patch-source_helper.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/rofi/files/patch-source_i3-support.c =================================================================== --- head/x11/rofi/files/patch-source_i3-support.c (nonexistent) +++ head/x11/rofi/files/patch-source_i3-support.c (revision 383629) @@ -0,0 +1,11 @@ +--- source/i3-support.c.orig 2015-02-27 14:12:52 UTC ++++ source/i3-support.c +@@ -36,7 +36,7 @@ + #include + #include + #include +-#include ++#include + + #include "rofi.h" + #include "x11-helper.h" Property changes on: head/x11/rofi/files/patch-source_i3-support.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property