Date: Sun, 30 Dec 2018 18:27:33 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488731 - head/x11/rofi Message-ID: <201812301827.wBUIRXJp034751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812301827.wBUIRXJp034751>