git: 347c276f8055 - main - audio/resid: Deprecate port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 11:23:54 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=347c276f8055c19997a14ffd2ce7bda7a901008f commit 347c276f8055c19997a14ffd2ce7bda7a901008f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-06-03 11:23:42 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-06-03 11:23:48 +0000 audio/resid: Deprecate port Upstream recommends using emulators/vice instead PR: 279474 Reported by: diizzy --- audio/resid/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/resid/Makefile b/audio/resid/Makefile index b9d4ad7f5aa1..f8d2202e22f0 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -1,6 +1,6 @@ PORTNAME= resid PORTVERSION= 0.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio emulators MASTER_SITES= LOCAL/ehaupt @@ -9,6 +9,9 @@ COMMENT= Cycle-based SID emulator engine LICENSE= GPLv2 +DEPRECATED= Upstream recommends using emulators/vice instead +EXPIRATION_DATE=2024-09-03 + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes