aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 03:46:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 03:46:23 +0000
commita1a455160b1a604d452f9c6f56fa5420b5c69dd2 (patch)
treecb70bce70c9fa6322f956a0eef3b88224bdf2ca6
parent0b9045d1ddf7296731fdc8ea47c63fe41e504408 (diff)
finance/R-cran-ccgarch: Remove expired port
2023-06-30 finance/R-cran-ccgarch: Fails to build with R 4.3.0+ and abandoned upstream Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--finance/Makefile1
-rw-r--r--finance/R-cran-ccgarch/Makefile19
-rw-r--r--finance/R-cran-ccgarch/distinfo2
-rw-r--r--finance/R-cran-ccgarch/pkg-descr2
5 files changed, 1 insertions, 24 deletions
diff --git a/MOVED b/MOVED
index 463b5f3a8ef9..90ed4b3269c1 100644
--- a/MOVED
+++ b/MOVED
@@ -7673,3 +7673,4 @@ www/node19||2023-06-30|Has expired: Nodejs 19.* will reach its EoL on 2023-06-01
emulators/qemu6||2023-06-30|Has expired: Version 8 is on the horizon while version 7 is stable
audio/gbemol||2023-06-30|Has expired: Unmaintained for years and depends on deprecated GTK2
audio/glurp||2023-06-30|Has expired: Unmaintained for years and depends on deprecated GTK2
+finance/R-cran-ccgarch||2023-06-30|Has expired: Fails to build with R 4.3.0+ and abandoned upstream
diff --git a/finance/Makefile b/finance/Makefile
index fef7a067b6c2..f84962c710de 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -4,7 +4,6 @@
SUBDIR += R-cran-PerformanceAnalytics
SUBDIR += R-cran-RFinanceYJ
SUBDIR += R-cran-TTR
- SUBDIR += R-cran-ccgarch
SUBDIR += R-cran-fBasics
SUBDIR += R-cran-fGarch
SUBDIR += R-cran-gmm
diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile
deleted file mode 100644
index 24a3364be81d..000000000000
--- a/finance/R-cran-ccgarch/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= ccgarch
-DISTVERSION= 0.2.3
-PORTREVISION= 7
-CATEGORIES= finance
-DISTNAME= ${PORTNAME}_${DISTVERSION}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= Conditional Correlation GARCH models
-WWW= https://cran.r-project.org/web/packages/ccgarch/
-
-LICENSE= GPLv2+
-
-DEPRECATED= Fails to build with R 4.3.0+ and abandoned upstream
-EXPIRATION_DATE= 2023-06-30
-BROKEN= does not build
-
-USES= cran:auto-plist,compiles
-
-.include <bsd.port.mk>
diff --git a/finance/R-cran-ccgarch/distinfo b/finance/R-cran-ccgarch/distinfo
deleted file mode 100644
index 81f8359da1f9..000000000000
--- a/finance/R-cran-ccgarch/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ccgarch_0.2.3.tar.gz) = dc84d09968166cd11dd80e1fbc7df9755c57d2567a2db30d8a69eaa1a873cf2a
-SIZE (ccgarch_0.2.3.tar.gz) = 30078
diff --git a/finance/R-cran-ccgarch/pkg-descr b/finance/R-cran-ccgarch/pkg-descr
deleted file mode 100644
index 985bd61c339b..000000000000
--- a/finance/R-cran-ccgarch/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Functions for estimating and simulating the family of the CC-GARCH
-models.