aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-07-19 12:48:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-07-19 12:48:27 +0000
commitab66ef88c654128e7a949bd45ee22db63f65c9a1 (patch)
tree44c84d888e84b5221c50503efddd48640e29ce56
parenta5bb462e1edaebd32bf77cbf93e54054b42d20d6 (diff)
downloadports-ab66ef88c654128e7a949bd45ee22db63f65c9a1.tar.gz
ports-ab66ef88c654128e7a949bd45ee22db63f65c9a1.zip
math/sc-im: update to 0.8.2
-rw-r--r--math/sc-im/Makefile6
-rw-r--r--math/sc-im/distinfo6
-rw-r--r--math/sc-im/files/patch-doc11
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.