mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Update to 0.8.1
Now uses PyQt 5.x
This commit is contained in:
parent
1168bb1707
commit
44d5d419b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462021
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue