Index: head/sysutils/docker/Makefile =================================================================== --- head/sysutils/docker/Makefile (revision 491901) +++ head/sysutils/docker/Makefile (revision 491902) @@ -1,30 +1,29 @@ # Created by: Nikolai Lifanov # $FreeBSD$ PORTNAME= docker -PORTVERSION= 18.06.0 +PORTVERSION= 18.09.1 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -ce CATEGORIES= sysutils MAINTAINER= lifanov@FreeBSD.org COMMENT= Open-source application container engine LICENSE= APACHE20 PLIST_FILES= bin/docker USE_GITHUB= yes GH_PROJECT= docker-ce USES= go GO_PKGNAME= github.com/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cli/cmd/docker pre-build: @${MV} ${GO_WRKSRC}/components/* ${GO_WRKSRC}/ @${CP} ${FILESDIR}/default_store_freebsd.go \ ${GO_WRKSRC}/cli/cli/config/credentials/ .include Index: head/sysutils/docker/distinfo =================================================================== --- head/sysutils/docker/distinfo (revision 491901) +++ head/sysutils/docker/distinfo (revision 491902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533309208 -SHA256 (docker-docker-ce-v18.06.0-ce_GH0.tar.gz) = 18754ecb38d7c210fb2b96ee618dc2bdf94e66cd501d4eef0c685903a83e8501 -SIZE (docker-docker-ce-v18.06.0-ce_GH0.tar.gz) = 13656557 +TIMESTAMP = 1549036632 +SHA256 (docker-docker-ce-v18.09.1_GH0.tar.gz) = 9eadb1eae1954b0322aadf6505f5397d1b1eccf6395ab511cadf8e6975cfc576 +SIZE (docker-docker-ce-v18.09.1_GH0.tar.gz) = 15247155 Index: head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go =================================================================== --- head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go (revision 491901) +++ head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go (nonexistent) @@ -1,11 +0,0 @@ ---- components/cli/vendor/github.com/tonistiigi/fsutil/walker_unix.go.orig 2018-01-03 19:53:04 UTC -+++ components/cli/vendor/github.com/tonistiigi/fsutil/walker_unix.go -@@ -41,7 +41,7 @@ func setUnixOpt(fi os.FileInfo, stat *Stat, path strin - stat.Devminor = int64(minor(uint64(s.Rdev))) - } - -- ino := s.Ino -+ ino := uint64(s.Ino) - if s.Nlink > 1 { - if oldpath, ok := seenFiles[ino]; ok { - stat.Linkname = oldpath Property changes on: head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go =================================================================== --- head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go (nonexistent) +++ head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go (revision 491902) @@ -0,0 +1,11 @@ +--- components/cli/vendor/github.com/tonistiigi/fsutil/stat_unix.go.orig 2019-02-01 16:05:34 UTC ++++ components/cli/vendor/github.com/tonistiigi/fsutil/stat_unix.go +@@ -45,7 +45,7 @@ func setUnixOpt(fi os.FileInfo, stat *ty + stat.Devminor = int64(minor(uint64(s.Rdev))) + } + +- ino := s.Ino ++ ino := uint64(s.Ino) + if seenFiles != nil { + if s.Nlink > 1 { + if oldpath, ok := seenFiles[ino]; ok { Property changes on: head/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property