svn commit: r541357 - head/math/gh-bc

Stefan Eßer se at FreeBSD.org
Mon Jul 6 18:36:36 UTC 2020


Author: se
Date: Mon Jul  6 18:36:35 2020
New Revision: 541357
URL: https://svnweb.freebsd.org/changeset/ports/541357

Log:
  Add es_ES.ISO8859-15 message catalog.

Modified:
  head/math/gh-bc/Makefile
  head/math/gh-bc/pkg-plist

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Mon Jul  6 18:31:05 2020	(r541356)
+++ head/math/gh-bc/Makefile	Mon Jul  6 18:36:35 2020	(r541357)
@@ -30,6 +30,7 @@ CONFLICTS_INSTALL=	gnubc-[0-9]*
 pre-build:
 		${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen
 		iconv -f UTF-8 -t ISO8859-1 ${WRKSRC}/locales/es_ES.UTF-8.msg > ${WRKSRC}/locales/es_ES.ISO8859-1.msg
+		${LN} ${WRKSRC}/locales/es_ES.ISO8859-1.msg ${WRKSRC}/locales/es_ES.ISO8859-15.msg
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/

Modified: head/math/gh-bc/pkg-plist
==============================================================================
--- head/math/gh-bc/pkg-plist	Mon Jul  6 18:31:05 2020	(r541356)
+++ head/math/gh-bc/pkg-plist	Mon Jul  6 18:36:35 2020	(r541357)
@@ -36,6 +36,7 @@ share/nls/en_US.ISO8859-15/bc.cat
 share/nls/en_US.US-ASCII/bc.cat
 share/nls/en_US.UTF-8/bc.cat
 share/nls/es_ES.ISO8859-1/bc.cat
+share/nls/es_ES.ISO8859-15/bc.cat
 share/nls/es_ES.UTF-8/bc.cat
 share/nls/fr_BE.ISO8859-1/bc.cat
 share/nls/fr_BE.ISO8859-15/bc.cat


More information about the svn-ports-all mailing list