svn commit: r485261 - in head/sysutils/container-diff: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 18 20:36:57 UTC 2018
Author: sunpoet
Date: Sun Nov 18 20:36:52 2018
New Revision: 485261
URL: https://svnweb.freebsd.org/changeset/ports/485261
Log:
Update to 0.12.0
Changes: https://github.com/GoogleContainerTools/container-diff/releases
Added:
head/sysutils/container-diff/files/patch-vendor-github.com-docker-docker-pkg-mount-mountinfo_freebsd.go (contents, props changed)
Deleted:
head/sysutils/container-diff/files/patch-uint32-Ino
Modified:
head/sysutils/container-diff/Makefile
head/sysutils/container-diff/distinfo
Modified: head/sysutils/container-diff/Makefile
==============================================================================
--- head/sysutils/container-diff/Makefile Sun Nov 18 20:36:44 2018 (r485260)
+++ head/sysutils/container-diff/Makefile Sun Nov 18 20:36:52 2018 (r485261)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= container-diff
-PORTVERSION= 0.11.0
+PORTVERSION= 0.12.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
@@ -12,8 +12,9 @@ COMMENT= Diff your Docker containers
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
USES= go
+
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
PLIST_FILES= bin/container-diff
Modified: head/sysutils/container-diff/distinfo
==============================================================================
--- head/sysutils/container-diff/distinfo Sun Nov 18 20:36:44 2018 (r485260)
+++ head/sysutils/container-diff/distinfo Sun Nov 18 20:36:52 2018 (r485261)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530209843
-SHA256 (GoogleContainerTools-container-diff-v0.11.0_GH0.tar.gz) = b86361c6cd091c0d25809743f7ca883b856438a20b9e100c1925638c8296698d
-SIZE (GoogleContainerTools-container-diff-v0.11.0_GH0.tar.gz) = 2314230
+TIMESTAMP = 1538662056
+SHA256 (GoogleContainerTools-container-diff-v0.12.0_GH0.tar.gz) = 3f457c62073fac50493e7e237c247b30e1d1209ffb4c5b703def1a07a7822376
+SIZE (GoogleContainerTools-container-diff-v0.12.0_GH0.tar.gz) = 1976629
Added: head/sysutils/container-diff/files/patch-vendor-github.com-docker-docker-pkg-mount-mountinfo_freebsd.go
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/container-diff/files/patch-vendor-github.com-docker-docker-pkg-mount-mountinfo_freebsd.go Sun Nov 18 20:36:52 2018 (r485261)
@@ -0,0 +1,11 @@
+--- vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go.orig 2018-10-02 00:39:19 UTC
++++ vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go
+@@ -37,7 +37,7 @@ func parseMountTable(filter FilterFunc)
+
+ if filter != nil {
+ // filter out entries we're not interested in
+- skip, stop = filter(p)
++ skip, stop = filter(&mountinfo)
+ if skip {
+ continue
+ }
More information about the svn-ports-all
mailing list