diff options
author | danfe <danfe@FreeBSD.org> | 2018-02-03 19:29:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-02-03 19:29:35 +0800 |
commit | 16a65b55a0cd0027fae56ed7d246f165bad66f26 (patch) | |
tree | 8d363dcac3ac0a7d0a189e9271568d67e98891cf /x11 | |
parent | ee1acce8f7146e5dd8dbefc9210173e007ce98fc (diff) | |
download | freebsd-ports-gnome-16a65b55a0cd0027fae56ed7d246f165bad66f26.tar.gz freebsd-ports-gnome-16a65b55a0cd0027fae56ed7d246f165bad66f26.tar.zst freebsd-ports-gnome-16a65b55a0cd0027fae56ed7d246f165bad66f26.zip |
Update `x11/rofi' to version 1.5.0.
PR: 225616
Submitted by: Greg Fitzgerald
Approved by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rofi/Makefile | 2 | ||||
-rw-r--r-- | x11/rofi/distinfo | 6 | ||||
-rw-r--r-- | x11/rofi/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile index 998dfbfa0f96..a6e84022c98a 100644 --- a/x11/rofi/Makefile +++ b/x11/rofi/Makefile @@ -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}/ diff --git a/x11/rofi/distinfo b/x11/rofi/distinfo index d195214f247a..ccc92fcd42ca 100644 --- a/x11/rofi/distinfo +++ b/x11/rofi/distinfo @@ -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 diff --git a/x11/rofi/pkg-plist b/x11/rofi/pkg-plist index d29b2f446695..7f85fa215538 100644 --- a/x11/rofi/pkg-plist +++ b/x11/rofi/pkg-plist @@ -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 |