git: 1efc69e71785 - main - databases/R-cran-RSQLite.extfuns: mark as deprecated

From: Steven Kreuzer <skreuzer_at_FreeBSD.org>
Date: Wed, 11 May 2022 15:00:28 UTC
The branch main has been updated by skreuzer:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1efc69e717850dcba54f311130c6f964b57a8137

commit 1efc69e717850dcba54f311130c6f964b57a8137
Author:     Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2022-05-11 14:58:48 +0000
Commit:     Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2022-05-11 14:58:48 +0000

    databases/R-cran-RSQLite.extfuns: mark as deprecated
    
    Mark port as depreciated as it has been merged with RSQLite. Schedule the port
    to be removed at the end of this month
---
 databases/R-cran-RSQLite.extfuns/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile
index 1cec3c18975b..1bde5dbcbdbc 100644
--- a/databases/R-cran-RSQLite.extfuns/Makefile
+++ b/databases/R-cran-RSQLite.extfuns/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	RSQLite.extfuns
 PORTVERSION=	0.0.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,7 +11,12 @@ COMMENT=	SQLite extension functions for RSQLite
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite
+DEPRECATED=	RSQLite incorporates RSQLite.extfuns
+EXPIRATION_DATE=	2022-05-31
+
+CONFLICTS=	R-cran-RSQLite
+
+BUILD_DEPENDS=	R-cran-RSQLite>=0.11.1<1.0.0:databases/R-cran-RSQLite
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		cran:auto-plist,compiles