git: a5847967365e - main - audio/rplay: Deprecate and set expiration date to 2021-12-31

Daniel Engberg diizzy at FreeBSD.org
Wed Sep 29 07:42:57 UTC 2021


The branch main has been updated by diizzy:

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

commit a5847967365e8464a965e17e69cb30009771e098
Author:     Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2021-09-29 07:05:05 +0000
Commit:     Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2021-09-29 07:42:26 +0000

    audio/rplay: Deprecate and set expiration date to 2021-12-31
    
    Abandoned upstream, no new release since 1999 and considered dead
    Reported broken on amd64 in 2012 in fix never confirmed working, PR: 166658
    
    Reference:
    http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/audio/rplay/Attic/Makefile
    
    PR:             258647
    Approved by:    tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32044
---
 audio/rplay/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 34e7ce34cc13..f481a5ea3eea 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Network audio player
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandoned upstream, no new releases since 1999
+EXPIRATION_DATE=2021-12-31
+
 LIB_DEPENDS=	libgsm.so:audio/gsm
 
 USES=		makeinfo


More information about the dev-commits-ports-main mailing list