Index: head/math/speedcrunch/Makefile =================================================================== --- head/math/speedcrunch/Makefile (revision 495287) +++ head/math/speedcrunch/Makefile (revision 495288) @@ -1,32 +1,32 @@ # Created by: Yinghong.Liu # $FreeBSD$ 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=/ MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard-oriented desktop scientific calculator LICENSE= GPLv2+ 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 Index: head/math/speedcrunch/distinfo =================================================================== --- head/math/speedcrunch/distinfo (revision 495287) +++ head/math/speedcrunch/distinfo (revision 495288) @@ -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 Index: head/math/speedcrunch/pkg-descr =================================================================== --- head/math/speedcrunch/pkg-descr (revision 495287) +++ head/math/speedcrunch/pkg-descr (revision 495288) @@ -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/