git: 9ffd7a833cd7 - main - devel/cmunge: Mark BROKEN, deprecate and set expiration date to 2025-05-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 10:08:37 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ffd7a833cd7932aa761b65ae57380f9b825ea5c commit 9ffd7a833cd7932aa761b65ae57380f9b825ea5c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-05-04 08:24:17 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-05-04 09:55:13 +0000 devel/cmunge: Mark BROKEN, deprecate and set expiration date to 2025-05-31 Unfetchable and upstream is gone --- devel/cmunge/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/cmunge/Makefile b/devel/cmunge/Makefile index bfae1b23ecd2..a808e1eeb0d3 100644 --- a/devel/cmunge/Makefile +++ b/devel/cmunge/Makefile @@ -10,6 +10,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for encrypting and compacting C source code WWW= http://www.vcpc.univie.ac.at/~jhm/cmunge/ +BROKEN= Unfetchable +DEPRECATED= Upstream is gone +EXPIRATION_DATE=2025-05-31 + WRKSRC= ${WRKDIR}/cmunger MAKE_ARGS= CC="${CC} ${CFLAGS}"