From owner-svn-ports-head@freebsd.org Fri Sep 25 02:24:20 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8347C3E7C9C; Fri, 25 Sep 2020 02:24:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ByG2D2tkGz4WsB; Fri, 25 Sep 2020 02:24:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45F8ABF72; Fri, 25 Sep 2020 02:24:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08P2OKmn004628; Fri, 25 Sep 2020 02:24:20 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08P2OJMG004625; Fri, 25 Sep 2020 02:24:19 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202009250224.08P2OJMG004625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 25 Sep 2020 02:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549980 - head/x11/rofi X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/x11/rofi X-SVN-Commit-Revision: 549980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2020 02:24:20 -0000 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