Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 13:42:54 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546733 - head/math/sound-of-sorting
Message-ID:  <202008281342.07SDgsBn052502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Fri Aug 28 13:42:54 2020
New Revision: 546733
URL: https://svnweb.freebsd.org/changeset/ports/546733

Log:
  Unbreak by requiring a newer wxWidgets version (3.0+).
  
  While here update to the latest Github version (untagged) that contains
  minor bug fixes.
  
  Approved by:	antoine (implicit)

Modified:
  head/math/sound-of-sorting/Makefile
  head/math/sound-of-sorting/distinfo

Modified: head/math/sound-of-sorting/Makefile
==============================================================================
--- head/math/sound-of-sorting/Makefile	Fri Aug 28 13:25:26 2020	(r546732)
+++ head/math/sound-of-sorting/Makefile	Fri Aug 28 13:42:54 2020	(r546733)
@@ -3,11 +3,11 @@
 
 PORTNAME=	sound-of-sorting
 PORTVERSION=	0.6.5
-PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
+PORTREVISION=	2
 CATEGORIES=	math
 
-MAINTAINER=	se@FreeBSD.org
+MAINTAINER=	se@FreeBSD.orgC
 COMMENT=	Visualization and "Audibilization" of Sorting Algorithms
 
 LICENSE=	GPLv3
@@ -16,13 +16,14 @@ USES=		sdl
 
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl
-USE_WX=		2.8+
+USE_WX=		3.0+
 WX_CONF_ARGS=	relative
 
 OPTIONS_DEFINE=	DOCS
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	bingmann
+GH_TAGNAME=	5884a35
 
 PLIST_FILES=	bin/sound-of-sorting
 PORTDOCS=	README

Modified: head/math/sound-of-sorting/distinfo
==============================================================================
--- head/math/sound-of-sorting/distinfo	Fri Aug 28 13:25:26 2020	(r546732)
+++ head/math/sound-of-sorting/distinfo	Fri Aug 28 13:42:54 2020	(r546733)
@@ -1,2 +1,3 @@
-SHA256 (bingmann-sound-of-sorting-sound-of-sorting-0.6.5_GH0.tar.gz) = cb9c4e94842a015c7d144710dbee6b6a104e35deb0042657fac780e22b5c4494
-SIZE (bingmann-sound-of-sorting-sound-of-sorting-0.6.5_GH0.tar.gz) = 174437
+TIMESTAMP = 1598621887
+SHA256 (bingmann-sound-of-sorting-sound-of-sorting-0.6.5-5884a35_GH0.tar.gz) = bff90a31334d3c770d36672e5668fa166d1cbc21629577e580e1e86c9f593faf
+SIZE (bingmann-sound-of-sorting-sound-of-sorting-0.6.5-5884a35_GH0.tar.gz) = 178869



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