From owner-svn-ports-all@freebsd.org Fri Jun 22 23:58:58 2018 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 839991004AA3; Fri, 22 Jun 2018 23:58:58 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B35AE8968F; Fri, 22 Jun 2018 23:58:56 +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 D134627B0C; Fri, 22 Jun 2018 23:58:55 +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 w5MNwtWL085999; Fri, 22 Jun 2018 23:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5MNwt2r085997; Fri, 22 Jun 2018 23:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806222358.w5MNwt2r085997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jun 2018 23:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473102 - head/sysutils/container-diff X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/container-diff X-SVN-Commit-Revision: 473102 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.26 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: Fri, 22 Jun 2018 23:58:58 -0000 Author: sunpoet Date: Fri Jun 22 23:58:55 2018 New Revision: 473102 URL: https://svnweb.freebsd.org/changeset/ports/473102 Log: Update to 0.10.0 - Update MASTER_SITES - Update WWW Changes: https://github.com/GoogleContainerTools/container-diff/releases Modified: head/sysutils/container-diff/Makefile head/sysutils/container-diff/distinfo head/sysutils/container-diff/pkg-descr Modified: head/sysutils/container-diff/Makefile ============================================================================== --- head/sysutils/container-diff/Makefile Fri Jun 22 23:58:48 2018 (r473101) +++ head/sysutils/container-diff/Makefile Fri Jun 22 23:58:55 2018 (r473102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= container-diff -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -17,7 +17,7 @@ USES= go PLIST_FILES= bin/container-diff -GH_ACCOUNT= GoogleCloudPlatform +GH_ACCOUNT= GoogleContainerTools USE_GITHUB= yes do-install: Modified: head/sysutils/container-diff/distinfo ============================================================================== --- head/sysutils/container-diff/distinfo Fri Jun 22 23:58:48 2018 (r473101) +++ head/sysutils/container-diff/distinfo Fri Jun 22 23:58:55 2018 (r473102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523459554 -SHA256 (GoogleCloudPlatform-container-diff-v0.9.0_GH0.tar.gz) = cf5957fd9c583030283982dafab0b70608c739408d036444d9acc0a867e7472f -SIZE (GoogleCloudPlatform-container-diff-v0.9.0_GH0.tar.gz) = 2431735 +TIMESTAMP = 1529614679 +SHA256 (GoogleContainerTools-container-diff-v0.10.0_GH0.tar.gz) = 55b62ee0081b9ef5bf5778a6ea30b61f2ee6ee16bfaa7b26bae793455486cc2c +SIZE (GoogleContainerTools-container-diff-v0.10.0_GH0.tar.gz) = 2312389 Modified: head/sysutils/container-diff/pkg-descr ============================================================================== --- head/sysutils/container-diff/pkg-descr Fri Jun 22 23:58:48 2018 (r473101) +++ head/sysutils/container-diff/pkg-descr Fri Jun 22 23:58:55 2018 (r473102) @@ -12,4 +12,4 @@ two images to compare. The tool can help users better changing inside their images, and give them a better look at what their images contain. -WWW: https://github.com/GoogleCloudPlatform/container-diff +WWW: https://github.com/GoogleContainerTools/container-diff