From 408bc306b6372f1a4318c83e43552cd07fc973bf Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 7 Jun 2025 21:28:36 +0200 Subject: [PATCH] archivers/xmill: Deprecate and set expiration date to 2025-07-31 Outdated and abandoned, unmaintained in tree for years and last release in 2004 Reference: https://homes.cs.washington.edu/~suciu/XMILL/ --- archivers/xmill/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 415e37950bb5..91f6e2fd56f7 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -7,6 +7,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Efficient compressor for XML WWW= https://sourceforge.net/projects/xmill/ +DEPRECATED= Outdated and abandoned, last release in 2004 +EXPIRATION_DATE=2025-07-31 + USES= dos2unix zip DOS2UNIX_FILES= ${MAKEFILE} XMill/*.cpp USE_CXXSTD= c++14