Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2024 22:47:06 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a080981aa25b - main - benchmarks/ramspeed: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401142247.40EMl6km026881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit a080981aa25b832dc52306311fc08083c369a403
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-14 22:44:21 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-14 22:44:26 +0000

    benchmarks/ramspeed: Deprecate and set expiration date to 2024-02-29
    
    Last release roughly ~10 years, upstream is gone and application crashes
    upon execution
    
    PR:             275276
    Reviewed by:    Martin Kammerhofer <mkamm@gmx.net> (maintainer)
---
 benchmarks/ramspeed/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/benchmarks/ramspeed/Makefile b/benchmarks/ramspeed/Makefile
index 7096e14b8d70..9dd5a404f3f7 100644
--- a/benchmarks/ramspeed/Makefile
+++ b/benchmarks/ramspeed/Makefile
@@ -14,6 +14,10 @@ LICENSE_NAME=	Alasir Licence
 LICENSE_FILE=	${WRKSRC}/LICENCE
 LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell
 
+BROKEN=		crashes upon execution, PR 275276
+DEPRECATED=	Upstream is dead and port is unfetchable
+EXPIRATION_DATE=2024-02-29
+
 USE_BINUTILS=	yes
 
 PLIST_FILES=	bin/ramspeed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401142247.40EMl6km026881>