Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2024 19:56:01 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 73bcdf7d15a0 - main - audio/libopenspc: Deprecate port
Message-ID:  <202409041956.484Ju18Z029492@gitrepo.freebsd.org>

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

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

commit 73bcdf7d15a0625b6a22530dfad45addc4430454
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-09-04 19:55:47 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-09-04 19:55:58 +0000

    audio/libopenspc: Deprecate port
    
    Mark deprecated, the port is unmaintained upstream. Use audio/libgme or
    audio/ocp instead.
    
    While here, portclippy/portfmt
    
    PR:             281024
    Reported by:    diizzy
---
 audio/openspc/Makefile | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile
index 2bb65af88df9..737f464139af 100644
--- a/audio/openspc/Makefile
+++ b/audio/openspc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openspc
 PORTVERSION=	0.3.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	http://membres.lycos.fr/pixels/ \
 		LOCAL/ehaupt
@@ -10,16 +10,24 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line player for .spc and .zst files
 WWW=		http://membres.lycos.fr/pixels/OpenSPC.html
 
-ONLY_FOR_ARCHS=	i386	# contains x86 asm code
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
+DEPRECATED=	Unmaintained upstream. Use audio/libgme or audio/ocp instead.
+EXPIRATION_DATE=	2024-12-05
+
+ONLY_FOR_ARCHS=	i386 # contains x86 asm code
+
 USES=		autoreconf libtool
 USE_GCC=	yes
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
+PLIST_FILES=	bin/OpenSPClite \
+		include/OpenSPC.h \
+		lib/libOpenSPC.a \
+		lib/libOpenSPC.so \
+		lib/libOpenSPC.so.0 \
+		lib/libOpenSPC.so.0.3.1
 PORTDOCS=	README
-PLIST_FILES=	bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.a \
-		lib/libOpenSPC.so lib/libOpenSPC.so.0 lib/libOpenSPC.so.0.3.1
 
 OPTIONS_DEFINE=	DOCS
 



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