From owner-svn-ports-head@freebsd.org Thu Feb 28 19:38:06 2019 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 621DE151577C; Thu, 28 Feb 2019 19:38:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4E7F845DC; Thu, 28 Feb 2019 19:38:05 +0000 (UTC) (envelope-from swills@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 B6DA49995; Thu, 28 Feb 2019 19:38:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1SJc597046052; Thu, 28 Feb 2019 19:38:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1SJc5B2046050; Thu, 28 Feb 2019 19:38:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201902281938.x1SJc5B2046050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 28 Feb 2019 19:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494182 - head/math/acalc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/acalc X-SVN-Commit-Revision: 494182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4E7F845DC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 28 Feb 2019 19:38:06 -0000 Author: swills Date: Thu Feb 28 19:38:04 2019 New Revision: 494182 URL: https://svnweb.freebsd.org/changeset/ports/494182 Log: math/acalc: update to v0.22 While here, migrate from qt4 to qt5 PR: 235750 Submitted by: Andrey Ponomarenko (maintainer) Modified: head/math/acalc/Makefile (contents, props changed) head/math/acalc/distinfo (contents, props changed) head/math/acalc/pkg-descr (contents, props changed) Modified: head/math/acalc/Makefile ============================================================================== --- head/math/acalc/Makefile Thu Feb 28 19:24:47 2019 (r494181) +++ head/math/acalc/Makefile Thu Feb 28 19:38:04 2019 (r494182) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= acalc -PORTVERSION= 0.21 -DISTVERSIONPREFIX= ${PORTNAME}- +PORTVERSION= 0.22 +DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= andrey.nik.ponomarenko@gmail.com -COMMENT= Simple and pretty Qt4-based expression calculator +COMMENT= Simple and pretty Qt5-based expression calculator LICENSE= BSD4CLAUSE -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 +USES= qmake compiler:c++14-lang qt:5 tar:xz USE_GITHUB= yes GH_ACCOUNT= anpp -USES= qmake qt:4 -USE_QT= corelib gui moc_build rcc_build uic_build +USE_QT= core gui widgets buildtools_build linguisttools_build qmake_build + WRKSRC_SUBDIR= aCalc/aCalc PLIST_FILES= bin/acalc share/pixmaps/Calculator-50.png Modified: head/math/acalc/distinfo ============================================================================== --- head/math/acalc/distinfo Thu Feb 28 19:24:47 2019 (r494181) +++ head/math/acalc/distinfo Thu Feb 28 19:38:04 2019 (r494182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481206796 -SHA256 (anpp-acalc-acalc-0.21_GH0.tar.gz) = 0c4f0680a2e87ff7e7814c867c5ca8e3b31edfd36ce996912628bae913c6530c -SIZE (anpp-acalc-acalc-0.21_GH0.tar.gz) = 52961 +TIMESTAMP = 1550175206 +SHA256 (anpp-acalc-v0.22_GH0.tar.gz) = f9036520498af3129c5b1eaab371835da59d85123d7847a791e8cf17cf5f889d +SIZE (anpp-acalc-v0.22_GH0.tar.gz) = 52940 Modified: head/math/acalc/pkg-descr ============================================================================== --- head/math/acalc/pkg-descr Thu Feb 28 19:24:47 2019 (r494181) +++ head/math/acalc/pkg-descr Thu Feb 28 19:38:04 2019 (r494182) @@ -1,4 +1,4 @@ -Acalc is simple and pretty expression calculator, based on Qt 4 toolkit. +Acalc is simple and pretty expression calculator, based on Qt 5 toolkit. It offers standard functions (sin, asinh, etc.), pre-defined constants, variables, hex/octal/binary I/O, original and user-friendly interface.