diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2026-05-14 09:58:39 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2026-05-14 09:58:41 +0000 |
| commit | fca7f3e4b24bd15b24dc8d814bf1d050b6696e85 (patch) | |
| tree | ec311e03ceed122da0142204f88eade322b51f61 | |
| parent | 9eb9661b04d14d00e0ce8402c5f934fa87b43da0 (diff) | |
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
| -rw-r--r-- | print/pdfcpu/Makefile | 5 | ||||
| -rw-r--r-- | 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 |
