Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 16:43:59 +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: r549040 - in head/graphics/vv: . files
Message-ID:  <202009191643.08JGhxSe030153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 19 16:43:59 2020
New Revision: 549040
URL: https://svnweb.freebsd.org/changeset/ports/549040

Log:
  graphics/vv: Update 1.4.0-377 -> 1.4.0-383

Added:
  head/graphics/vv/files/
  head/graphics/vv/files/patch-vv_vv.cxx   (contents, props changed)
Modified:
  head/graphics/vv/Makefile
  head/graphics/vv/distinfo

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Sat Sep 19 16:41:46 2020	(r549039)
+++ head/graphics/vv/Makefile	Sat Sep 19 16:43:59 2020	(r549040)
@@ -2,9 +2,8 @@
 
 PORTNAME=	vv
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.0-377
-DISTVERSIONSUFFIX=	-g7c3a1ed4
-PORTREVISION=	4
+DISTVERSION=	1.4.0-383
+DISTVERSIONSUFFIX=	-g7a783a8b
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/vv/distinfo
==============================================================================
--- head/graphics/vv/distinfo	Sat Sep 19 16:41:46 2020	(r549039)
+++ head/graphics/vv/distinfo	Sat Sep 19 16:43:59 2020	(r549040)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1600492328
+SHA256 (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = dfa80f7036297e859bf5c6b18b2b187fc05dc50a17f0b074d909e96fa8c2acbb
+SIZE (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = 4860982

Added: head/graphics/vv/files/patch-vv_vv.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/vv/files/patch-vv_vv.cxx	Sat Sep 19 16:43:59 2020	(r549040)
@@ -0,0 +1,11 @@
+--- vv/vv.cxx.orig	2020-09-19 05:31:12 UTC
++++ vv/vv.cxx
+@@ -53,7 +53,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <errno.h>
+-#pragma comment(lib, "ws2_32.lib")
++//#pragma comment(lib, "ws2_32.lib")
+ 
+ typedef enum {O_BASE,O_OVERLAY,O_FUSION,O_VF,O_CONTOUR,O_LANDMARKS} OpenModeType;
+ typedef enum {P_NORMAL,P_SEQUENCE,P_WINDOW,P_LEVEL} ParseModeType;



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