Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2022 21:51:54 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 312066ea3d10 - main - databases/adodb: set deprecation date
Message-ID:  <202202172151.21HLpsfa006128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=312066ea3d102b3c82f29000276c979fd90d9b79

commit 312066ea3d102b3c82f29000276c979fd90d9b79
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-17 21:49:45 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-17 21:51:15 +0000

    databases/adodb: set deprecation date
    
    Mark as DEPRECATED by 2022-03-31
    
    While here, set IGNORE_WITH_PHP= 80 81
    
    Sponsored by:   Netzkommune GmbH
---
 databases/adodb/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index 4513790eceff..d73935f11be9 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-php-4-and-5/${PORTNAME}-${PORTVERSION:S/.//g}-for-php
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 
+DEPRECATED=	Unsupported upstream, cannot be used with PHP 8.0+
+EXPIRATION_DATE=	2022-03-31
+
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Database library for PHP
 
@@ -14,6 +17,7 @@ LICENSE_COMB=	dual
 
 USES=		cpe php tar:tgz
 USE_PHP=	pcre
+IGNORE_WITH_PHP=	80 81
 
 CONFLICTS=	adodb-5.*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202172151.21HLpsfa006128>