aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2018-02-16 23:12:39 +0800
committerjhale <jhale@FreeBSD.org>2018-02-16 23:12:39 +0800
commit7863f374f3a734feae3c454be8ccfd0433748e8a (patch)
tree2414eba7e0ad683feed4b81ecb68e931325da44b /math
parent53bea45124251a03eeb4fd387ab57f9a825b0175 (diff)
downloadfreebsd-ports-gnome-7863f374f3a734feae3c454be8ccfd0433748e8a.tar.gz
freebsd-ports-gnome-7863f374f3a734feae3c454be8ccfd0433748e8a.tar.zst
freebsd-ports-gnome-7863f374f3a734feae3c454be8ccfd0433748e8a.zip
Update to 0.8.1
Now uses PyQt 5.x
Diffstat (limited to 'math')
-rw-r--r--math/rpcalc/Makefile8
-rw-r--r--math/rpcalc/distinfo6
2 files changed, 8 insertions, 6 deletions
diff --git a/math/rpcalc/Makefile b/math/rpcalc/Makefile
index 791e824fb608..107c1770d7f7 100644
--- a/math/rpcalc/Makefile
+++ b/math/rpcalc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rpcalc
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8.1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -12,8 +12,10 @@ COMMENT= Simple RPN calculator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
-USES= pyqt:4 python:3.3+
-USE_PYQT= core gui
+USES= pyqt:5 python:3.4+ shebangfix
+USE_PYQT= core gui widgets sip
+
+SHEBANG_FILES= source/rpcalc.py
CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR}
NO_ARCH= yes
diff --git a/math/rpcalc/distinfo b/math/rpcalc/distinfo
index 9c81485cfe67..4da40ca87706 100644
--- a/math/rpcalc/distinfo
+++ b/math/rpcalc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478616238
-SHA256 (rpcalc-0.7.1.tar.gz) = 3b483f4e75d94976d428b1af725ffa55ae2a748ab605b5d4851f2122333aa06b
-SIZE (rpcalc-0.7.1.tar.gz) = 45789
+TIMESTAMP = 1518793196
+SHA256 (rpcalc-0.8.1.tar.gz) = 5ebb8818a87036fac89c4f310e5460490e6ccd344585f1a010f4abbcc0a501c1
+SIZE (rpcalc-0.8.1.tar.gz) = 46331