From owner-svn-ports-head@freebsd.org Sat Sep 19 16:44:00 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 825063E8095; Sat, 19 Sep 2020 16:44:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BtxNw2wtZz4Bs7; Sat, 19 Sep 2020 16:44:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48ACCEECB; Sat, 19 Sep 2020 16:44:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08JGi0St030183; Sat, 19 Sep 2020 16:44:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08JGhxSe030153; Sat, 19 Sep 2020 16:43:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009191643.08JGhxSe030153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 19 Sep 2020 16:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549040 - in head/graphics/vv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics/vv: . files X-SVN-Commit-Revision: 549040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2020 16:44:00 -0000 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 + #include + #include +-#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;