Date: Wed, 6 Nov 2019 05:25:46 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516859 - head/dns/cli53 Message-ID: <201911060525.xA65PkOo022958@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Wed Nov 6 05:25:46 2019 New Revision: 516859 URL: https://svnweb.freebsd.org/changeset/ports/516859 Log: dns/cli53: Use tab for Makefile indentation Modified: head/dns/cli53/Makefile Modified: head/dns/cli53/Makefile ============================================================================== --- head/dns/cli53/Makefile Wed Nov 6 05:20:59 2019 (r516858) +++ head/dns/cli53/Makefile Wed Nov 6 05:25:46 2019 (r516859) @@ -14,17 +14,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= barnybug -GH_TUPLE= \ - aws:aws-sdk-go:v1.13.34:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ - davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - go-ini:ini:v1.28.2:go_ini_ini/vendor/github.com/go-ini/ini \ - gucumber:gucumber:71608e2f6e76:gucumber_gucumber/vendor/github.com/gucumber/gucumber \ - jmespath:go-jmespath:0b12d6b521d8:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ - miekg:dns:e4205768578d:miekg_dns/vendor/github.com/miekg/dns \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - shiena:ansicolor:a422bbe96644:shiena_ansicolor/vendor/github.com/shiena/ansicolor \ - stretchr:testify:v1.2.1:stretchr_testify/vendor/github.com/stretchr/testify \ - urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli +GH_TUPLE= \ + aws:aws-sdk-go:v1.13.34:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ + davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + go-ini:ini:v1.28.2:go_ini_ini/vendor/github.com/go-ini/ini \ + gucumber:gucumber:71608e2f6e76:gucumber_gucumber/vendor/github.com/gucumber/gucumber \ + jmespath:go-jmespath:0b12d6b521d8:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ + miekg:dns:e4205768578d:miekg_dns/vendor/github.com/miekg/dns \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + shiena:ansicolor:a422bbe96644:shiena_ansicolor/vendor/github.com/shiena/ansicolor \ + stretchr:testify:v1.2.1:stretchr_testify/vendor/github.com/stretchr/testify \ + urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cmd/cli53
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911060525.xA65PkOo022958>