Commit e5724518 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2022-05-31 databases/R-cran-RSQLite.extfuns: RSQLite incorporates RSQLite.extfuns
parent becb19cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −24
Original line number Diff line number Diff line
# 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>
+0 −2
Original line number Diff line number Diff line
SHA256 (RSQLite.extfuns_0.0.1.tar.gz) = ca5c7947c041e17ba83bed3f5866f7eeb9b7f361e5c050c9b58eec5670f03d0e
SIZE (RSQLite.extfuns_0.0.1.tar.gz) = 15367
+0 −4
Original line number Diff line number Diff line
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/