From owner-svn-ports-head@freebsd.org Wed Feb 17 11:54:49 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7111353D0BA; Wed, 17 Feb 2021 11:54:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgbqY2mMjz59N2; Wed, 17 Feb 2021 11:54:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51A5F23F70; Wed, 17 Feb 2021 11:54:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HBsn0d054939; Wed, 17 Feb 2021 11:54:49 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HBsnQB054936; Wed, 17 Feb 2021 11:54:49 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202102171154.11HBsnQB054936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 17 Feb 2021 11:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565498 - head/textproc/textnote X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/textproc/textnote X-SVN-Commit-Revision: 565498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 11:54:49 -0000 Author: 0mp Date: Wed Feb 17 11:54:48 2021 New Revision: 565498 URL: https://svnweb.freebsd.org/changeset/ports/565498 Log: Update to 1.1.0 Also, use tabs for indentation. Modified: head/textproc/textnote/Makefile head/textproc/textnote/distinfo Modified: head/textproc/textnote/Makefile ============================================================================== --- head/textproc/textnote/Makefile Wed Feb 17 11:53:47 2021 (r565497) +++ head/textproc/textnote/Makefile Wed Feb 17 11:54:48 2021 (r565498) @@ -2,7 +2,7 @@ PORTNAME= textnote DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org @@ -14,20 +14,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes -GH_TUPLE= \ - BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - go-edn:edn:93e3b8dd0e24:go_edn_edn/vendor/olympos.io/encoding/edn \ - go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ - go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ - ilyakaznacheev:cleanenv:v1.2.5:ilyakaznacheev_cleanenv/vendor/github.com/ilyakaznacheev/cleanenv \ - inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify +GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + go-edn:edn:93e3b8dd0e24:go_edn_edn/vendor/olympos.io/encoding/edn \ + go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ + go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + ilyakaznacheev:cleanenv:v1.2.5:ilyakaznacheev_cleanenv/vendor/github.com/ilyakaznacheev/cleanenv \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ + pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify GH_ACCOUNT= dkaslovsky PLIST_FILES= bin/${PORTNAME} Modified: head/textproc/textnote/distinfo ============================================================================== --- head/textproc/textnote/distinfo Wed Feb 17 11:53:47 2021 (r565497) +++ head/textproc/textnote/distinfo Wed Feb 17 11:54:48 2021 (r565498) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613399336 -SHA256 (dkaslovsky-textnote-v1.0.0_GH0.tar.gz) = a59c6c1a830ea9417e118d5bd260ade24f482145b1a216a78fcfa38391b80aa6 -SIZE (dkaslovsky-textnote-v1.0.0_GH0.tar.gz) = 42600 +TIMESTAMP = 1613562869 +SHA256 (dkaslovsky-textnote-v1.1.0_GH0.tar.gz) = cbccbddecb93b5e831446a1afa998f553ce339bd26864a727d41e6ab1f924e77 +SIZE (dkaslovsky-textnote-v1.1.0_GH0.tar.gz) = 43687 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e