git: 967e918236c7 - main - lang/gcc-ecj45/: Remove expired port:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 06 Mar 2023 12:07:05 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=967e918236c712a855766343cd324233d32ac1b7

commit 967e918236c712a855766343cd324233d32ac1b7
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-03-06 12:06:29 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-03-06 12:06:58 +0000

    lang/gcc-ecj45/: Remove expired port:
    
    2023-03-06 lang/gcc-ecj45: Long time unsupported upstream, use java/eclipse-ecj instead
---
 MOVED                    |  1 +
 lang/Makefile            |  1 -
 lang/gcc-ecj45/Makefile  | 24 ------------------------
 lang/gcc-ecj45/distinfo  |  2 --
 lang/gcc-ecj45/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/MOVED b/MOVED
index a1d09dfd3cbb..1332b7d9c296 100644
--- a/MOVED
+++ b/MOVED
@@ -17776,3 +17776,4 @@ accessibility/at-spi2-atk|accessibility/at-spi2-core|2023-03-02|Integrated into
 net/tshark|net/wireshark@nox11|2023-03-03|Tshark is now the nox11 flavor of wireshark
 net/tshark-lite|net/wireshark@nox11|2023-03-03|Tshark is now the nox11 flavor of wireshark
 net/wireshark-lite|net/wireshark|2023-03-03|The lite port of wireshark can be controlled with OPTIONS
+lang/gcc-ecj45|java/eclipse-ecj|2023-03-06|Has expired: Long time unsupported upstream, use java/eclipse-ecj instead
diff --git a/lang/Makefile b/lang/Makefile
index 8c172967d2d4..a901446d4178 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -90,7 +90,6 @@
     SUBDIR += gauche
     SUBDIR += gawk
     SUBDIR += gcc
-    SUBDIR += gcc-ecj45
     SUBDIR += gcc10
     SUBDIR += gcc11
     SUBDIR += gcc11-devel
diff --git a/lang/gcc-ecj45/Makefile b/lang/gcc-ecj45/Makefile
deleted file mode 100644
index 0b84ff78289a..000000000000
--- a/lang/gcc-ecj45/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME=	gcc-ecj
-PORTVERSION=	4.5
-CATEGORIES=	lang java
-MASTER_SITES=	SOURCEWARE/java/
-DISTNAME=	ecj-${PORTVERSION}.jar
-EXTRACT_SUFX=	# empty
-EXTRACT_ONLY=	# empty
-
-MAINTAINER=	gerald@FreeBSD.org
-COMMENT=	Eclipse Java Compiler used to build GCC Java
-
-LICENSE=	EPL
-
-DEPRECATED=	Long time unsupported upstream, use java/eclipse-ecj instead
-EXPIRATION_DATE=	2023-03-06
-
-NO_BUILD=	yes
-NO_ARCH=	yes
-PLIST_FILES=	share/java/${DISTNAME}
-
-do-install:
-	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/share/java
-
-.include <bsd.port.mk>
diff --git a/lang/gcc-ecj45/distinfo b/lang/gcc-ecj45/distinfo
deleted file mode 100644
index 60bad1c187b3..000000000000
--- a/lang/gcc-ecj45/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
-SIZE (ecj-4.5.jar) = 1470676
diff --git a/lang/gcc-ecj45/pkg-descr b/lang/gcc-ecj45/pkg-descr
deleted file mode 100644
index 905e601d74f1..000000000000
--- a/lang/gcc-ecj45/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A pre-built version of the Eclipse Java Compiler (ECJ) used to build
-and support the Java frontend of the GNU Compiler Collection (GCC).