Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 19:38:05 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494182 - head/math/acalc
Message-ID:  <201902281938.x1SJc5B2046050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <andrey.nik.ponomarenko@gmail.com> (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.
 



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