diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-07-31 15:19:10 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-07-31 15:19:10 +0000 |
| commit | 990c3fe4b9a0770e8153e0d08d9efebd2d07ca47 (patch) | |
| tree | e9ae09db091a136a34169691ba4e24442e497a50 | |
| parent | ed9780b94b66dc4f1f81f27d925facd2711d16e0 (diff) | |
archivers/xmill: undeprecate the port and take maintainership
Point WWW to a better place referenced in the previous commit
to reduce the diff noise upon coming update.
| -rw-r--r-- | archivers/xmill/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 91f6e2fd56f7..e3196d13107d 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -3,12 +3,9 @@ DISTVERSION= 0.8 CATEGORIES= archivers MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@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 +WWW= https://homes.cs.washington.edu/~suciu/XMILL/ USES= dos2unix zip DOS2UNIX_FILES= ${MAKEFILE} XMill/*.cpp |
