svn commit: r505103 - head/x11/rofi
Alexandre C. Guimarães
rigoletto at FreeBSD.org
Tue Jun 25 20:18:21 UTC 2019
Author: rigoletto
Date: Tue Jun 25 20:18:19 2019
New Revision: 505103
URL: https://svnweb.freebsd.org/changeset/ports/505103
Log:
x11/rofi: Update to 1.5.3
PR: 238783
Approved by: tcberner (mentor), nomoo <nomoo at nomoo.ru> (maintainer)
Modified:
head/x11/rofi/Makefile
head/x11/rofi/distinfo
head/x11/rofi/pkg-descr
head/x11/rofi/pkg-plist
Modified: head/x11/rofi/Makefile
==============================================================================
--- head/x11/rofi/Makefile Tue Jun 25 19:42:23 2019 (r505102)
+++ head/x11/rofi/Makefile Tue Jun 25 20:18:19 2019 (r505103)
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= rofi
-DISTVERSION= 1.5.2
+DISTVERSION= 1.5.3
CATEGORIES= x11
-MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/
+MASTER_SITES= https://github.com/davatorium/rofi/releases/download/${PORTVERSION}/
MAINTAINER= nomoo at nomoo.ru
COMMENT= Window switcher, run dialog and dmenu replacement
Modified: head/x11/rofi/distinfo
==============================================================================
--- head/x11/rofi/distinfo Tue Jun 25 19:42:23 2019 (r505102)
+++ head/x11/rofi/distinfo Tue Jun 25 20:18:19 2019 (r505103)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546173289
-SHA256 (rofi-1.5.2.tar.gz) = 2714e0602ab6a000237247a6c5b4cb09c7d242d541bd9f1565768b41cdef9fe5
-SIZE (rofi-1.5.2.tar.gz) = 527142
+TIMESTAMP = 1561343654
+SHA256 (rofi-1.5.3.tar.gz) = 9d0679a58cf29c98be3b26fa88930b8b6bc43021cc334e2f7caabe6b9d9d53d7
+SIZE (rofi-1.5.3.tar.gz) = 535125
Modified: head/x11/rofi/pkg-descr
==============================================================================
--- head/x11/rofi/pkg-descr Tue Jun 25 19:42:23 2019 (r505102)
+++ head/x11/rofi/pkg-descr Tue Jun 25 20:18:19 2019 (r505103)
@@ -4,4 +4,4 @@ version from Sean Pringle. All credit for this great t
Rofi developed extra features, like a run-dialog, ssh-launcher and can
act as a drop-in dmenu replacement, making it a very versatile tool.
-WWW: https://github.com/DaveDavenport/rofi
+WWW: https://github.com/davatorium/rofi
Modified: head/x11/rofi/pkg-plist
==============================================================================
--- head/x11/rofi/pkg-plist Tue Jun 25 19:42:23 2019 (r505102)
+++ head/x11/rofi/pkg-plist Tue Jun 25 20:18:19 2019 (r505103)
@@ -24,6 +24,7 @@ man/man5/rofi-theme.5.gz
%%DATADIR%%/themes/blue.rasi
%%DATADIR%%/themes/c64.rasi
%%DATADIR%%/themes/dmenu.rasi
+%%DATADIR%%/themes/fancy.rasi
%%DATADIR%%/themes/glue_pro_blue.rasi
%%DATADIR%%/themes/gruvbox-common.rasi
%%DATADIR%%/themes/gruvbox-dark-hard.rasi
More information about the svn-ports-head
mailing list