Index: head/devel/go-flags/Makefile =================================================================== --- head/devel/go-flags/Makefile (revision 412105) +++ head/devel/go-flags/Makefile (revision 412106) @@ -1,23 +1,23 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= flags -PORTVERSION= 1.0.0.20140623 +PORTVERSION= 1.0.0.20160227 CATEGORIES= devel PKGNAMEPREFIX= go- MAINTAINER= knu@FreeBSD.org COMMENT= Go command line option parser LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= jessevdk GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_TAGNAME= 7047cf7 +GH_TAGNAME= 6b9493b3 GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Index: head/devel/go-flags/distinfo =================================================================== --- head/devel/go-flags/distinfo (revision 412105) +++ head/devel/go-flags/distinfo (revision 412106) @@ -1,2 +1,2 @@ -SHA256 (jessevdk-go-flags-1.0.0.20140623-7047cf7_GH0.tar.gz) = a0af4bd9c77fdb579b820e978686cbc6750016cd4d4bb39a83aa5f14f7351b0f -SIZE (jessevdk-go-flags-1.0.0.20140623-7047cf7_GH0.tar.gz) = 41494 +SHA256 (jessevdk-go-flags-1.0.0.20160227-6b9493b3_GH0.tar.gz) = 03320c6f2cac34b92555e65dba34a23aba559dec717cefe77ca005a3cf48c6b1 +SIZE (jessevdk-go-flags-1.0.0.20160227-6b9493b3_GH0.tar.gz) = 52459 Index: head/devel/go-flags/pkg-plist =================================================================== --- head/devel/go-flags/pkg-plist (revision 412105) +++ head/devel/go-flags/pkg-plist (revision 412106) @@ -1,51 +1,46 @@ %%GO_LIBDIR%%/github.com/jessevdk/go-flags.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE %%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md %%GO_SRCDIR%%/%%GO_PKGNAME%%/arg.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/arg_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/assert_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/check_crosscompile.sh %%GO_SRCDIR%%/%%GO_PKGNAME%%/closest.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/command.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/command_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/command_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/completion.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/completion_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/convert.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/convert_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/error.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/add.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/bash-completion %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/main.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/rm.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/flags.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/group.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/group_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/group_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/help.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/help_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ini.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/ini_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ini_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/long_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/man.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/marshal_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/multitag.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/option.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/option_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/options_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/optstyle_other.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/optstyle_windows.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser_private.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/parser_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pointer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/short_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/tag_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_linux.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_nosysioctl.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_other.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/termsize_unix.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unknown_test.go