From owner-svn-ports-all@FreeBSD.ORG Thu Apr 9 08:53:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38B397E8; Thu, 9 Apr 2015 08:53:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1997516; Thu, 9 Apr 2015 08:53:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t398riAc076833; Thu, 9 Apr 2015 08:53:44 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t398rhcE076829; Thu, 9 Apr 2015 08:53:43 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201504090853.t398rhcE076829@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Thu, 9 Apr 2015 08:53:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383629 - in head/x11/rofi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 08:53:45 -0000 Author: vg Date: Thu Apr 9 08:53:42 2015 New Revision: 383629 URL: https://svnweb.freebsd.org/changeset/ports/383629 Log: - Update to 0.15.2 PR: ports/198733 Submitted by: nomoo@nomoo.ru (maintainer) Added: head/x11/rofi/files/ head/x11/rofi/files/patch-source_helper.c (contents, props changed) head/x11/rofi/files/patch-source_i3-support.c (contents, props changed) Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Thu Apr 9 07:50:52 2015 (r383628) +++ head/x11/rofi/Makefile Thu Apr 9 08:53:42 2015 (r383629) @@ -1,9 +1,9 @@ # $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 @@ -12,12 +12,12 @@ 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 Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Thu Apr 9 07:50:52 2015 (r383628) +++ head/x11/rofi/distinfo Thu Apr 9 08:53:42 2015 (r383629) @@ -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 Added: head/x11/rofi/files/patch-source_helper.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/rofi/files/patch-source_helper.c Thu Apr 9 08:53:42 2015 (r383629) @@ -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" + Added: head/x11/rofi/files/patch-source_i3-support.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/rofi/files/patch-source_i3-support.c Thu Apr 9 08:53:42 2015 (r383629) @@ -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"