Date: Mon, 19 Jul 2021 12:54:43 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ab66ef88c654 - main - math/sc-im: update to 0.8.2 Message-ID: <202107191254.16JCshv4063577@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab66ef88c654128e7a949bd45ee22db63f65c9a1 commit ab66ef88c654128e7a949bd45ee22db63f65c9a1 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-07-19 12:48:11 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-07-19 12:48:27 +0000 math/sc-im: update to 0.8.2 --- math/sc-im/Makefile | 6 +++--- math/sc-im/distinfo | 6 +++--- math/sc-im/files/patch-doc | 11 ----------- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 59ca961efc5b..a40d3ce35da0 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,6 +1,6 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.8.2 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org @@ -23,8 +23,8 @@ LIBS+= -lxlsreader -lxlsxwriter MAKE_ENV+= LDLIBS="${LIBS}" MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${MANPREFIX}/man/man1" -.include <bsd.port.pre.mk> post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sc-im + ${RM} ${STAGEDIR}${PREFIX}/bin/scopen -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/sc-im/distinfo b/math/sc-im/distinfo index 4e80e28ba55b..4276b81d5377 100644 --- a/math/sc-im/distinfo +++ b/math/sc-im/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617973055 -SHA256 (andmarti1424-sc-im-v0.8.1_GH0.tar.gz) = 73958f2adf2548be138f90a1fa2cb3a9c316a6d8d78234ebb1dc408cbf83bac7 -SIZE (andmarti1424-sc-im-v0.8.1_GH0.tar.gz) = 1407209 +TIMESTAMP = 1626698040 +SHA256 (andmarti1424-sc-im-v0.8.2_GH0.tar.gz) = 7f00c98601e7f7709431fb4cbb83707c87016a3b015d48e5a7c2f018eff4b7f7 +SIZE (andmarti1424-sc-im-v0.8.2_GH0.tar.gz) = 1619617 diff --git a/math/sc-im/files/patch-doc b/math/sc-im/files/patch-doc deleted file mode 100644 index 968c56486d77..000000000000 --- a/math/sc-im/files/patch-doc +++ /dev/null @@ -1,11 +0,0 @@ ---- doc.orig 2019-02-22 18:41:46 UTC -+++ doc -@@ -330,6 +330,8 @@ Commands for handling cell content: - :w {file} Save the current spreadsheet as {file}. - :w! {file} Save the current spreadsheet as {file}, forcing an overwrite - if {file} already exists. -+ :wq Save the current spreadsheet and quit SC-IM. -+ :wq {file} Save the current spreadsheet as {file} and quit SC-IM. - - :h Show this help. - :help Show this help.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107191254.16JCshv4063577>