Sun Sep 2 20:55:15 2018 UTC ()
devel/go-cobra: Update to 0.0.3

Many bug fixes and improvements for the past year. No official
changelog available.


(minskim)
diff -r1.6 -r1.7 pkgsrc/devel/go-cobra/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/go-cobra/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/go-cobra/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/go-cobra/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/go-cobra/Attic/Makefile 2018/06/12 17:50:21 1.6
+++ pkgsrc/devel/go-cobra/Attic/Makefile 2018/09/02 20:55:15 1.7
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.6 2018/06/12 17:50:21 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.7 2018/09/02 20:55:15 minskim Exp $
2 2
3DISTNAME= cobra-0.0.20170815 3DISTNAME= cobra-0.0.3
4PKGNAME= go-${DISTNAME} 4PKGNAME= go-${DISTNAME}
5PKGREVISION= 3 
6MASTER_SITES= ${MASTER_SITE_GITHUB:=spf13/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=spf13/}
7CATEGORIES= devel 6CATEGORIES= devel
8GITHUB_TAG= cb731b898346822cc0c225c28550a8a29d93c732 7GITHUB_TAG= v${PKGVERSION_NOREV}
9GITHUB_PROJECT= ${PKGBASE:S/^go-//} 8GITHUB_PROJECT= ${PKGBASE:S/^go-//}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/spf13/cobra 11HOMEPAGE= https://github.com/spf13/cobra
13COMMENT= Commander for modern Go CLI interactions 12COMMENT= Commander for modern Go CLI interactions
14LICENSE= apache-2.0 13LICENSE= apache-2.0
15 14
16GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG} 15GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
17GO_SRCPATH= github.com/spf13/cobra 16GO_SRCPATH= github.com/spf13/cobra
18 17
19.include "../../devel/go-pflag/buildlink3.mk" 18.include "../../devel/go-pflag/buildlink3.mk"
20.include "../../devel/go-viper/buildlink3.mk" 19.include "../../devel/go-viper/buildlink3.mk"
21.include "../../textproc/go-md2man/buildlink3.mk" 20.include "../../textproc/go-md2man/buildlink3.mk"
22.include "../../devel/go-homedir/buildlink3.mk" 21.include "../../devel/go-homedir/buildlink3.mk"
23.include "../../lang/go/go-package.mk" 22.include "../../lang/go/go-package.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/go-cobra/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/go-cobra/Attic/PLIST 2017/08/17 01:20:57 1.1
+++ pkgsrc/devel/go-cobra/Attic/PLIST 2018/09/02 20:55:15 1.2
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:20:57 gavan Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/09/02 20:55:15 minskim Exp $
2bin/cobra 2bin/cobra
3gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra.a 3gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra.a
4gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra/cobra/cmd.a 4gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra/cobra/cmd.a
5gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra/doc.a 5gopkg/pkg/${GO_PLATFORM}/github.com/spf13/cobra/doc.a
6gopkg/src/github.com/spf13/cobra/LICENSE.txt 6gopkg/src/github.com/spf13/cobra/LICENSE.txt
7gopkg/src/github.com/spf13/cobra/README.md 7gopkg/src/github.com/spf13/cobra/README.md
8gopkg/src/github.com/spf13/cobra/args.go 8gopkg/src/github.com/spf13/cobra/args.go
 9gopkg/src/github.com/spf13/cobra/args_test.go
9gopkg/src/github.com/spf13/cobra/bash_completions.go 10gopkg/src/github.com/spf13/cobra/bash_completions.go
10gopkg/src/github.com/spf13/cobra/bash_completions.md 11gopkg/src/github.com/spf13/cobra/bash_completions.md
11gopkg/src/github.com/spf13/cobra/bash_completions_test.go 12gopkg/src/github.com/spf13/cobra/bash_completions_test.go
12gopkg/src/github.com/spf13/cobra/cobra.go 13gopkg/src/github.com/spf13/cobra/cobra.go
 14gopkg/src/github.com/spf13/cobra/cobra/README.md
13gopkg/src/github.com/spf13/cobra/cobra/cmd/add.go 15gopkg/src/github.com/spf13/cobra/cobra/cmd/add.go
14gopkg/src/github.com/spf13/cobra/cobra/cmd/add_test.go 16gopkg/src/github.com/spf13/cobra/cobra/cmd/add_test.go
15gopkg/src/github.com/spf13/cobra/cobra/cmd/golden_test.go 17gopkg/src/github.com/spf13/cobra/cobra/cmd/golden_test.go
16gopkg/src/github.com/spf13/cobra/cobra/cmd/helpers.go 18gopkg/src/github.com/spf13/cobra/cobra/cmd/helpers.go
17gopkg/src/github.com/spf13/cobra/cobra/cmd/init.go 19gopkg/src/github.com/spf13/cobra/cobra/cmd/init.go
18gopkg/src/github.com/spf13/cobra/cobra/cmd/init_test.go 20gopkg/src/github.com/spf13/cobra/cobra/cmd/init_test.go
19gopkg/src/github.com/spf13/cobra/cobra/cmd/license_agpl.go 21gopkg/src/github.com/spf13/cobra/cobra/cmd/license_agpl.go
20gopkg/src/github.com/spf13/cobra/cobra/cmd/license_apache_2.go 22gopkg/src/github.com/spf13/cobra/cobra/cmd/license_apache_2.go
21gopkg/src/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_2.go 23gopkg/src/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_2.go
22gopkg/src/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_3.go 24gopkg/src/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_3.go
23gopkg/src/github.com/spf13/cobra/cobra/cmd/license_gpl_2.go 25gopkg/src/github.com/spf13/cobra/cobra/cmd/license_gpl_2.go
24gopkg/src/github.com/spf13/cobra/cobra/cmd/license_gpl_3.go 26gopkg/src/github.com/spf13/cobra/cobra/cmd/license_gpl_3.go
25gopkg/src/github.com/spf13/cobra/cobra/cmd/license_lgpl.go 27gopkg/src/github.com/spf13/cobra/cobra/cmd/license_lgpl.go
@@ -36,19 +38,22 @@ gopkg/src/github.com/spf13/cobra/cobra/m @@ -36,19 +38,22 @@ gopkg/src/github.com/spf13/cobra/cobra/m
36gopkg/src/github.com/spf13/cobra/cobra_test.go 38gopkg/src/github.com/spf13/cobra/cobra_test.go
37gopkg/src/github.com/spf13/cobra/command.go 39gopkg/src/github.com/spf13/cobra/command.go
38gopkg/src/github.com/spf13/cobra/command_notwin.go 40gopkg/src/github.com/spf13/cobra/command_notwin.go
39gopkg/src/github.com/spf13/cobra/command_test.go 41gopkg/src/github.com/spf13/cobra/command_test.go
40gopkg/src/github.com/spf13/cobra/command_win.go 42gopkg/src/github.com/spf13/cobra/command_win.go
41gopkg/src/github.com/spf13/cobra/doc/cmd_test.go 43gopkg/src/github.com/spf13/cobra/doc/cmd_test.go
42gopkg/src/github.com/spf13/cobra/doc/man_docs.go 44gopkg/src/github.com/spf13/cobra/doc/man_docs.go
43gopkg/src/github.com/spf13/cobra/doc/man_docs.md 45gopkg/src/github.com/spf13/cobra/doc/man_docs.md
44gopkg/src/github.com/spf13/cobra/doc/man_docs_test.go 46gopkg/src/github.com/spf13/cobra/doc/man_docs_test.go
45gopkg/src/github.com/spf13/cobra/doc/man_examples_test.go 47gopkg/src/github.com/spf13/cobra/doc/man_examples_test.go
46gopkg/src/github.com/spf13/cobra/doc/md_docs.go 48gopkg/src/github.com/spf13/cobra/doc/md_docs.go
47gopkg/src/github.com/spf13/cobra/doc/md_docs.md 49gopkg/src/github.com/spf13/cobra/doc/md_docs.md
48gopkg/src/github.com/spf13/cobra/doc/md_docs_test.go 50gopkg/src/github.com/spf13/cobra/doc/md_docs_test.go
 51gopkg/src/github.com/spf13/cobra/doc/rest_docs.go
 52gopkg/src/github.com/spf13/cobra/doc/rest_docs.md
 53gopkg/src/github.com/spf13/cobra/doc/rest_docs_test.go
49gopkg/src/github.com/spf13/cobra/doc/util.go 54gopkg/src/github.com/spf13/cobra/doc/util.go
50gopkg/src/github.com/spf13/cobra/doc/yaml_docs.go 55gopkg/src/github.com/spf13/cobra/doc/yaml_docs.go
51gopkg/src/github.com/spf13/cobra/doc/yaml_docs.md 56gopkg/src/github.com/spf13/cobra/doc/yaml_docs.md
52gopkg/src/github.com/spf13/cobra/doc/yaml_docs_test.go 57gopkg/src/github.com/spf13/cobra/doc/yaml_docs_test.go
53gopkg/src/github.com/spf13/cobra/zsh_completions.go 58gopkg/src/github.com/spf13/cobra/zsh_completions.go
54gopkg/src/github.com/spf13/cobra/zsh_completions_test.go 59gopkg/src/github.com/spf13/cobra/zsh_completions_test.go

cvs diff -r1.1 -r1.2 pkgsrc/devel/go-cobra/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/go-cobra/Attic/distinfo 2017/08/17 01:20:57 1.1
+++ pkgsrc/devel/go-cobra/Attic/distinfo 2018/09/02 20:55:15 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/08/17 01:20:57 gavan Exp $ 1$NetBSD: distinfo,v 1.2 2018/09/02 20:55:15 minskim Exp $
2 2
3SHA1 (cobra-0.0.20170815-cb731b898346822cc0c225c28550a8a29d93c732.tar.gz) = 883608cb5fe7757d7c961754aeef4733a9cf53e4 3SHA1 (cobra-0.0.3.tar.gz) = fd2a013531692211925a8529ffdbe1e0314670bf
4RMD160 (cobra-0.0.20170815-cb731b898346822cc0c225c28550a8a29d93c732.tar.gz) = 11717d54fec976037c7986d73b9bff113ead12d2 4RMD160 (cobra-0.0.3.tar.gz) = c74ce03c141427320656e10605733541040ba819
5SHA512 (cobra-0.0.20170815-cb731b898346822cc0c225c28550a8a29d93c732.tar.gz) = 46f1583d240823a0c36072331773a3cbd4fb42d0427d3cc00f2562d1df1e70230133a1a334fe5609383189b2569f4f55b40abc9705aa1d4676c25f765dd1e491 5SHA512 (cobra-0.0.3.tar.gz) = c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb
6Size (cobra-0.0.20170815-cb731b898346822cc0c225c28550a8a29d93c732.tar.gz) = 100262 bytes 6Size (cobra-0.0.3.tar.gz) = 101526 bytes