svn commit: r547874 - in head/finance: hs-hledger hs-hledger-ui hs-hledger-web

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 7 05:18:09 UTC 2020


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 \


More information about the svn-ports-head mailing list