From owner-svn-ports-all@freebsd.org Sat Feb 29 23:37:42 2020 Return-Path: Delivered-To: svn-ports-all@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 A215F244313; Sat, 29 Feb 2020 23:37:42 +0000 (UTC) (envelope-from jbeich@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) server-signature RSA-PSS (4096 bits) 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 48VN9y0N7mz3BvM; Sat, 29 Feb 2020 23:37:42 +0000 (UTC) (envelope-from jbeich@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 A69C322763; Sat, 29 Feb 2020 23:37:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01TNbfFJ027433; Sat, 29 Feb 2020 23:37:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01TNbfPL027431; Sat, 29 Feb 2020 23:37:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002292337.01TNbfPL027431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 29 Feb 2020 23:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527484 - head/net/neatvnc X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net/neatvnc X-SVN-Commit-Revision: 527484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Feb 2020 23:37:42 -0000 Author: jbeich Date: Sat Feb 29 23:37:40 2020 New Revision: 527484 URL: https://svnweb.freebsd.org/changeset/ports/527484 Log: net/neatvnc: update to 0.1.0 Changes: https://github.com/any1/neatvnc/compare/992b444...v0.1.0 Modified: head/net/neatvnc/Makefile (contents, props changed) head/net/neatvnc/distinfo (contents, props changed) Modified: head/net/neatvnc/Makefile ============================================================================== --- head/net/neatvnc/Makefile Sat Feb 29 23:24:39 2020 (r527483) +++ head/net/neatvnc/Makefile Sat Feb 29 23:37:40 2020 (r527484) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= neatvnc -PORTVERSION= s20200209 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 CATEGORIES= net MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +19,6 @@ USE_GITHUB= yes USE_XORG= pixman USE_LDCONFIG= yes GH_ACCOUNT= any1 -GH_TAGNAME= 992b444 OPTIONS_DEFINE= GNUTLS JPEG OPTIONS_DEFAULT=GNUTLS JPEG Modified: head/net/neatvnc/distinfo ============================================================================== --- head/net/neatvnc/distinfo Sat Feb 29 23:24:39 2020 (r527483) +++ head/net/neatvnc/distinfo Sat Feb 29 23:37:40 2020 (r527484) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581249794 -SHA256 (any1-neatvnc-s20200209-992b444_GH0.tar.gz) = 146e901a9e151e425bd5098a9e5af7461670fcdd4e63fc415aec1a305781531b -SIZE (any1-neatvnc-s20200209-992b444_GH0.tar.gz) = 633310 +TIMESTAMP = 1582326259 +SHA256 (any1-neatvnc-v0.1.0_GH0.tar.gz) = b2a99cd85ad5414f7d8a5203107d1ce6b65d57bec8d28d1efc7362de8b4c7923 +SIZE (any1-neatvnc-v0.1.0_GH0.tar.gz) = 633304