Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 15:12:40 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462021 - head/math/rpcalc
Message-ID:  <201802161512.w1GFCexo048690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Feb 16 15:12:39 2018
New Revision: 462021
URL: https://svnweb.freebsd.org/changeset/ports/462021

Log:
  Update to 0.8.1
  Now uses PyQt 5.x

Modified:
  head/math/rpcalc/Makefile
  head/math/rpcalc/distinfo

Modified: head/math/rpcalc/Makefile
==============================================================================
--- head/math/rpcalc/Makefile	Fri Feb 16 15:11:49 2018	(r462020)
+++ head/math/rpcalc/Makefile	Fri Feb 16 15:12:39 2018	(r462021)
@@ -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

Modified: head/math/rpcalc/distinfo
==============================================================================
--- head/math/rpcalc/distinfo	Fri Feb 16 15:11:49 2018	(r462020)
+++ head/math/rpcalc/distinfo	Fri Feb 16 15:12:39 2018	(r462021)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161512.w1GFCexo048690>