git: fd7848dfc71a - main - audio/harp: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Sep 2026 17:03:16 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fd7848dfc71ab496ec8579be5486b8585227dd2b
commit fd7848dfc71ab496ec8579be5486b8585227dd2b
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-07 17:01:16 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-07 17:02:09 +0000
audio/harp: Mark deprecated
PR: 298287
Approved by: Christian Heckendorf <heckendorfc@gmail.com>
---
audio/harp/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/audio/harp/Makefile b/audio/harp/Makefile
index 445d04930e11..9b0ce3a32311 100644
--- a/audio/harp/Makefile
+++ b/audio/harp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= harp
PORTVERSION= 0.6.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MAINTAINER= heckendorfc@gmail.com
@@ -9,6 +9,9 @@ WWW= https://github.com/heckendorfc/harp
LICENSE= GPLv3
+DEPRECATED= Abandoned upstream, does not build with CMake 4
+EXPIRATION_DATE=2026-11-30
+
USE_GITHUB= yes
GH_ACCOUNT= heckendorfc