Date: Tue, 29 Sep 2020 20:55:39 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550622 - head/audio/beatslash-lv2 Message-ID: <202009292055.08TKtdZ2096610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Sep 29 20:55:38 2020 New Revision: 550622 URL: https://svnweb.freebsd.org/changeset/ports/550622 Log: audio/beatslash-lv2: Add the deprecation notice Modified: head/audio/beatslash-lv2/Makefile Modified: head/audio/beatslash-lv2/Makefile ============================================================================== --- head/audio/beatslash-lv2/Makefile Tue Sep 29 20:53:10 2020 (r550621) +++ head/audio/beatslash-lv2/Makefile Tue Sep 29 20:55:38 2020 (r550622) @@ -26,6 +26,9 @@ GH_ACCOUNT= blablack GH_PROJECT= ${PORTNAME}-lv2 USE_GNOME= atkmm gdkpixbuf2 gtkmm24 +DEPRECATED= Unmaintained and doesn't build with the latest audio/lvtk version 2.x +EXPIRATION_DATE=2021-02-28 + post-patch: @${REINPLACE_CMD} -e 's|#include <lvtk-1/lvtk|#include <lvtk-2/lvtk|' ${WRKSRC}/src/*.?pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009292055.08TKtdZ2096610>