git: 16b5f9917bdb - 2026Q3 - sysutils/frand: Mark deprecated

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 07 Sep 2026 13:53:53 UTC
The branch 2026Q3 has been updated by arrowd:

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

commit 16b5f9917bdb75897efd985a4e5c166914d0a658
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-07 13:50:10 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-07 13:52:50 +0000

    sysutils/frand: Mark deprecated
    
    PR:             298166
    Approved by:    serpent7776@gmail.com (maintainer)
    
    (cherry picked from commit ad901054d90a494ec168816e2676c56cd51af3c0)
---
 sysutils/frand/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sysutils/frand/Makefile b/sysutils/frand/Makefile
index 8bd872172ffd..3c2a633bc484 100644
--- a/sysutils/frand/Makefile
+++ b/sysutils/frand/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	frand
 PORTVERSION=	0.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	13
+PORTREVISION=	15
 CATEGORIES=	sysutils
 
 MAINTAINER=	serpent7776@gmail.com
@@ -11,6 +11,9 @@ WWW=		https://github.com/serpent7776/frand
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Abandoned upstream, does not build with CMake 4
+EXPIRATION_DATE=2026-11-30
+
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs
 
 USES=		cmake compiler:c++11-lang