svn commit: r465082 - head/x11/rofi

Tobias Kortkamp tobik at FreeBSD.org
Tue Mar 20 11:34:44 UTC 2018


Author: tobik
Date: Tue Mar 20 11:34:42 2018
New Revision: 465082
URL: https://svnweb.freebsd.org/changeset/ports/465082

Log:
  x11/rofi: Update to 1.5.1
  
  Changes:	https://github.com/DaveDavenport/rofi/releases/tag/1.5.1
  PR:		226715
  Submitted by:	Alexandre C. Guimarães <lebarondemerde at privacychain.ch>
  Approved by:	nomoo at 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	Tue Mar 20 10:56:52 2018	(r465081)
+++ head/x11/rofi/Makefile	Tue Mar 20 11:34:42 2018	(r465082)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rofi
-DISTVERSION=	1.5.0
+DISTVERSION=	1.5.1
 CATEGORIES=	x11
 MASTER_SITES=	https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/
 

Modified: head/x11/rofi/distinfo
==============================================================================
--- head/x11/rofi/distinfo	Tue Mar 20 10:56:52 2018	(r465081)
+++ head/x11/rofi/distinfo	Tue Mar 20 11:34:42 2018	(r465082)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517518585
-SHA256 (rofi-1.5.0.tar.gz) = 541de71ffe115951aeb3abe732c99d579f7a8711908e2768accf58e030470640
-SIZE (rofi-1.5.0.tar.gz) = 490611
+TIMESTAMP = 1521442894
+SHA256 (rofi-1.5.1.tar.gz) = dcb719ecb288fee49b6e55914eab0ff201335d7fc78849f5618d543493c24fe3
+SIZE (rofi-1.5.1.tar.gz) = 490121

Modified: head/x11/rofi/pkg-plist
==============================================================================
--- head/x11/rofi/pkg-plist	Tue Mar 20 10:56:52 2018	(r465081)
+++ head/x11/rofi/pkg-plist	Tue Mar 20 11:34:42 2018	(r465082)
@@ -11,6 +11,7 @@ man/man1/rofi-theme-selector.1.gz
 man/man1/rofi.1.gz
 man/man5/rofi-theme.5.gz
 %%DATADIR%%/themes/Adapta-Nokto.rasi
+%%DATADIR%%/themes/Arc-Dark.rasi
 %%DATADIR%%/themes/Arc.rasi
 %%DATADIR%%/themes/DarkBlue.rasi
 %%DATADIR%%/themes/Indego.rasi
@@ -23,6 +24,7 @@ man/man5/rofi-theme.5.gz
 %%DATADIR%%/themes/c64.rasi
 %%DATADIR%%/themes/dmenu.rasi
 %%DATADIR%%/themes/glue_pro_blue.rasi
+%%DATADIR%%/themes/gruvbox-common.rasi
 %%DATADIR%%/themes/gruvbox-dark-hard.rasi
 %%DATADIR%%/themes/gruvbox-dark-soft.rasi
 %%DATADIR%%/themes/gruvbox-dark.rasi


More information about the svn-ports-all mailing list