git: 408bc306b637 - main - archivers/xmill: Deprecate and set expiration date to 2025-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jun 2025 13:49:26 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=408bc306b6372f1a4318c83e43552cd07fc973bf commit 408bc306b6372f1a4318c83e43552cd07fc973bf Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-06-07 19:28:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-06-08 13:46:51 +0000 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