git: 8ae2a04a6fb3 - main - sysutils/container-diff: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 11:02:21 UTC
The branch main has been updated by rene:

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

commit 8ae2a04a6fb396457795d5d9cbc0b8d7d376f21e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-30 11:02:14 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-30 11:02:14 +0000

    sysutils/container-diff: Remove expired port
    
    2024-06-30 sysutils/container-diff: The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
---
 MOVED                                       |  1 +
 sysutils/Makefile                           |  1 -
 sysutils/container-diff/Makefile            | 23 -----------------------
 sysutils/container-diff/distinfo            |  5 -----
 sysutils/container-diff/files/patch-aarch64 | 13 -------------
 sysutils/container-diff/pkg-descr           | 13 -------------
 6 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/MOVED b/MOVED
index d7586f314389..753420f851b6 100644
--- a/MOVED
+++ b/MOVED
@@ -3353,3 +3353,4 @@ www/adzap||2024-06-30|Has expired: Obsolete, no longer provides reasonable amoun
 www/bolt||2024-06-30|Has expired: Outdated and unsupported, current version is several years old and unsupported upstream
 www/interchange||2024-06-30|Has expired: Outdated, current version was released in 2010 is unsupported upstream
 www/itop||2024-06-30|Has expired: Outdated, current version is 5 years old and unsupported upstream
+sysutils/container-diff||2024-06-30|Has expired: The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b000e4982f67..c755e91d3fbd 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -240,7 +240,6 @@
     SUBDIR += consul-alerts
     SUBDIR += consul-replicate
     SUBDIR += consul_exporter
-    SUBDIR += container-diff
     SUBDIR += containerd
     SUBDIR += containers-common
     SUBDIR += contractor
diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile
deleted file mode 100644
index 01ce58b1ea10..000000000000
--- a/sysutils/container-diff/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME=	container-diff
-PORTVERSION=	0.19.0
-DISTVERSIONPREFIX=	v
-PORTREVISION=	4
-CATEGORIES=	sysutils
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Diff your Docker containers
-WWW=		https://github.com/GoogleContainerTools/container-diff
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
-EXPIRATION_DATE=2024-06-30
-
-USES=		go:modules
-
-GO_MODULE=	github.com/GoogleContainerTools/container-diff
-
-PLIST_FILES=	bin/container-diff
-
-.include <bsd.port.mk>
diff --git a/sysutils/container-diff/distinfo b/sysutils/container-diff/distinfo
deleted file mode 100644
index 457d06998e97..000000000000
--- a/sysutils/container-diff/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1709390414
-SHA256 (go/sysutils_container-diff/container-diff-v0.19.0/v0.19.0.mod) = 1bc35c03f60e0fb977f4f642f51ceb035657f329debee26263d5fc11ae676945
-SIZE (go/sysutils_container-diff/container-diff-v0.19.0/v0.19.0.mod) = 2775
-SHA256 (go/sysutils_container-diff/container-diff-v0.19.0/v0.19.0.zip) = a8398fb898b1361a1d6ee43aa269249cda6291128bba482ffc52207df2ebe8f8
-SIZE (go/sysutils_container-diff/container-diff-v0.19.0/v0.19.0.zip) = 413617
diff --git a/sysutils/container-diff/files/patch-aarch64 b/sysutils/container-diff/files/patch-aarch64
deleted file mode 100644
index f35530eff731..000000000000
--- a/sysutils/container-diff/files/patch-aarch64
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from:	https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96
-
---- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig	2024-04-18 11:16:31 UTC
-+++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
-@@ -397,7 +397,7 @@ type FpReg struct {
- }
- 
- type FpReg struct {
--	Fp_q  [32]uint128
-+	Fp_q  [512]uint8
- 	Fp_sr uint32
- 	Fp_cr uint32
- }
diff --git a/sysutils/container-diff/pkg-descr b/sysutils/container-diff/pkg-descr
deleted file mode 100644
index 08e39fe8862b..000000000000
--- a/sysutils/container-diff/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-container-diff is a tool for analyzing and comparing container images.
-
-container-diff can examine images along several different criteria, including:
-- Docker Image History
-- Image file system
-- Apt packages
-- pip packages
-- npm packages
-
-These analyses can be performed on a single image, or a diff can be performed on
-two images to compare. The tool can help users better understand what is
-changing inside their images, and give them a better look at what their images
-contain.