From owner-svn-ports-all@freebsd.org Sun Feb 24 17:56:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A3D41505646; Sun, 24 Feb 2019 17:56:13 +0000 (UTC) (envelope-from sunpoet@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 32CAE76CD3; Sun, 24 Feb 2019 17:56:13 +0000 (UTC) (envelope-from sunpoet@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 2A2028C76; Sun, 24 Feb 2019 17:56:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1OHu9ud038674; Sun, 24 Feb 2019 17:56:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1OHu8nJ038672; Sun, 24 Feb 2019 17:56:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201902241756.x1OHu8nJ038672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Feb 2019 17:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493781 - in head/sysutils/container-diff: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/sysutils/container-diff: . files X-SVN-Commit-Revision: 493781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 32CAE76CD3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Sun, 24 Feb 2019 17:56:13 -0000 Author: sunpoet Date: Sun Feb 24 17:56:08 2019 New Revision: 493781 URL: https://svnweb.freebsd.org/changeset/ports/493781 Log: Update to 0.15.0 Changes: https://github.com/GoogleContainerTools/container-diff/releases Added: head/sysutils/container-diff/files/patch-vendor-github.com-fsouza-go-dockerclient-internal-archive-archive_unix.go (contents, props changed) Modified: head/sysutils/container-diff/Makefile head/sysutils/container-diff/distinfo Modified: head/sysutils/container-diff/Makefile ============================================================================== --- head/sysutils/container-diff/Makefile Sun Feb 24 17:56:03 2019 (r493780) +++ head/sysutils/container-diff/Makefile Sun Feb 24 17:56:08 2019 (r493781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= container-diff -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/container-diff/distinfo ============================================================================== --- head/sysutils/container-diff/distinfo Sun Feb 24 17:56:03 2019 (r493780) +++ head/sysutils/container-diff/distinfo Sun Feb 24 17:56:08 2019 (r493781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546255404 -SHA256 (GoogleContainerTools-container-diff-v0.14.0_GH0.tar.gz) = 5dbafdc38524dad60286da2d7a7d303285de2e08e070ce3dcc1488dbfecd116b -SIZE (GoogleContainerTools-container-diff-v0.14.0_GH0.tar.gz) = 2000307 +TIMESTAMP = 1550687391 +SHA256 (GoogleContainerTools-container-diff-v0.15.0_GH0.tar.gz) = 4bdd73a81b6f7a988cf270236471016525d0541f5fe04286043f3db28e4b250c +SIZE (GoogleContainerTools-container-diff-v0.15.0_GH0.tar.gz) = 2137869 Added: head/sysutils/container-diff/files/patch-vendor-github.com-fsouza-go-dockerclient-internal-archive-archive_unix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/container-diff/files/patch-vendor-github.com-fsouza-go-dockerclient-internal-archive-archive_unix.go Sun Feb 24 17:56:08 2019 (r493781) @@ -0,0 +1,11 @@ +--- vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_unix.go.orig 2019-02-19 22:02:30 UTC ++++ vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_unix.go +@@ -42,7 +42,7 @@ func getInodeFromStat(stat interface{}) + s, ok := stat.(*syscall.Stat_t) + + if ok { +- inode = s.Ino ++ inode = uint64(s.Ino) + } + + return