Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 18:18:14 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558170 - head/graphics/xaos
Message-ID:  <202012151818.0BFIIEco014552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Dec 15 18:18:14 2020
New Revision: 558170
URL: https://svnweb.freebsd.org/changeset/ports/558170

Log:
  graphics/xaos: update to 4.2
  
  From ChangeLog: https://github.com/xaos-project/XaoS/releases/tag/release-4.2
  
   * Palette editor, save/load palettes, storing user palettes in the .xpf file.
   * The option 'User formulas' maintains a history of recently used formulas.
   * Fractal info in the Help menu.
   * Batch rendering.
   * Enabled panning in rotate mode.
   * Unified Open and Open Image option. Save Image option moved to Save as.
  
  Reported by:	portscout

Modified:
  head/graphics/xaos/Makefile
  head/graphics/xaos/distinfo

Modified: head/graphics/xaos/Makefile
==============================================================================
--- head/graphics/xaos/Makefile	Tue Dec 15 18:11:33 2020	(r558169)
+++ head/graphics/xaos/Makefile	Tue Dec 15 18:18:14 2020	(r558170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xaos
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	4.1
+DISTVERSION=	4.2
 CATEGORIES=	graphics math
 
 MAINTAINER=	ports@FreeBSD.org
@@ -13,8 +13,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler:c++11-lang gl qmake qt:5
-USE_QT=		core gui opengl widgets buildtools_build linguisttools_build
 USE_GL=		gl
+USE_QT=		core gui opengl widgets buildtools_build linguisttools_build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	xaos-project

Modified: head/graphics/xaos/distinfo
==============================================================================
--- head/graphics/xaos/distinfo	Tue Dec 15 18:11:33 2020	(r558169)
+++ head/graphics/xaos/distinfo	Tue Dec 15 18:18:14 2020	(r558170)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593681827
-SHA256 (xaos-project-XaoS-release-4.1_GH0.tar.gz) = 7e41e9fbdb73a7c02c853eb028943791fa9ca11120f39814eeae4cf66438e5bf
-SIZE (xaos-project-XaoS-release-4.1_GH0.tar.gz) = 10928520
+TIMESTAMP = 1599051333
+SHA256 (xaos-project-XaoS-release-4.2_GH0.tar.gz) = 7910e5f935d5d9db7947f4339087de88ca057428490e5ce5540d271f81cbc09c
+SIZE (xaos-project-XaoS-release-4.2_GH0.tar.gz) = 10939729



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