git: 5373c7b72146 - main - x11-toolkits/p5-Glade2: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 22:42:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5373c7b7214610f4113e34ef5f7b2a78764ae343 commit 5373c7b7214610f4113e34ef5f7b2a78764ae343 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-13 20:38:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-13 22:41:37 +0000 x11-toolkits/p5-Glade2: Mark DEPRECATED - Deprecated by upstream mentioned here: https://metacpan.org/pod/Gtk2::GladeXML - Set EXPIRATION_DATE 2024-04-13 If someone needs this port feel free to undeprecate and takeover maintainership. --- x11-toolkits/p5-Glade2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile index 9a65e081091e..908e4d505e2f 100644 --- a/x11-toolkits/p5-Glade2/Makefile +++ b/x11-toolkits/p5-Glade2/Makefile @@ -1,6 +1,6 @@ PORTNAME= Glade PORTVERSION= 1.007 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-toolkits gnome perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TSCH @@ -14,6 +14,9 @@ WWW= https://gtk2-perl.sourceforge.net/ LICENSE= GPLv2 +DEPRECATED= Deprecated by upstream +EXPIRATION_DATE= 2024-04-13 + BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ p5-Cairo>=0:graphics/p5-Cairo \ p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \