print/pdfcpu: Update to 0.10.2

Users needs to reset their config when upgrading from a previous
version

Changelog: https://github.com/pdfcpu/pdfcpu/releases/tag/v0.10.2
This commit is contained in:
Daniel Engberg 2025-04-27 21:40:49 +02:00
parent ee43b64ea6
commit 77883c3dc9
3 changed files with 16 additions and 8 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= pdfcpu
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.1
PORTREVISION= 2
DISTVERSION= 0.10.2
CATEGORIES= print
MAINTAINER= diizzy@FreeBSD.org
@ -11,7 +10,7 @@ WWW= https://github.com/pdfcpu/pdfcpu
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= go:modules
USES= go:1.23,modules
GO_MODULE= github.com/${PORTNAME}/${PORTNAME}

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1729787601
SHA256 (go/print_pdfcpu/pdfcpu-v0.9.1/v0.9.1.mod) = feed17e9b00b7967fbfef89cf9be200c4606927b4712d265ce9be1ec06e25b83
SIZE (go/print_pdfcpu/pdfcpu-v0.9.1/v0.9.1.mod) = 319
SHA256 (go/print_pdfcpu/pdfcpu-v0.9.1/v0.9.1.zip) = 61c4bf33e1087ac3872fd8f7fe65206d013a8d38c788f0385735343981a16d72
SIZE (go/print_pdfcpu/pdfcpu-v0.9.1/v0.9.1.zip) = 269202173
TIMESTAMP = 1745789350
SHA256 (go/print_pdfcpu/pdfcpu-v0.10.2/v0.10.2.mod) = 696137cf80dde61b612cb3e2d58efffdd9d43210ea22a0b7be73113a9fc5b093
SIZE (go/print_pdfcpu/pdfcpu-v0.10.2/v0.10.2.mod) = 384
SHA256 (go/print_pdfcpu/pdfcpu-v0.10.2/v0.10.2.zip) = e00ce2a227b0fe875e2e3160107365b44141e39caa93e9024bb848b72d619d83
SIZE (go/print_pdfcpu/pdfcpu-v0.10.2/v0.10.2.zip) = 274963890

9
print/pdfcpu/pkg-message Normal file
View file

@ -0,0 +1,9 @@
[
{ type: install
message: <<EOM
If you're upgrading from a previous release you prior to 0.10.1
need to reset your configuration by running 'pdfcpu config reset',
pdfcpu still also issue a warning about this.
EOM
}
]