git: ad901054d90a - main - sysutils/frand: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Sep 2026 13:52:25 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad901054d90a494ec168816e2676c56cd51af3c0
commit ad901054d90a494ec168816e2676c56cd51af3c0
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:51:23 +0000
sysutils/frand: Mark deprecated
PR: 298166
Approved by: serpent7776@gmail.com (maintainer)
---
sysutils/frand/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sysutils/frand/Makefile b/sysutils/frand/Makefile
index 0cafec8faaad..3c2a633bc484 100644
--- a/sysutils/frand/Makefile
+++ b/sysutils/frand/Makefile
@@ -1,7 +1,7 @@
PORTNAME= frand
PORTVERSION= 0.1
DISTVERSIONPREFIX= v
-PORTREVISION= 14
+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