Index: head/math/calc/Makefile =================================================================== --- head/math/calc/Makefile (revision 569322) +++ head/math/calc/Makefile (revision 569323) @@ -1,35 +1,35 @@ # Created by: jmz # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.9.0 +PORTVERSION= 2.12.9.1 DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= adamw@FreeBSD.org COMMENT= Interactive CLI arbitrary-precision calculator LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING-LGPL USES= gmake tar:bzip2 readline USE_GITHUB= yes GH_ACCOUNT= lcn2 MAKE_JOBS_UNSAFE= yes PLIST_SUB+= VERSION=${PORTVERSION} MAKEFILE= Makefile.ship MAKE_ARGS= DATADIR="${DATADIR}" TEST_TARGET= check OPTIONS_DEFINE= FULL HELP OPTIONS_DEFAULT=FULL HELP OPTIONS_SUB= yes FULL_DESC= Install all funcs/scripts/headers (OFF: just basic calculator) HELP_DESC= Install calc help files post-install: cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/calc lib/lib*.so .include Index: head/math/calc/distinfo =================================================================== --- head/math/calc/distinfo (revision 569322) +++ head/math/calc/distinfo (revision 569323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615656151 -SHA256 (lcn2-calc-v2.12.9.0_GH0.tar.gz) = ccad3b99c6dbbbd80883d66213774ea335fc638233d62cf6c4cdfaa45c70956a -SIZE (lcn2-calc-v2.12.9.0_GH0.tar.gz) = 1134337 +TIMESTAMP = 1616843925 +SHA256 (lcn2-calc-v2.12.9.1_GH0.tar.gz) = 48c97c067e58c0f7da1fe12b08a25eb7ccbfece9152dca4b3febaa8ab59de725 +SIZE (lcn2-calc-v2.12.9.1_GH0.tar.gz) = 1135135 Index: head/math/calc/files/patch-help_Makefile =================================================================== --- head/math/calc/files/patch-help_Makefile (revision 569322) +++ head/math/calc/files/patch-help_Makefile (nonexistent) @@ -1,50 +0,0 @@ -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 Property changes on: head/math/calc/files/patch-help_Makefile ___________________________________________________________________ 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