Date: Thu, 13 May 2021 05:04:04 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 69ae64b99843 - main - audio/gonic: update to 0.13.1 Message-ID: <202105130504.14D544LR091571@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=69ae64b9984374c7896ca69af46b54833f29721c commit 69ae64b9984374c7896ca69af46b54833f29721c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-05-13 04:53:47 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-05-13 04:53:47 +0000 audio/gonic: update to 0.13.1 While here move gomods into its own files, making the maintenance easier: now make gomod-vendor > go-mod.mk will do it --- audio/gonic/Makefile | 54 ++------------------------------------------------- audio/gonic/distinfo | 6 +++--- audio/gonic/go-mod.mk | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 55 deletions(-) diff --git a/audio/gonic/Makefile b/audio/gonic/Makefile index 20381f6b357a..e1a9f664c0d6 100644 --- a/audio/gonic/Makefile +++ b/audio/gonic/Makefile @@ -1,5 +1,5 @@ PORTNAME= gonic -PORTVERSION= 0.12.3 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= audio net @@ -19,57 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= sentriz GO_TARGET= ./cmd/gonic -GH_TUPLE= \ - Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ - Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ - Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ - PuerkitoBio:goquery:v1.5.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ - andybalholm:cascadia:v1.1.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ - cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ - disintegration:imaging:v1.6.2:disintegration_imaging/vendor/github.com/disintegration/imaging \ - dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ - faiface:beep:v1.0.2:faiface_beep/vendor/github.com/faiface/beep \ - go-check:check:788fd7840127:go_check_check/vendor/gopkg.in/check.v1 \ - go-gormigrate:gormigrate:v1.6.0:go_gormigrate_gormigrate/vendor/gopkg.in/gormigrate.v1 \ - golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ - golang:exp:eab1b5eb1a03:golang_exp/vendor/golang.org/x/exp \ - golang:image:35266b937fa6:golang_image/vendor/golang.org/x/image \ - golang:mobile:e6ae53a27f4f:golang_mobile/vendor/golang.org/x/mobile \ - golang:net:d3edc9973b7e:golang_net/vendor/golang.org/x/net \ - golang:sys:0d417f636930:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ - google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ - gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ - gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ - gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ - gorilla:sessions:v1.2.1:gorilla_sessions/vendor/github.com/gorilla/sessions \ - hajimehoshi:go-mp3:v0.3.1:hajimehoshi_go_mp3/vendor/github.com/hajimehoshi/go-mp3 \ - hajimehoshi:oto:v0.7.0:hajimehoshi_oto/vendor/github.com/hajimehoshi/oto \ - huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ - icza:bitio:v1.0.0:icza_bitio/vendor/github.com/icza/bitio \ - imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ - jinzhu:gorm:v1.9.16:jinzhu_gorm/vendor/github.com/jinzhu/gorm \ - jinzhu:inflection:v1.0.0:jinzhu_inflection/vendor/github.com/jinzhu/inflection \ - josephburnett:jd:aa1a7c66b42f:josephburnett_jd/vendor/github.com/josephburnett/jd \ - json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ - karrick:godirwalk:v1.16.1:karrick_godirwalk/vendor/github.com/karrick/godirwalk \ - kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \ - mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ - mewkiz:flac:v1.0.6:mewkiz_flac/vendor/github.com/mewkiz/flac \ - mewkiz:pkg:dd47075182ea:mewkiz_pkg/vendor/github.com/mewkiz/pkg \ - mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ - mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ - mmcdole:gofeed:v1.1.0:mmcdole_gofeed/vendor/github.com/mmcdole/gofeed \ - mmcdole:goxpp:0068e33feabf:mmcdole_goxpp/vendor/github.com/mmcdole/goxpp \ - modern-go:concurrent:e0a39a4cb421:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ - modern-go:reflect2:4b7aa43c6742:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ - nicksellen:audiotags:94015fa599bd:nicksellen_audiotags/vendor/github.com/nicksellen/audiotags \ - oklog:run:v1.1.0:oklog_run/vendor/github.com/oklog/run \ - oxtoacart:bpool:03653db5a59c:oxtoacart_bpool/vendor/github.com/oxtoacart/bpool \ - peterbourgon:ff:v1.7.0:peterbourgon_ff/vendor/github.com/peterbourgon/ff \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - rainycape:unidecode:cb7f23ec59be:rainycape_unidecode/vendor/github.com/rainycape/unidecode \ - wader:gormstore:65a111a20c23:wader_gormstore/vendor/github.com/wader/gormstore +.include "${.CURDIR}/go-mod.mk" USERS= ${PORTNAME} GROUPS= ${PORTNAME} diff --git a/audio/gonic/distinfo b/audio/gonic/distinfo index bf399fd3c802..d4b2d26e356d 100644 --- a/audio/gonic/distinfo +++ b/audio/gonic/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1619407982 -SHA256 (sentriz-gonic-v0.12.3_GH0.tar.gz) = b3854e82e270cb197e2e43335744c8cf52ad76a25d86b2df304d9cc76eeca40a -SIZE (sentriz-gonic-v0.12.3_GH0.tar.gz) = 1131806 +TIMESTAMP = 1620881507 +SHA256 (sentriz-gonic-v0.13.1_GH0.tar.gz) = 51f2e1befdfdb36369583a748acad4aed07dc11ba995e9687bd2636a0d76a210 +SIZE (sentriz-gonic-v0.13.1_GH0.tar.gz) = 753858 SHA256 (Masterminds-goutils-v1.1.0_GH0.tar.gz) = 053a61c4b0d78e6978600c99562f04d053993c428d549a20b627151cf1aabbae SIZE (Masterminds-goutils-v1.1.0_GH0.tar.gz) = 14610 SHA256 (Masterminds-semver-v1.5.0_GH0.tar.gz) = c9140eddfb03dc862f826e7761561260b9a840afa7519cc0919e89a43b5be5ba diff --git a/audio/gonic/go-mod.mk b/audio/gonic/go-mod.mk new file mode 100644 index 000000000000..e682eb90b24f --- /dev/null +++ b/audio/gonic/go-mod.mk @@ -0,0 +1,51 @@ +GH_TUPLE= \ + Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ + Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ + Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ + PuerkitoBio:goquery:v1.5.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ + andybalholm:cascadia:v1.1.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ + cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ + disintegration:imaging:v1.6.2:disintegration_imaging/vendor/github.com/disintegration/imaging \ + dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ + faiface:beep:v1.0.2:faiface_beep/vendor/github.com/faiface/beep \ + go-check:check:788fd7840127:go_check_check/vendor/gopkg.in/check.v1 \ + go-gormigrate:gormigrate:v1.6.0:go_gormigrate_gormigrate/vendor/gopkg.in/gormigrate.v1 \ + golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ + golang:exp:eab1b5eb1a03:golang_exp/vendor/golang.org/x/exp \ + golang:image:35266b937fa6:golang_image/vendor/golang.org/x/image \ + golang:mobile:e6ae53a27f4f:golang_mobile/vendor/golang.org/x/mobile \ + golang:net:d3edc9973b7e:golang_net/vendor/golang.org/x/net \ + golang:sys:0d417f636930:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ + google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ + gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \ + gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ + gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \ + gorilla:sessions:v1.2.1:gorilla_sessions/vendor/github.com/gorilla/sessions \ + hajimehoshi:go-mp3:v0.3.1:hajimehoshi_go_mp3/vendor/github.com/hajimehoshi/go-mp3 \ + hajimehoshi:oto:v0.7.0:hajimehoshi_oto/vendor/github.com/hajimehoshi/oto \ + huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ + icza:bitio:v1.0.0:icza_bitio/vendor/github.com/icza/bitio \ + imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ + jinzhu:gorm:v1.9.16:jinzhu_gorm/vendor/github.com/jinzhu/gorm \ + jinzhu:inflection:v1.0.0:jinzhu_inflection/vendor/github.com/jinzhu/inflection \ + josephburnett:jd:aa1a7c66b42f:josephburnett_jd/vendor/github.com/josephburnett/jd \ + json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ + karrick:godirwalk:v1.16.1:karrick_godirwalk/vendor/github.com/karrick/godirwalk \ + kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \ + mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ + mewkiz:flac:v1.0.6:mewkiz_flac/vendor/github.com/mewkiz/flac \ + mewkiz:pkg:dd47075182ea:mewkiz_pkg/vendor/github.com/mewkiz/pkg \ + mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ + mitchellh:reflectwalk:v1.0.1:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ + mmcdole:gofeed:v1.1.0:mmcdole_gofeed/vendor/github.com/mmcdole/gofeed \ + mmcdole:goxpp:0068e33feabf:mmcdole_goxpp/vendor/github.com/mmcdole/goxpp \ + modern-go:concurrent:e0a39a4cb421:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ + modern-go:reflect2:4b7aa43c6742:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ + nicksellen:audiotags:94015fa599bd:nicksellen_audiotags/vendor/github.com/nicksellen/audiotags \ + oklog:run:v1.1.0:oklog_run/vendor/github.com/oklog/run \ + oxtoacart:bpool:03653db5a59c:oxtoacart_bpool/vendor/github.com/oxtoacart/bpool \ + peterbourgon:ff:v1.7.0:peterbourgon_ff/vendor/github.com/peterbourgon/ff \ + pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ + rainycape:unidecode:cb7f23ec59be:rainycape_unidecode/vendor/github.com/rainycape/unidecode \ + wader:gormstore:65a111a20c23:wader_gormstore/vendor/github.com/wader/gormstore
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105130504.14D544LR091571>