Date: Tue, 26 May 2026 11:31:15 +0000 From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a35abebaf73f - main - textproc/ov: Update to 0.53.0 Message-ID: <6a158483.3b96c.70dd05a7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=a35abebaf73f0953deac6e92b9a392d4de8e2597 commit a35abebaf73f0953deac6e92b9a392d4de8e2597 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-05-26 11:30:07 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-05-26 11:31:07 +0000 textproc/ov: Update to 0.53.0 While here, convert to use GO_LDFLAGS. Changelog: https://github.com/noborus/ov/releases/tag/v0.53.0 Reported by: GitHub (watch releases) --- textproc/ov/Makefile | 14 +++++++------- textproc/ov/distinfo | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/textproc/ov/Makefile b/textproc/ov/Makefile index 6e8da4bd3a4d..f4e64f13964e 100644 --- a/textproc/ov/Makefile +++ b/textproc/ov/Makefile @@ -1,6 +1,6 @@ PORTNAME= ov DISTVERSIONPREFIX= v -DISTVERSION= 0.52.0 +DISTVERSION= 0.53.0 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org @@ -12,18 +12,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.25+,modules -_BUILD_VERSION= ${DISTVERSIONFULL} -_BUILD_REVISION= c1e6c81 +_BUILD_VERSION= ${DISTVERSION} +_BUILD_REVISION= 5abf424 GO_MODULE= github.com/noborus/${PORTNAME} -GO_BUILDFLAGS= -ldflags "\ - -s -w \ +GO_LDFLAGS= -w \ -X main.Version=${_BUILD_VERSION} \ - -X main.Revision=${_BUILD_REVISION}" + -X main.Revision=${_BUILD_REVISION} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md -PORTEXAMPLES= ${PORTNAME}-disable-default.yaml ${PORTNAME}-less.yaml \ +PORTEXAMPLES= ${PORTNAME}-disable-default.yaml \ + ${PORTNAME}-less.yaml \ ${PORTNAME}.yaml OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/textproc/ov/distinfo b/textproc/ov/distinfo index 810cda5fa100..38ef77f8b641 100644 --- a/textproc/ov/distinfo +++ b/textproc/ov/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1777210985 -SHA256 (go/textproc_ov/ov-v0.52.0/v0.52.0.mod) = 3b542a26c8eac46e88411471f14078bbc315d8c79278dfe895eaf5efb75ff838 -SIZE (go/textproc_ov/ov-v0.52.0/v0.52.0.mod) = 1574 -SHA256 (go/textproc_ov/ov-v0.52.0/v0.52.0.zip) = 59a856b78284559510ed8c881da341af7acf8d15786c71c7df1f8ecf64d27ca7 -SIZE (go/textproc_ov/ov-v0.52.0/v0.52.0.zip) = 3866312 +TIMESTAMP = 1779794566 +SHA256 (go/textproc_ov/ov-v0.53.0/v0.53.0.mod) = 7fb380743d7f6b4dedc683d0ececc9df64661ce5cb5c592b0807ad909bfda754 +SIZE (go/textproc_ov/ov-v0.53.0/v0.53.0.mod) = 1575 +SHA256 (go/textproc_ov/ov-v0.53.0/v0.53.0.zip) = 41b6fc019df9c737c463f89c9236d0957764ae75f6bebc6f852d98c3d7cab022 +SIZE (go/textproc_ov/ov-v0.53.0/v0.53.0.zip) = 3877407home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a158483.3b96c.70dd05a7>
