Date: Sat, 3 Feb 2018 11:29:35 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460806 - head/x11/rofi Message-ID: <201802031129.w13BTZZc036640@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Feb 3 11:29:35 2018 New Revision: 460806 URL: https://svnweb.freebsd.org/changeset/ports/460806 Log: Update `x11/rofi' to version 1.5.0. PR: 225616 Submitted by: Greg Fitzgerald Approved by: maintainer Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo head/x11/rofi/pkg-plist Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sat Feb 3 11:00:07 2018 (r460805) +++ head/x11/rofi/Makefile Sat Feb 3 11:29:35 2018 (r460806) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -DISTVERSION= 1.4.2 +DISTVERSION= 1.5.0 CATEGORIES= x11 MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/ Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sat Feb 3 11:00:07 2018 (r460805) +++ head/x11/rofi/distinfo Sat Feb 3 11:29:35 2018 (r460806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510554565 -SHA256 (rofi-1.4.2.tar.gz) = 9d393cde95f16f57669cc6d80ff82b8d4d4f8a6b230dd1ede0b07cfc557e477b -SIZE (rofi-1.4.2.tar.gz) = 462808 +TIMESTAMP = 1517518585 +SHA256 (rofi-1.5.0.tar.gz) = 541de71ffe115951aeb3abe732c99d579f7a8711908e2768accf58e030470640 +SIZE (rofi-1.5.0.tar.gz) = 490611 Modified: head/x11/rofi/pkg-plist ============================================================================== --- head/x11/rofi/pkg-plist Sat Feb 3 11:00:07 2018 (r460805) +++ head/x11/rofi/pkg-plist Sat Feb 3 11:29:35 2018 (r460806) @@ -4,8 +4,10 @@ bin/rofi-theme-selector include/rofi/helper.h include/rofi/mode-private.h include/rofi/mode.h +include/rofi/rofi-types.h libdata/pkgconfig/rofi.pc man/man1/rofi-sensible-terminal.1.gz +man/man1/rofi-theme-selector.1.gz man/man1/rofi.1.gz man/man5/rofi-theme.5.gz %%DATADIR%%/themes/Adapta-Nokto.rasi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802031129.w13BTZZc036640>