mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/skopeo: update 1.20.0 -> 1.21.0
PR: 291493 Approved by: dfr (maintainer) Sponsored by: tipi.work
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user