From owner-svn-ports-head@freebsd.org Tue Mar 20 11:34:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C3AF6A113; Tue, 20 Mar 2018 11:34:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D45E6E78C; Tue, 20 Mar 2018 11:34:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 737A81C5DE; Tue, 20 Mar 2018 11:34:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2KBYhNB069035; Tue, 20 Mar 2018 11:34:43 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2KBYhCK069032; Tue, 20 Mar 2018 11:34:43 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803201134.w2KBYhCK069032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 20 Mar 2018 11:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465082 - head/x11/rofi X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/rofi X-SVN-Commit-Revision: 465082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 11:34:44 -0000 Author: tobik Date: Tue Mar 20 11:34:42 2018 New Revision: 465082 URL: https://svnweb.freebsd.org/changeset/ports/465082 Log: x11/rofi: Update to 1.5.1 Changes: https://github.com/DaveDavenport/rofi/releases/tag/1.5.1 PR: 226715 Submitted by: Alexandre C. GuimarĂ£es Approved by: nomoo@nomoo.ru (maintainer) Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo head/x11/rofi/pkg-plist Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Tue Mar 20 10:56:52 2018 (r465081) +++ head/x11/rofi/Makefile Tue Mar 20 11:34:42 2018 (r465082) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 CATEGORIES= x11 MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/ Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Tue Mar 20 10:56:52 2018 (r465081) +++ head/x11/rofi/distinfo Tue Mar 20 11:34:42 2018 (r465082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517518585 -SHA256 (rofi-1.5.0.tar.gz) = 541de71ffe115951aeb3abe732c99d579f7a8711908e2768accf58e030470640 -SIZE (rofi-1.5.0.tar.gz) = 490611 +TIMESTAMP = 1521442894 +SHA256 (rofi-1.5.1.tar.gz) = dcb719ecb288fee49b6e55914eab0ff201335d7fc78849f5618d543493c24fe3 +SIZE (rofi-1.5.1.tar.gz) = 490121 Modified: head/x11/rofi/pkg-plist ============================================================================== --- head/x11/rofi/pkg-plist Tue Mar 20 10:56:52 2018 (r465081) +++ head/x11/rofi/pkg-plist Tue Mar 20 11:34:42 2018 (r465082) @@ -11,6 +11,7 @@ man/man1/rofi-theme-selector.1.gz man/man1/rofi.1.gz man/man5/rofi-theme.5.gz %%DATADIR%%/themes/Adapta-Nokto.rasi +%%DATADIR%%/themes/Arc-Dark.rasi %%DATADIR%%/themes/Arc.rasi %%DATADIR%%/themes/DarkBlue.rasi %%DATADIR%%/themes/Indego.rasi @@ -23,6 +24,7 @@ man/man5/rofi-theme.5.gz %%DATADIR%%/themes/c64.rasi %%DATADIR%%/themes/dmenu.rasi %%DATADIR%%/themes/glue_pro_blue.rasi +%%DATADIR%%/themes/gruvbox-common.rasi %%DATADIR%%/themes/gruvbox-dark-hard.rasi %%DATADIR%%/themes/gruvbox-dark-soft.rasi %%DATADIR%%/themes/gruvbox-dark.rasi