From owner-svn-ports-all@freebsd.org Fri Aug 14 05:48:32 2020 Return-Path: Delivered-To: svn-ports-all@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 00C833B4DF6; Fri, 14 Aug 2020 05:48:32 +0000 (UTC) (envelope-from fernape@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 4BSXYC67Ynz4H2k; Fri, 14 Aug 2020 05:48:31 +0000 (UTC) (envelope-from fernape@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 B5E059640; Fri, 14 Aug 2020 05:48:31 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07E5mVfa007620; Fri, 14 Aug 2020 05:48:31 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07E5mVd4007618; Fri, 14 Aug 2020 05:48:31 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202008140548.07E5mVd4007618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 14 Aug 2020 05:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544868 - head/x11/rofi-calc X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/x11/rofi-calc X-SVN-Commit-Revision: 544868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 05:48:32 -0000 Author: fernape Date: Fri Aug 14 05:48:31 2020 New Revision: 544868 URL: https://svnweb.freebsd.org/changeset/ports/544868 Log: x11/rofi-calc: Update to 1.8 From ChangeLog: https://github.com/svenstaro/rofi-calc/blob/v1.8/CHANGELOG.md * Enable qalc's Unicode mode by default * Add -no-unicode option to disable aforementioned unicode support PR: 248637 Submitted by: vidar@karlsen.tech (maintainer) Modified: head/x11/rofi-calc/Makefile head/x11/rofi-calc/distinfo Modified: head/x11/rofi-calc/Makefile ============================================================================== --- head/x11/rofi-calc/Makefile Fri Aug 14 04:59:29 2020 (r544867) +++ head/x11/rofi-calc/Makefile Fri Aug 14 05:48:31 2020 (r544868) @@ -2,7 +2,7 @@ PORTNAME= rofi-calc DISTVERSIONPREFIX= v -DISTVERSION= 1.7 +DISTVERSION= 1.8 CATEGORIES= x11 MAINTAINER= vidar@karlsen.tech @@ -11,11 +11,11 @@ COMMENT= Do live calculations in rofi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rofi:x11/rofi BUILD_DEPENDS= rofi:x11/rofi LIB_DEPENDS= libcairo.so:graphics/cairo \ libglib-2.0.so:devel/glib20 \ libqalculate.so:math/libqalculate +RUN_DEPENDS= rofi:x11/rofi USES= autoreconf gettext-runtime libtool pkgconfig USE_GITHUB= yes @@ -23,8 +23,8 @@ USE_GITHUB= yes GH_ACCOUNT= svenstaro GNU_CONFIGURE= yes -PLIST_FILES= lib/rofi/calc.so - INSTALL_TARGET= install-strip + +PLIST_FILES= lib/rofi/calc.so .include Modified: head/x11/rofi-calc/distinfo ============================================================================== --- head/x11/rofi-calc/distinfo Fri Aug 14 04:59:29 2020 (r544867) +++ head/x11/rofi-calc/distinfo Fri Aug 14 05:48:31 2020 (r544868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590581337 -SHA256 (svenstaro-rofi-calc-v1.7_GH0.tar.gz) = 1d7016650f6d0ee26b420875a104711ace14e205fe9ba27d3c2143cc4ad81184 -SIZE (svenstaro-rofi-calc-v1.7_GH0.tar.gz) = 1694323 +TIMESTAMP = 1597305096 +SHA256 (svenstaro-rofi-calc-v1.8_GH0.tar.gz) = 24cc43d335949a7a3078563965a89c1eeaa66c9f7102d7557e8a22495b49d039 +SIZE (svenstaro-rofi-calc-v1.8_GH0.tar.gz) = 1694484