Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2020 05:48:31 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544868 - head/x11/rofi-calc
Message-ID:  <202008140548.07E5mVd4007618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008140548.07E5mVd4007618>