aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2019-03-10 19:56:31 +0800
committerdanfe <danfe@FreeBSD.org>2019-03-10 19:56:31 +0800
commit6e6462db53535eea2af735e754c2b2922262918f (patch)
treefdaee59ee5ddc1a8ab0a7639cd6858cfa9222430 /math
parent9cc43a312051fd326f636caef97e0a96bb987b7f (diff)
downloadfreebsd-ports-gnome-6e6462db53535eea2af735e754c2b2922262918f.tar.gz
freebsd-ports-gnome-6e6462db53535eea2af735e754c2b2922262918f.tar.zst
freebsd-ports-gnome-6e6462db53535eea2af735e754c2b2922262918f.zip
- Update to the latest Bitbucket commit
- Rephrase port description to follow README file more closely and for general neatness - Report correct version in the "About" dialog - Add missing `sql' Qt5 component to USE_QT
Diffstat (limited to 'math')
-rw-r--r--math/speedcrunch/Makefile10
-rw-r--r--math/speedcrunch/distinfo6
-rw-r--r--math/speedcrunch/pkg-descr16
3 files changed, 16 insertions, 16 deletions
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile
index 365c53a989f9..f34de3d0dbd7 100644
--- a/math/speedcrunch/Makefile
+++ b/math/speedcrunch/Makefile
@@ -4,7 +4,7 @@
PORTNAME= speedcrunch
PORTVERSION= 0.12.0
DISTVERSIONSUFFIX= -${BB_COMMIT}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
@@ -17,16 +17,16 @@ USES= cmake qt:5
BB_ACCOUNT= heldercorreia
BB_PROJECT= ${PORTNAME}
-BB_COMMIT= 7f2565d6a0ad
+BB_COMMIT= c0fc9c68d292
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
CMAKE_SOURCE_PATH= ${WRKSRC}/src
-USE_QT= buildtools_build qmake_build core gui help widgets
+USE_QT= buildtools_build qmake_build core gui help sql widgets
USE_XORG= x11
post-patch:
-# Remove custom options for compiler warnings
- @${REINPLACE_CMD} -e 's|-W[-_[:alnum:]]*||g' \
+ @${REINPLACE_CMD} -e 's|-W[-_[:alnum:]]*|| ; s|metainfo|appdata| \
+ ; s|master|${PORTVERSION}-git-${BB_COMMIT}|' \
${CMAKE_SOURCE_PATH}/CMakeLists.txt
.include <bsd.port.mk>
diff --git a/math/speedcrunch/distinfo b/math/speedcrunch/distinfo
index d475f5dd2e2b..1f6188b1ca74 100644
--- a/math/speedcrunch/distinfo
+++ b/math/speedcrunch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507554972
-SHA256 (speedcrunch-0.12.0-7f2565d6a0ad.tar.gz) = 24d8b0d9f1386d74fe75f7f86d56fd8a57405887b30da55a12dc7d1078780485
-SIZE (speedcrunch-0.12.0-7f2565d6a0ad.tar.gz) = 3667373
+TIMESTAMP = 1551466574
+SHA256 (speedcrunch-0.12.0-c0fc9c68d292.tar.gz) = d96f2a2d6aa6f60cae1be14a15f469aad5824eb6bb85af695d0bb977e345dcd2
+SIZE (speedcrunch-0.12.0-c0fc9c68d292.tar.gz) = 3561387
diff --git a/math/speedcrunch/pkg-descr b/math/speedcrunch/pkg-descr
index 7e12c52ec92e..eed8a910159e 100644
--- a/math/speedcrunch/pkg-descr
+++ b/math/speedcrunch/pkg-descr
@@ -1,11 +1,11 @@
-SpeedCrunch is a multiplatform desktop calculator for power users.
-It is designed to be enjoyed using keyboard. Result is shown in
-scrollable display, history of expressions is available with up
-and down arrow.
+SpeedCrunch is a multiplatform desktop high-precision scientific calculator
+for power users. It is designed to be enjoyed using keyboard. Results are
+shown in a syntax-highlighted scrollable display, history of expressions is
+available with up and down arrows.
-Some other features:
-optional keypad, syntax highlight, matched parenthesis indicator,
-just-in-time calculation (show result even before you finish typing)
-and autocomplete for variables.
+Some other features: optional keypad, matching parenthesis indicator, auto-
+completion of functions and variables, just-in-time calculation (show result
+while still typing), a formula book, and quick insertion of constants from
+various fields of knowledge.
WWW: http://speedcrunch.org/