git: 801eb490b1e0 - 2026Q3 - audio/harp: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Sep 2026 17:03:53 UTC
The branch 2026Q3 has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=801eb490b1e0458904e482cbfe12270ca2b019d2
commit 801eb490b1e0458904e482cbfe12270ca2b019d2
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:49 +0000
audio/harp: Mark deprecated
PR: 298287
Approved by: Christian Heckendorf <heckendorfc@gmail.com>
(cherry picked from commit fd7848dfc71ab496ec8579be5486b8585227dd2b)
---
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