From owner-svn-ports-head@freebsd.org Sat Mar 13 17:37:45 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F333457D4BB; Sat, 13 Mar 2021 17:37:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyVJ96Wspz57qR; Sat, 13 Mar 2021 17:37:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2DB16C9B; Sat, 13 Mar 2021 17:37:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DHbj86068764; Sat, 13 Mar 2021 17:37:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DHbjuC068760; Sat, 13 Mar 2021 17:37:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103131737.12DHbjuC068760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Mar 2021 17:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568267 - in head/math/calc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/math/calc: . files X-SVN-Commit-Revision: 568267 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:37:46 -0000 Author: adamw Date: Sat Mar 13 17:37:44 2021 New Revision: 568267 URL: https://svnweb.freebsd.org/changeset/ports/568267 Log: math/calc: Update to 2.12.9.0 Added: head/math/calc/files/patch-help_Makefile (contents, props changed) Modified: head/math/calc/Makefile head/math/calc/distinfo head/math/calc/pkg-plist Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sat Mar 13 17:35:08 2021 (r568266) +++ head/math/calc/Makefile Sat Mar 13 17:37:44 2021 (r568267) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.8.2 +PORTVERSION= 2.12.9.0 +DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= adamw@FreeBSD.org Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Sat Mar 13 17:35:08 2021 (r568266) +++ head/math/calc/distinfo Sat Mar 13 17:37:44 2021 (r568267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613908119 -SHA256 (lcn2-calc-2.12.8.2_GH0.tar.gz) = 3bb24e13766a0b17fb69b2f30de6acca13f19e703c496d575d96703fe920b0b8 -SIZE (lcn2-calc-2.12.8.2_GH0.tar.gz) = 1122396 +TIMESTAMP = 1615656151 +SHA256 (lcn2-calc-v2.12.9.0_GH0.tar.gz) = ccad3b99c6dbbbd80883d66213774ea335fc638233d62cf6c4cdfaa45c70956a +SIZE (lcn2-calc-v2.12.9.0_GH0.tar.gz) = 1134337 Added: head/math/calc/files/patch-help_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/calc/files/patch-help_Makefile Sat Mar 13 17:37:44 2021 (r568267) @@ -0,0 +1,50 @@ +Remove this patch at > 2.12.9.0 + +From a86d62998263a8d7fa76cd89c59314b9aaf4b72e Mon Sep 17 00:00:00 2001 +From: Landon Curt Noll +Date: Fri, 12 Mar 2021 11:31:21 -0800 +Subject: [PATCH] Fixed a typo in help/Makefile + +Fixed a typo typo in help/Makefile that caused the build of +2.12.9.0 to fail in a number of cases. Thanks to a report by +. +diff --git a/help/Makefile b/help/Makefile +index eb48305..c40bf3d 100644 +--- help/Makefile ++++ help/Makefile +@@ -252,7 +252,7 @@ BLT_HELP_FILES_13= bugs changes + + STD_HELP_FILES_14= credit + +-BLT_HELP_FILES_14= contrib COPYING COPYING-LGPL question ++BLT_HELP_FILES_14= contrib COPYING COPYING-LGPL questions + + STD_HELP_FILES_15= wishlist todo + +@@ -536,7 +536,7 @@ COPYING-LGPL: ../COPYING-LGPL + ${TRUE}; \ + fi + +-question: ../QUESTIONS ++questions: ../QUESTIONS + ${RM} -f $@ + ${CP} ../QUESTIONS $@ + ${CHMOD} 0444 $@ +@@ -705,7 +705,7 @@ detail_help_list: + ! -name mat ! -name obj.file ! -name operator \ + ! -name overview ! -name script ! -name statement \ + ! -name todo ! -name types ! -name unexpected \ +- ! -name variable ! -name wishlist ! -name question \ ++ ! -name variable ! -name wishlist ! -name questions \ + -print | \ + while read i; do \ + if [ X"$$i" != X"/dev/null" ]; then \ +@@ -740,7 +740,7 @@ echo_inst_files: + + clean: + ${RM} -f obj mkbuiltin funclist.c funclist.o funclist${EXT} +- ${RM} -f COPYING COPYING-LGPL question ++ ${RM} -f COPYING COPYING-LGPL questions + + clobber: clean + ${RM} -f ${BLT_HELP_FILES} full .all calc Modified: head/math/calc/pkg-plist ============================================================================== --- head/math/calc/pkg-plist Sat Mar 13 17:35:08 2021 (r568266) +++ head/math/calc/pkg-plist Sat Mar 13 17:37:44 2021 (r568267) @@ -2,10 +2,12 @@ bin/calc %%FULL%%include/calc/align32.h %%FULL%%include/calc/alloc.h %%FULL%%include/calc/args.h +%%FULL%%include/calc/banned.h %%FULL%%include/calc/blkcpy.h %%FULL%%include/calc/block.h %%FULL%%include/calc/byteswap.h %%FULL%%include/calc/calc.h +%%FULL%%include/calc/calcerr.c %%FULL%%include/calc/calcerr.h %%FULL%%include/calc/cmath.h %%FULL%%include/calc/conf.h @@ -17,6 +19,7 @@ bin/calc %%FULL%%include/calc/fposval.h %%FULL%%include/calc/func.h %%FULL%%include/calc/hash.h +%%FULL%%include/calc/have_ban_pragma.h %%FULL%%include/calc/have_const.h %%FULL%%include/calc/have_fpos.h %%FULL%%include/calc/have_fpos_pos.h @@ -31,6 +34,8 @@ bin/calc %%FULL%%include/calc/have_rusage.h %%FULL%%include/calc/have_stdlib.h %%FULL%%include/calc/have_strdup.h +%%FULL%%include/calc/have_strlcat.h +%%FULL%%include/calc/have_strlcpy.h %%FULL%%include/calc/have_string.h %%FULL%%include/calc/have_times.h %%FULL%%include/calc/have_uid_t.h @@ -50,6 +55,7 @@ bin/calc %%FULL%%include/calc/qmath.h %%FULL%%include/calc/sha1.h %%FULL%%include/calc/str.h +%%FULL%%include/calc/strl.h %%FULL%%include/calc/symbol.h %%FULL%%include/calc/terminal.h %%FULL%%include/calc/token.h @@ -365,7 +371,7 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/ptest %%HELP%%%%DATADIR%%/help/push %%HELP%%%%DATADIR%%/help/putenv -%%HELP%%%%DATADIR%%/help/question +%%HELP%%%%DATADIR%%/help/questions %%HELP%%%%DATADIR%%/help/quo %%HELP%%%%DATADIR%%/help/quomod %%HELP%%%%DATADIR%%/help/rand