Date: Wed, 29 Sep 2021 07:42:56 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5847967365e - main - audio/rplay: Deprecate and set expiration date to 2021-12-31 Message-ID: <202109290742.18T7gufs021501@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5847967365e8464a965e17e69cb30009771e098 commit a5847967365e8464a965e17e69cb30009771e098 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-09-29 07:05:05 +0000 Commit: Daniel Engberg <diizzy@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109290742.18T7gufs021501>