From a1b290c54de889d9db069a15f2560230fd19d999 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Sun, 30 Aug 2020 09:47:49 +0000 Subject: Extend expiration of ports broken with -fno-common Extend the expiration of unmaintained leaf ports that are broken with -fno-common and previously had a short expiration date. The new date is set to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people until 2021-06-30 (10 months from now) to fix issues. Improve the wording of the deprecation message, mentioning both llvm 11 and -fno-common. Bump portrevision to force reinstall. This way the warning message about deprecation will be displayed to users installing or reinstalling the software. MFH: 2020Q3 (maybe) --- audio/cdplay/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/cdplay/Makefile') diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile index 18f420a41e5c..e5a50db408e1 100644 --- a/audio/cdplay/Makefile +++ b/audio/cdplay/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdplay PORTVERSION= 0.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= LOCAL/dannyboy @@ -23,8 +23,8 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/cdplay \ share/man/man1/cdplay.1.gz -- cgit v1.2.3