aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2022-05-11 14:58:48 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2022-05-11 14:58:48 +0000
commit1efc69e717850dcba54f311130c6f964b57a8137 (patch)
tree36516ae6c49cb82610964c457039ae2ec7eef38d
parent96781c3dac640399109022926e70b21931b9455f (diff)
downloadports-1efc69e717850dcba54f311130c6f964b57a8137.tar.gz
ports-1efc69e717850dcba54f311130c6f964b57a8137.zip
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
-rw-r--r--databases/R-cran-RSQLite.extfuns/Makefile9
1 files 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