git: c07462b71d0d - 2025Q4 - devel/fastcrc: set license, deprecate

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Wed, 22 Oct 2025 14:00:35 UTC
The branch 2025Q4 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c07462b71d0d040c0d61e968335ab433a70a4a94

commit c07462b71d0d040c0d61e968335ab433a70a4a94
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-10-20 14:48:29 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-10-22 13:59:29 +0000

    devel/fastcrc: set license, deprecate
    
    Dead upstream.
    
    License is given in fastcrc.asm.
    
    MFH:            2025Q4
    (cherry picked from commit c23c3e067f9b7047959e81d9a09c2961c73b13e6)
---
 devel/fastcrc/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index c856404d2f98..f942c4154fc9 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fastcrc
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.whizkidtech.redprince.net/fports/
 
@@ -7,10 +8,15 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast CRC routines
 WWW=		http://www.whizkidtech.redprince.net/fports/
 
-BUILD_DEPENDS=	nasm:devel/nasm
+LICENSE=	BSD2CLAUSE
+
+DEPRECATED=	dead upstream
+EXPIRATION_DATE=	2025-12-31
 
 ONLY_FOR_ARCHS=	i386
 
+BUILD_DEPENDS=	nasm:devel/nasm
+
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS