diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-07 07:42:32 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-07 07:42:43 +0000 |
commit | e626349e1baee1e0055e3d76477f2167d92861bb (patch) | |
tree | 651d3dd0ce5c07b0be10742682fb8d6089cc1688 | |
parent | 6f4e95ae076b006c78f589cf68b1552bece76852 (diff) |
audio/glurp: Deprecate and set expiration date to 2023-06-30
Unmaintained for years, depends on deprecated GTK2, removed in most repos
and there are reports of broken behavour in forums dating years back
(such as crashes when importing ~mid-size/large repos randomly etc)
PR: 270712
Approved by: portmgr (maintainer timeout, 4+ weeks)
-rw-r--r-- | audio/glurp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 59aa9f9c3447..a3ae89aea066 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/glurp/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained for years and depends on deprecated GTK2 +EXPIRATION_DATE=2023-06-30 + LIB_DEPENDS= libmpd.so:audio/libmpd GNU_CONFIGURE= yes |