Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2026 10:00:51 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fca7f3e4b24b - main - print/pdfcpu: Update to 0.12.1
Message-ID:  <6a059d53.3bfea.6c08ee52@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fca7f3e4b24bd15b24dc8d814bf1d050b6696e85

commit fca7f3e4b24bd15b24dc8d814bf1d050b6696e85
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-14 09:58:39 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-14 09:58:41 +0000

    print/pdfcpu: Update to 0.12.1
    
    Slight adjustment of version reporting in the compiled bianry
    
    Changelog: https://github.com/pdfcpu/pdfcpu/releases/tag/v0.12.1
---
 print/pdfcpu/Makefile |  5 +++--
 print/pdfcpu/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/print/pdfcpu/Makefile b/print/pdfcpu/Makefile
index c46ce124e0be..d646a28aaef1 100644
--- a/print/pdfcpu/Makefile
+++ b/print/pdfcpu/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	pdfcpu
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.12.0
-PORTREVISION=	1
+DISTVERSION=	0.12.1
 CATEGORIES=	print
 
 MAINTAINER=	diizzy@FreeBSD.org
@@ -17,6 +16,8 @@ GO_MODULE=	github.com/${PORTNAME}/${PORTNAME}
 
 PLIST_FILES=	bin/pdfcpu
 
+GO_LDFLAGS=	-X main.commit=Release \
+		-X main.date=tagged
 GO_TARGET=	./cmd/${PORTNAME}
 
 .include <bsd.port.mk>
diff --git a/print/pdfcpu/distinfo b/print/pdfcpu/distinfo
index e339a703ef09..269d37730bf8 100644
--- a/print/pdfcpu/distinfo
+++ b/print/pdfcpu/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1776984275
-SHA256 (go/print_pdfcpu/pdfcpu-v0.12.0/v0.12.0.mod) = a2035fa26ec633b3fa630bd6c860614eabce07690ebbd5f00fdce6be7eb2d59c
-SIZE (go/print_pdfcpu/pdfcpu-v0.12.0/v0.12.0.mod) = 532
-SHA256 (go/print_pdfcpu/pdfcpu-v0.12.0/v0.12.0.zip) = c18f544d636f3de2c62a3d65b0292644c8b8328603b6fb7111d96af0bd945030
-SIZE (go/print_pdfcpu/pdfcpu-v0.12.0/v0.12.0.zip) = 277364455
+TIMESTAMP = 1778538628
+SHA256 (go/print_pdfcpu/pdfcpu-v0.12.1/v0.12.1.mod) = a2035fa26ec633b3fa630bd6c860614eabce07690ebbd5f00fdce6be7eb2d59c
+SIZE (go/print_pdfcpu/pdfcpu-v0.12.1/v0.12.1.mod) = 532
+SHA256 (go/print_pdfcpu/pdfcpu-v0.12.1/v0.12.1.zip) = 1e38a9582b1ea12bef916e8b1c9f3e24bc0186c24b9ddfc08aa579516e9ccaff
+SIZE (go/print_pdfcpu/pdfcpu-v0.12.1/v0.12.1.zip) = 277508933


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a059d53.3bfea.6c08ee52>