svn commit: r558170 - head/graphics/xaos

Fernando Apesteguía fernape at FreeBSD.org
Tue Dec 15 18:18:15 UTC 2020


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 at 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


More information about the svn-ports-all mailing list