Date: Fri, 25 Sep 2020 02:24:19 +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: r549980 - head/x11/rofi Message-ID: <202009250224.08P2OJMG004625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Sep 25 02:24:19 2020 New Revision: 549980 URL: https://svnweb.freebsd.org/changeset/ports/549980 Log: - Update to version 1.6.0 - Hook the tests to our framework PR: 249153 Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo head/x11/rofi/pkg-plist Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Fri Sep 25 01:39:02 2020 (r549979) +++ head/x11/rofi/Makefile Fri Sep 25 02:24:19 2020 (r549980) @@ -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 Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Fri Sep 25 01:39:02 2020 (r549979) +++ head/x11/rofi/distinfo Fri Sep 25 02:24:19 2020 (r549980) @@ -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 Modified: head/x11/rofi/pkg-plist ============================================================================== --- head/x11/rofi/pkg-plist Fri Sep 25 01:39:02 2020 (r549979) +++ head/x11/rofi/pkg-plist Fri Sep 25 02:24:19 2020 (r549980) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009250224.08P2OJMG004625>