git: 52029d08c4a2 - main - www/crp: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 07:30:19 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52029d08c4a2633490ba282527727ffb27e246b1
commit 52029d08c4a2633490ba282527727ffb27e246b1
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-03-08 07:01:12 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-03-08 07:28:59 +0000
www/crp: Deprecate and set expiration date to 2022-03-31
Abandoned upstream, no new release for over 17 years,
Website refers to PHP 4.0 so I think we can safely assume that this
is broken using any recent version of PHP
PR: 256636
Differential Revision: https://reviews.freebsd.org/D31852
---
www/crp/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/crp/Makefile b/www/crp/Makefile
index 55d5520fac6f..1177dc20fcdd 100644
--- a/www/crp/Makefile
+++ b/www/crp/Makefile
@@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= lars.eggert@gmx.net
COMMENT= Automates the process of being the program chair of a conference
+DEPRECATED= Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead
+EXPIRATION_DATE=2022-03-31
+
USES= php:web
NO_BUILD= yes
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"