Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 05:18:08 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547874 - in head/finance: hs-hledger hs-hledger-ui hs-hledger-web
Message-ID:  <202009070518.0875I8XD090092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep  7 05:18:08 2020
New Revision: 547874
URL: https://svnweb.freebsd.org/changeset/ports/547874

Log:
  finance/hs-hledger*: Change locale to en_US.UTF-8, allow on 11
  
  Suggested by:	arrowd

Modified:
  head/finance/hs-hledger-ui/Makefile
  head/finance/hs-hledger-web/Makefile
  head/finance/hs-hledger/Makefile

Modified: head/finance/hs-hledger-ui/Makefile
==============================================================================
--- head/finance/hs-hledger-ui/Makefile	Mon Sep  7 02:52:37 2020	(r547873)
+++ head/finance/hs-hledger-ui/Makefile	Mon Sep  7 05:18:08 2020	(r547874)
@@ -10,10 +10,8 @@ COMMENT=	UI for hledger, the accounting software packa
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_11=	needs the the C.UTF-8 locale
-
 USES=		cabal
-USE_LOCALE=	C.UTF-8
+USE_LOCALE=	en_US.UTF-8
 USE_CABAL=	\
 		Decimal-0.5.1 \
 		Diff-0.4.0 \

Modified: head/finance/hs-hledger-web/Makefile
==============================================================================
--- head/finance/hs-hledger-web/Makefile	Mon Sep  7 02:52:37 2020	(r547873)
+++ head/finance/hs-hledger-web/Makefile	Mon Sep  7 05:18:08 2020	(r547874)
@@ -10,10 +10,8 @@ COMMENT=	Web interface for hledger, the accounting sof
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_11=	needs the the C.UTF-8 locale
-
 USES=		cabal
-USE_LOCALE=	C.UTF-8
+USE_LOCALE=	en_US.UTF-8
 USE_CABAL=	\
 		Decimal-0.5.1 \
 		Diff-0.4.0 \

Modified: head/finance/hs-hledger/Makefile
==============================================================================
--- head/finance/hs-hledger/Makefile	Mon Sep  7 02:52:37 2020	(r547873)
+++ head/finance/hs-hledger/Makefile	Mon Sep  7 05:18:08 2020	(r547874)
@@ -10,10 +10,8 @@ COMMENT=	Accounting software for both power users and 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_11=	needs the the C.UTF-8 locale
-
 USES=		cabal
-USE_LOCALE=	C.UTF-8
+USE_LOCALE=	en_US.UTF-8
 USE_CABAL=	\
 		Decimal-0.5.1 \
 		Diff-0.4.0 \



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