git: 864c5e25802e - main - www/ffproxy: Deprecate and set expiration date to 2024-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 10:02:15 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=864c5e25802ed8e1fe6591fb88763a218659c1b6 commit 864c5e25802ed8e1fe6591fb88763a218659c1b6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-04 08:48:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-04 10:01:28 +0000 www/ffproxy: Deprecate and set expiration date to 2024-06-30 Abandoned upstream, last update in 2006. Redirect users to www/squid While at it removed dead mirrors in MASTER_SITES --- www/ffproxy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index ffebd5b0927d..5adf60d4210c 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -3,9 +3,7 @@ PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \ - http://www.sourcefiles.org/System/Daemons/Proxy/ \ - http://www.nevm.de/${PORTNAME}/ \ - http://faith.eu.org/${PORTNAME}/ + http://www.nevm.de/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Filtering HTTP proxy server @@ -14,6 +12,9 @@ WWW= https://ffproxy.sourceforge.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, last update in 2006. Consider using www/squid +EXPIRATION_DATE=2024-06-30 + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share