git: 99355a2e2bd2 - main - devel/buf: update 1.32.1 → 1.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Nov 2025 16:33:26 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99355a2e2bd27d82c1d9612315354b4a16fe6876
commit 99355a2e2bd27d82c1d9612315354b4a16fe6876
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-26 16:24:23 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-26 16:24:23 +0000
devel/buf: update 1.32.1 → 1.61.0
---
devel/buf/Makefile | 6 +++---
devel/buf/distinfo | 10 +++++-----
devel/buf/pkg-descr | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/devel/buf/Makefile b/devel/buf/Makefile
index 61b7b12bbce0..66df3652f01a 100644
--- a/devel/buf/Makefile
+++ b/devel/buf/Makefile
@@ -1,12 +1,12 @@
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
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,4 +1,4 @@
-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.