diff --git a/devel/buf/Makefile b/devel/buf/Makefile index 61b7b12bbce0..66df3652f01a 100644 --- a/devel/buf/Makefile +++ b/devel/buf/Makefile @@ -1,27 +1,27 @@ PORTNAME= buf DISTVERSIONPREFIX= v -DISTVERSION= 1.32.1 -PORTREVISION= 13 +DISTVERSION= 1.61.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= CLI tool for working with Protocol Buffers -WWW= https://buf.build/ +WWW= https://buf.build/ \ + https://github.com/bufbuild/buf LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= jq:textproc/jq USES= go:modules GO_MODULE= github.com/bufbuild/buf GO_TARGET= ./cmd/buf \ ./cmd/protoc-gen-buf-breaking \ ./cmd/protoc-gen-buf-lint PLIST_FILES= bin/buf \ bin/protoc-gen-buf-breaking \ bin/protoc-gen-buf-lint .include diff --git a/devel/buf/distinfo b/devel/buf/distinfo index c4a8f6fcfa6a..2c4da56d4bb9 100644 --- a/devel/buf/distinfo +++ b/devel/buf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1716350516 -SHA256 (go/devel_buf/buf-v1.32.1/v1.32.1.mod) = 7ffff26e114671de7a91308f5830ddaeeef8a4d68d7163fb48d1fd626e7f3a4b -SIZE (go/devel_buf/buf-v1.32.1/v1.32.1.mod) = 4181 -SHA256 (go/devel_buf/buf-v1.32.1/v1.32.1.zip) = d264460ba7751ee9b6152563ea59ce33a5069dbed9a18287b1e417ab6945b877 -SIZE (go/devel_buf/buf-v1.32.1/v1.32.1.zip) = 2851179 +TIMESTAMP = 1764174165 +SHA256 (go/devel_buf/buf-v1.61.0/v1.61.0.mod) = 4746b75e802c3a19389db3cb7cc315eb906d569fc6e48262c81523b74868fb7a +SIZE (go/devel_buf/buf-v1.61.0/v1.61.0.mod) = 5135 +SHA256 (go/devel_buf/buf-v1.61.0/v1.61.0.zip) = c48785e3df09a05b42b7a1038e5b2a3c3c6f43df09b933d0e48e7969d211b0cc +SIZE (go/devel_buf/buf-v1.61.0/v1.61.0.zip) = 3197828 diff --git a/devel/buf/pkg-descr b/devel/buf/pkg-descr index 5b4b6e3b1007..e1051a798c2f 100644 --- a/devel/buf/pkg-descr +++ b/devel/buf/pkg-descr @@ -1,9 +1,9 @@ -The buf CLI is the tool for working with Protocol Buffers. It provides: +buf CLI is a tool for working with Protocol Buffers. It provides: * A linter that enforces good API design choices and structure. * A breaking change detector that enforces compatibility at the source code or wire level. * A generator that invokes your plugins based on configurable templates. * A formatter that formats your Protobuf files in accordance with industry standards. * Integration with the Buf Schema Registry, including full dependency management.