mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 1.6.0
- Hook the tests to our framework PR: 249153
This commit is contained in:
parent
87b50e20f9
commit
6ed81382d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549980
3 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rofi
|
||||
DISTVERSION= 1.5.4
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= https://github.com/davatorium/rofi/releases/download/${PORTVERSION}/
|
||||
|
||||
|
@ -29,6 +29,7 @@ CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
|
|||
SHEBANG_FILES= script/get_git_rev.sh \
|
||||
script/rofi-sensible-terminal
|
||||
bash_CMD= /bin/sh
|
||||
TEST_TARGET= check
|
||||
|
||||
post-patch:
|
||||
# Fix rofi-theme-selector which assumes we have GNU sed
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1561579523
|
||||
SHA256 (rofi-1.5.4.tar.gz) = 5c6fd80a978a7b145eb7c67df97574ce05742dcb087817523f082aa79d0abb27
|
||||
SIZE (rofi-1.5.4.tar.gz) = 535259
|
||||
TIMESTAMP = 1599417729
|
||||
SHA256 (rofi-1.6.0.tar.gz) = 052ff2a4c4bf31f6a2522cd6568bfcc98806263830316bf3d0f887dec6189f9d
|
||||
SIZE (rofi-1.6.0.tar.gz) = 558808
|
||||
|
|
|
@ -10,6 +10,7 @@ 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-script.5.gz
|
||||
man/man5/rofi-theme.5.gz
|
||||
%%DATADIR%%/themes/Adapta-Nokto.rasi
|
||||
%%DATADIR%%/themes/Arc-Dark.rasi
|
||||
|
|
Loading…
Add table
Reference in a new issue