git: d018bb1288e1 - main - www/paros: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 22:57:41 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d018bb1288e143931dc3ca3fdd832996e8a9e6c5 commit d018bb1288e143931dc3ca3fdd832996e8a9e6c5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-01-18 22:42:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-18 22:42:19 +0000 www/paros: Deprecate and set expiration date to 2022-03-31 Abandonware, last release in 2006 and dead upstream PR: 260707 --- www/paros/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/paros/Makefile b/www/paros/Makefile index dce120acad10..79dc06150e08 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -8,6 +8,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= ports@FreeBSD.org COMMENT= HTTP/HTTPS proxy for assessing web application vulnerability +DEPRECATED= Abandonware, last release in 2006 and dead upstream +EXPIRATION_DATE=2022-03-31 + WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes