From owner-svn-ports-head@freebsd.org Fri Feb 16 15:12:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C13DFF1C7D1; Fri, 16 Feb 2018 15:12:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73ED17EF38; Fri, 16 Feb 2018 15:12:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EFD075E5; Fri, 16 Feb 2018 15:12:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1GFCeNt048692; Fri, 16 Feb 2018 15:12:40 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GFCexo048690; Fri, 16 Feb 2018 15:12:40 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802161512.w1GFCexo048690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 16 Feb 2018 15:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462021 - head/math/rpcalc X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/math/rpcalc X-SVN-Commit-Revision: 462021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 15:12:40 -0000 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