git: e572451882bb - main - cleanup: Remove expired ports:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 May 2022 09:36:40 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e572451882bb7399100d8a9c9bf40af003dcbef4 commit e572451882bb7399100d8a9c9bf40af003dcbef4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-05-31 09:36:32 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-05-31 09:36:32 +0000 cleanup: Remove expired ports: 2022-05-31 databases/R-cran-RSQLite.extfuns: RSQLite incorporates RSQLite.extfuns --- MOVED | 1 + databases/Makefile | 1 - databases/R-cran-RSQLite.extfuns/Makefile | 24 ------------------------ databases/R-cran-RSQLite.extfuns/distinfo | 2 -- databases/R-cran-RSQLite.extfuns/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 31 deletions(-) diff --git a/MOVED b/MOVED index e913d0cf9de5..034726985329 100644 --- a/MOVED +++ b/MOVED @@ -17182,3 +17182,4 @@ devel/autoconf-wrapper|devel/autoconf-switch|2022-05-27|Autoconf restructuring devel/autoconf213|devel/autoconf2.13|2022-05-27|Autoconf restructuring math/py-cdecimal||2022-05-27|Has expired: upstream does not support it after Python-3.2 devel/py-meliae||2022-05-27|Has expired: does not build against Python-3.9 +databases/R-cran-RSQLite.extfuns|databases/R-cran-RSQLite|2022-05-31|Has expired: RSQLite incorporates RSQLite.extfuns diff --git a/databases/Makefile b/databases/Makefile index c184791fe90e..ce0db29c3e50 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -4,7 +4,6 @@ SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RPostgreSQL SUBDIR += R-cran-RSQLite - SUBDIR += R-cran-RSQLite.extfuns SUBDIR += R-cran-cachem SUBDIR += R-cran-fastmap SUBDIR += R-cran-sqldf diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile deleted file mode 100644 index 1bde5dbcbdbc..000000000000 --- a/databases/R-cran-RSQLite.extfuns/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> - -PORTNAME= RSQLite.extfuns -PORTVERSION= 0.0.1 -PORTREVISION= 13 -CATEGORIES= databases -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= skreuzer@FreeBSD.org -COMMENT= SQLite extension functions for RSQLite - -LICENSE= APACHE20 - -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 - -.include <bsd.port.mk> diff --git a/databases/R-cran-RSQLite.extfuns/distinfo b/databases/R-cran-RSQLite.extfuns/distinfo deleted file mode 100644 index 60d360551189..000000000000 --- a/databases/R-cran-RSQLite.extfuns/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (RSQLite.extfuns_0.0.1.tar.gz) = ca5c7947c041e17ba83bed3f5866f7eeb9b7f361e5c050c9b58eec5670f03d0e -SIZE (RSQLite.extfuns_0.0.1.tar.gz) = 15367 diff --git a/databases/R-cran-RSQLite.extfuns/pkg-descr b/databases/R-cran-RSQLite.extfuns/pkg-descr deleted file mode 100644 index 65da847990af..000000000000 --- a/databases/R-cran-RSQLite.extfuns/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package uses SQLite's loadable extension feature to provide a number of -additional SQL functions and aggregates within R - -WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/