git: 08467fb5c287 - main - ftp/urlgfe: Deprecate and set expiration date to 2022-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 May 2022 07:21:49 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=08467fb5c287e8ef293dbac0419bcac0cf2ef368 commit 08467fb5c287e8ef293dbac0419bcac0cf2ef368 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-05-26 07:10:25 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-05-26 07:12:32 +0000 ftp/urlgfe: Deprecate and set expiration date to 2022-06-30 Outdated and deprecated upstream, last release was in 2008 (1.0.3) and it depends on deprecated library GTK 2 PR: 263909 Approved by: chip-set@mail.ru (maintainer timeout, 2+ weeks) --- ftp/urlgfe/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ftp/urlgfe/Makefile b/ftp/urlgfe/Makefile index 82b43fba4f4d..a1a1cfac16ce 100644 --- a/ftp/urlgfe/Makefile +++ b/ftp/urlgfe/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/urlget/Urlgfe%20%28legacy%29/${PORTVERSION} MAINTAINER= chip-set@mail.ru COMMENT= Download manager +DEPRECATE= Outdated and deprecated upstream, last release was in 2008 (1.0.3) and it depends on deprecated library GTK 2 +EXPIRATION_DATE=2022-06-30 + LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes