git: 8f1bc9a0232e - main - emulators/vxtools: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 20:27:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f1bc9a0232e6489a1592a3eb471454adfe54c42 commit 8f1bc9a0232e6489a1592a3eb471454adfe54c42 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-24 12:18:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-24 20:27:31 +0000 emulators/vxtools: Mark DEPRECATED - Dist files are no longer available as domain is no longer registered - Set EXPIRATION_DATE 2025-01-23 Approved by: portmgr (blanket) --- emulators/vxtools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emulators/vxtools/Makefile b/emulators/vxtools/Makefile index 419dc459cafc..4d28815ae737 100644 --- a/emulators/vxtools/Makefile +++ b/emulators/vxtools/Makefile @@ -7,6 +7,9 @@ MASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/vxfs/ MAINTAINER= mhi@penguin.cz COMMENT= Command-line utilities for reading Veritas Filesystem (VxFS) +DEPRECATED= Dist files are no longer available as site returns NXDOMAIN +EXPIRATION_DATE= 2025-01-24 + USES= tar:bzip2 gmake GNU_CONFIGURE= yes