From owner-svn-ports-head@freebsd.org Sun Dec 30 18:27:34 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 636C21430F9A; Sun, 30 Dec 2018 18:27:34 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D19048FDFC; Sun, 30 Dec 2018 18:27:33 +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 BB07C26CD7; Sun, 30 Dec 2018 18:27:33 +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 wBUIRX4f034753; Sun, 30 Dec 2018 18:27:33 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBUIRXJp034751; Sun, 30 Dec 2018 18:27:33 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812301827.wBUIRXJp034751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 30 Dec 2018 18:27:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488731 - head/x11/rofi X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/rofi X-SVN-Commit-Revision: 488731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D19048FDFC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 30 Dec 2018 18:27:34 -0000 Author: tobik Date: Sun Dec 30 18:27:32 2018 New Revision: 488731 URL: https://svnweb.freebsd.org/changeset/ports/488731 Log: x11/rofi: Update to 1.5.2 - While here add missing USES=gnome Changes: https://github.com/DaveDavenport/rofi/releases/tag/1.5.2 PR: 234502 Submitted by: gregf@hugops.pw 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 Sun Dec 30 18:18:17 2018 (r488730) +++ head/x11/rofi/Makefile Sun Dec 30 18:27:32 2018 (r488731) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -DISTVERSION= 1.5.1 -PORTREVISION= 1 +DISTVERSION= 1.5.2 CATEGORIES= x11 MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/ @@ -21,7 +20,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup- libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon-x11.so:x11/libxkbcommon -USES= bison gmake libtool pkgconfig shebangfix +USES= bison gmake gnome libtool pkgconfig shebangfix USE_GNOME= cairo gdkpixbuf2 librsvg2 pango USE_XORG= xcb Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sun Dec 30 18:18:17 2018 (r488730) +++ head/x11/rofi/distinfo Sun Dec 30 18:27:32 2018 (r488731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521589691 -SHA256 (rofi-1.5.1.tar.gz) = e99817668317979a5cf9a931d28cbb54291e46f3b753b03a9368fc31dc1f83b5 -SIZE (rofi-1.5.1.tar.gz) = 493159 +TIMESTAMP = 1546173289 +SHA256 (rofi-1.5.2.tar.gz) = 2714e0602ab6a000237247a6c5b4cb09c7d242d541bd9f1565768b41cdef9fe5 +SIZE (rofi-1.5.2.tar.gz) = 527142 Modified: head/x11/rofi/pkg-plist ============================================================================== --- head/x11/rofi/pkg-plist Sun Dec 30 18:18:17 2018 (r488730) +++ head/x11/rofi/pkg-plist Sun Dec 30 18:27:32 2018 (r488731) @@ -4,6 +4,7 @@ bin/rofi-theme-selector include/rofi/helper.h include/rofi/mode-private.h include/rofi/mode.h +include/rofi/rofi-icon-fetcher.h include/rofi/rofi-types.h libdata/pkgconfig/rofi.pc man/man1/rofi-sensible-terminal.1.gz