Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2020 08:00:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522633 - in head: . graphics graphics/vv
Message-ID:  <202001110800.00B80m6c046363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 11 08:00:47 2020
New Revision: 522633
URL: https://svnweb.freebsd.org/changeset/ports/522633

Log:
  Re-add graphics/vv: It was broken by the update of science/InsightToolkit in rev.508047

Added:
  head/graphics/vv/
     - copied from r522616, head/graphics/vv/
Modified:
  head/MOVED
  head/graphics/Makefile
  head/graphics/vv/Makefile
  head/graphics/vv/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Jan 11 08:00:17 2020	(r522632)
+++ head/MOVED	Sat Jan 11 08:00:47 2020	(r522633)
@@ -13739,7 +13739,6 @@ devel/shedskin||2020-01-10|Has expired: Broken for mor
 games/stonesoup-sdl||2020-01-10|Has expired: Broken for more than 8 months
 games/xtris||2020-01-10|Has expired: Broken for more than 3 months
 graphics/mapnik||2020-01-10|Has expired: Broken for more than 8 months
-graphics/vv||2020-01-10|Has expired: Broken for more than 4 months
 lang/js_of_ocaml||2020-01-10|Has expired: Depends on broken and expiring devel/ocaml-deriving-ocsigen
 lang/rubinius||2020-01-10|Has expired: Broken for more than 7 months
 math/dynare||2020-01-10|Has expired: Broken for more than 9 months

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jan 11 08:00:17 2020	(r522632)
+++ head/graphics/Makefile	Sat Jan 11 08:00:47 2020	(r522633)
@@ -1043,6 +1043,7 @@
     SUBDIR += vp
     SUBDIR += vpaint
     SUBDIR += vulkan-loader
+    SUBDIR += vv
     SUBDIR += waffle
     SUBDIR += waifu2x-converter-cpp
     SUBDIR += waifu2x-ncnn-vulkan

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Fri Jan 10 20:38:25 2020	(r522616)
+++ head/graphics/vv/Makefile	Sat Jan 11 08:00:47 2020	(r522633)
@@ -2,9 +2,8 @@
 
 PORTNAME=	vv
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.0-271
-DISTVERSIONSUFFIX=	-g24b75af3
-PORTREVISION=	10
+DISTVERSION=	1.4.0-377
+DISTVERSIONSUFFIX=	-g7c3a1ed4
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,21 +12,17 @@ COMMENT=	Fast and simple 4D image viewer
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN=		wrong LIB_DEPENDS
-DEPRECATED=	Broken for more than 4 months
-EXPIRATION_DATE=	2020-01-10
-
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libgdcmCommon.so:devel/gdcm \
 		libhdf5_cpp.so:science/hdf5 \
-		libITKLabelMap-4.13.so:science/InsightToolkit \
+		libITKLabelMap-5.0.so:science/InsightToolkit \
 		libpng.so:graphics/png \
 		libsz.so:science/szip \
 		libtiff.so:graphics/tiff \
 		libvtkIOSQL-8.1.so:math/vtk8
 
-USES=		cmake compiler:c++11-lang jpeg qt:5 xorg
+USES=		cmake compiler:c++11-lang eigen:3 jpeg qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	open-vv
 USE_QT=		core designer gui network sql widgets xml buildtools_build qmake_build

Modified: head/graphics/vv/distinfo
==============================================================================
--- head/graphics/vv/distinfo	Fri Jan 10 20:38:25 2020	(r522616)
+++ head/graphics/vv/distinfo	Sat Jan 11 08:00:47 2020	(r522633)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536257892
-SHA256 (open-vv-vv-v1.4.0-271-g24b75af3_GH0.tar.gz) = 8f5b3ab357870a4c14913ef45cc318a776865b75dd18627468ba36986793d9e8
-SIZE (open-vv-vv-v1.4.0-271-g24b75af3_GH0.tar.gz) = 4837976
+TIMESTAMP = 1578717444
+SHA256 (open-vv-vv-v1.4.0-377-g7c3a1ed4_GH0.tar.gz) = 70412e06200c2049a02b500ceadf46e039b18e4f3b45ca61ab3c9e0cca804707
+SIZE (open-vv-vv-v1.4.0-377-g7c3a1ed4_GH0.tar.gz) = 4860892



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