Index: head/math/gh-bc/Makefile =================================================================== --- head/math/gh-bc/Makefile (revision 556649) +++ head/math/gh-bc/Makefile (revision 556650) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.3 CATEGORIES= math lang PKGNAMEPREFIX= gh- MAINTAINER= se@FreeBSD.org COMMENT= GNU compatible bc/dc calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= compiler USE_GITHUB= yes GH_ACCOUNT= gavinhoward HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= -G .include .if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 CFLAGS+= --std=c99 .endif CONFLICTS_INSTALL= gnubc-[0-9]* pre-build: ${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/ ${LN} ${STAGEDIR}${PREFIX}/bin/bc ${STAGEDIR}${PREFIX}/bin/dc ${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/nls/C ${WRKSRC}/locale_install.sh ${STAGEDIR}${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} ${MV} ${STAGEDIR}${PREFIX}/share/nls/en_US/bc.cat ${STAGEDIR}${PREFIX}/share/nls/C/ ${RMDIR} ${STAGEDIR}${PREFIX}/share/nls/en_US do-test: ${MAKE} -C ${WRKSRC} test .include Index: head/math/gh-bc/distinfo =================================================================== --- head/math/gh-bc/distinfo (revision 556649) +++ head/math/gh-bc/distinfo (revision 556650) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606407249 -SHA256 (gavinhoward-bc-3.2.0_GH0.tar.gz) = f5e5f3ec9dc8a7ca323ff8fceadd00228a8111dd694b3f3230a38014cf25be4c -SIZE (gavinhoward-bc-3.2.0_GH0.tar.gz) = 1081293 +TIMESTAMP = 1606750654 +SHA256 (gavinhoward-bc-3.2.3_GH0.tar.gz) = 3f50668a459e35018328d4b0133b5065e15a1fb0dbe772590aa58fee4347783c +SIZE (gavinhoward-bc-3.2.3_GH0.tar.gz) = 1081575 Index: head/math/gh-bc/files/patch-gen_strgen.sh =================================================================== --- head/math/gh-bc/files/patch-gen_strgen.sh (revision 556649) +++ head/math/gh-bc/files/patch-gen_strgen.sh (nonexistent) @@ -1,28 +0,0 @@ ---- gen/strgen.sh.orig 2020-11-26 16:00:16 UTC -+++ gen/strgen.sh -@@ -32,18 +32,19 @@ export LC_CTYPE=C - - progname=${0##*/} - --if [ $# -lt 4 ]; then -- echo "usage: $progname input output name header [label [define [remove_tabs]]]" -+if [ $# -lt 3 ]; then -+ echo "usage: $progname input output name [label [define [remove_tabs]]]" - exit 1 - fi - -+# gen/strgen gen/lib2.bc gen/lib2.c bc_lib2 bc_lib2_name "BC_ENABLED && BC_ENABLE_EXTRA_MATH" 1 -+ - input="$1" - output="$2" - name="$3" --header="$4" --label="$5" --define="$6" --remove_tabs="$7" -+label="$4" -+define="$5" -+remove_tabs="$6" - - exec < "$input" - exec > "$output" Property changes on: head/math/gh-bc/files/patch-gen_strgen.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property