sysutils/skopeo: update 1.20.0 -> 1.21.0

PR:		291493
Approved by:	dfr (maintainer)

Sponsored by:	tipi.work
This commit is contained in:
Sergey A. Osokin
2025-12-15 11:45:29 -05:00
parent b3660def03
commit 408e864bad
3 changed files with 6 additions and 15 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
PORTNAME= skopeo
DISTVERSIONPREFIX= v
DISTVERSION= 1.20.0
DISTVERSION= 1.21.0
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
@@ -16,7 +16,7 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS= libgpgme.so:security/gpgme
RUN_DEPENDS= ${LOCALBASE}/etc/containers/containers.conf.sample:sysutils/containers-common
USES= gmake go:modules,no_targets,1.23 pkgconfig
USES= gmake go:modules,no_targets,1.24 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= containers
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1755745937
SHA256 (containers-skopeo-v1.20.0_GH0.tar.gz) = 0c19fe51b2cd8d1bd5e38c03b97421e318fc08153bdf5ef2f816a29889eacdef
SIZE (containers-skopeo-v1.20.0_GH0.tar.gz) = 10449131
TIMESTAMP = 1765208908
SHA256 (containers-skopeo-v1.21.0_GH0.tar.gz) = f76eeddf697a3cc7a872e3077ab4d0fdbebe9f3c6171462e3e9feb84368b3fac
SIZE (containers-skopeo-v1.21.0_GH0.tar.gz) = 10187308
+1 -10
View File
@@ -1,14 +1,5 @@
--- Makefile.orig 2025-10-17 08:57:36 UTC
--- Makefile.orig 2025-12-08 15:49:16 UTC
+++ Makefile
@@ -84,7 +84,7 @@ EXTRA_LDFLAGS ?=
GIT_COMMIT := $(shell GIT_CEILING_DIRECTORIES=$$(cd ..; pwd) git rev-parse HEAD 2> /dev/null || true)
EXTRA_LDFLAGS ?=
-SKOPEO_LDFLAGS := -ldflags '-X main.gitCommit=${GIT_COMMIT} $(EXTRA_LDFLAGS)'
+SKOPEO_LDFLAGS := -ldflags '-X main.gitCommit="unknown" $(EXTRA_LDFLAGS)'
MANPAGES_MD = $(wildcard docs/*.md)
MANPAGES ?= $(MANPAGES_MD:%.md=%)
@@ -131,9 +131,9 @@ bin/skopeo:
# Build w/o using containers
.PHONY: bin/skopeo