Date: Tue, 7 Jul 2020 05:38:23 +0000 (UTC) From: =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541389 - head/math/gh-bc Message-ID: <202007070538.0675cNxu071502@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Tue Jul 7 05:38:23 2020 New Revision: 541389 URL: https://svnweb.freebsd.org/changeset/ports/541389 Log: Update to version 3.1.1 Add spanisch message catalog in ISO8859-1 encoding. Approved by: antoine (implicit) Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Tue Jul 7 03:53:52 2020 (r541388) +++ head/math/gh-bc/Makefile Tue Jul 7 05:38:23 2020 (r541389) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= math lang PKGNAMEPREFIX= gh- @@ -29,8 +29,6 @@ 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/distinfo ============================================================================== --- head/math/gh-bc/distinfo Tue Jul 7 03:53:52 2020 (r541388) +++ head/math/gh-bc/distinfo Tue Jul 7 05:38:23 2020 (r541389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594058463 -SHA256 (gavinhoward-bc-3.1.0_GH0.tar.gz) = 903c9ff1f11fc80f8c5f7aedab5fa2c1363d322cc0c1a9681a7210ff860febaf -SIZE (gavinhoward-bc-3.1.0_GH0.tar.gz) = 1053021 +TIMESTAMP = 1594100153 +SHA256 (gavinhoward-bc-3.1.1_GH0.tar.gz) = 9d6635dc4835e58acef96ae88f5f83bf50959ea202de6f97a93ddc8f3eff40d9 +SIZE (gavinhoward-bc-3.1.1_GH0.tar.gz) = 1053366
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007070538.0675cNxu071502>