git: 3c9bb28fabbf - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 12 Sep 2022 21:43:50 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c9bb28fabbf40e91a0d03bb789573d5e9155595

commit 3c9bb28fabbf40e91a0d03bb789573d5e9155595
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-09-12 21:43:05 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-09-12 21:43:05 +0000

    cleanup: Remove expired ports:
    
    2022-09-12 science/R-cran-AMORE: Upstream no longer maintained
---
 MOVED                          |  1 +
 science/Makefile               |  1 -
 science/R-cran-AMORE/Makefile  | 19 -------------------
 science/R-cran-AMORE/distinfo  |  2 --
 science/R-cran-AMORE/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 26 deletions(-)

diff --git a/MOVED b/MOVED
index f98b17b5c7cb..d20dfb18cde7 100644
--- a/MOVED
+++ b/MOVED
@@ -17554,3 +17554,4 @@ games/sopwith|games/sdl-sopwith|2022-09-04|Moved to match upstream name
 graphics/drm-fbsd13-kmod|graphics/drm-510-kmod|2022-09-07|Obsolete, use graphics/drm-510-kmod
 graphics/drm-54-kmod|graphics/drm-510-kmod|2022-09-07|Obsolete, use graphics/drm-510-kmod
 archivers/ppmd-7z|archivers/7-zip|2022-09-11|ppmd-7z was a mis-named p7zip project that is unmaintained and has numerous vulnerabilities, users should use 7-zip instead
+science/R-cran-AMORE||2022-09-12|Has expired: Upstream no longer maintained
diff --git a/science/Makefile b/science/Makefile
index bfad12c50cd6..e54e5def66d7 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -5,7 +5,6 @@
     SUBDIR += ChipmunkPhysics
     SUBDIR += InsightToolkit
     SUBDIR += PETSc
-    SUBDIR += R-cran-AMORE
     SUBDIR += R-cran-DCluster
     SUBDIR += R-cran-Epi
     SUBDIR += R-cran-FAdist
diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile
deleted file mode 100644
index c724bb2dea1d..000000000000
--- a/science/R-cran-AMORE/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME=	AMORE
-PORTVERSION=	0.2.14
-PORTREVISION=	7
-CATEGORIES=	science
-DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
-
-MAINTAINER=	wen@FreeBSD.org
-COMMENT=	MORE flexible neural network package
-WWW=		http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
-
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
-
-DEPRECATED=	Upstream no longer maintained
-EXPIRATION_DATE=	2022-09-12
-
-USES=		cran:auto-plist,compiles
-
-.include <bsd.port.mk>
diff --git a/science/R-cran-AMORE/distinfo b/science/R-cran-AMORE/distinfo
deleted file mode 100644
index c245bc77659c..000000000000
--- a/science/R-cran-AMORE/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (AMORE_0.2-14.tar.gz) = 4bb6bcfbee5d3cae7c2288ce4353154bfa20ee881dd3d1af5b050c8fa66ee6ff
-SIZE (AMORE_0.2-14.tar.gz) = 24244
diff --git a/science/R-cran-AMORE/pkg-descr b/science/R-cran-AMORE/pkg-descr
deleted file mode 100644
index 934b4118a703..000000000000
--- a/science/R-cran-AMORE/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-R-cran-AMORE was born to release the TAO robust neural network algorithm
-to the R users. It has grown and I think it can be of interest for
-the users wanting to implement their own training algorithms as well as
-for those others whose needs lye only in the "user space".