svn commit: r509266 - head/graphics/fraqtive

Adriaan de Groot adridg at FreeBSD.org
Mon Aug 19 09:37:32 UTC 2019


Author: adridg
Date: Mon Aug 19 09:37:31 2019
New Revision: 509266
URL: https://svnweb.freebsd.org/changeset/ports/509266

Log:
  Remove BROKEN from graphics/fraqtive.
  
  The sources have moved to github. Not taking maintainership, though.
  Builds fine against current Qt 5.12, with SSE also fills a WQHD
  screen almost instantly, so it's fine.

Modified:
  head/graphics/fraqtive/Makefile
  head/graphics/fraqtive/distinfo

Modified: head/graphics/fraqtive/Makefile
==============================================================================
--- head/graphics/fraqtive/Makefile	Mon Aug 19 09:35:44 2019	(r509265)
+++ head/graphics/fraqtive/Makefile	Mon Aug 19 09:37:31 2019	(r509266)
@@ -3,9 +3,8 @@
 
 PORTNAME=	fraqtive
 PORTVERSION=	0.4.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
-MASTER_SITES=	SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Draws Mandelbrot and Julia fractals
@@ -13,11 +12,14 @@ COMMENT=	Draws Mandelbrot and Julia fractals
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		unfetchable
-
-USES=		compiler:c++11-lang qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		core gui opengl widgets xml buildtools_build
 USE_GL=		gl glu
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	mimecorg
+GH_PROJECT=	fraqtive
+GH_TAGNAME=	v${PORTVERSION}
 
 OPTIONS_DEFINE=	SSE2
 SSE2_DESC=	Enable SSE2 optimization

Modified: head/graphics/fraqtive/distinfo
==============================================================================
--- head/graphics/fraqtive/distinfo	Mon Aug 19 09:35:44 2019	(r509265)
+++ head/graphics/fraqtive/distinfo	Mon Aug 19 09:37:31 2019	(r509266)
@@ -1,2 +1,3 @@
-SHA256 (fraqtive-0.4.8.tar.bz2) = dbb21b5e6305cbf02c27aaedb12c5125ac873600bce10d12e88b2305a2083cd7
-SIZE (fraqtive-0.4.8.tar.bz2) = 260484
+TIMESTAMP = 1566206665
+SHA256 (mimecorg-fraqtive-0.4.8-v0.4.8_GH0.tar.gz) = 3b2cbf73cd3a0743ed05f12afe168c4eb0404bb025b010e77f4d5faea4933d96
+SIZE (mimecorg-fraqtive-0.4.8-v0.4.8_GH0.tar.gz) = 289703


More information about the svn-ports-all mailing list