git: 2038948102d0 - main - ports-mgmt/genplist: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 04 Apr 2025 19:21:23 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2038948102d0205a10e189f91c8cb28917888fb6

commit 2038948102d0205a10e189f91c8cb28917888fb6
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-04-04 19:21:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-04-04 19:21:18 +0000

    ports-mgmt/genplist: Remove expired port
    
    2025-04-03 ports-mgmt/genplist: Unmaintained, obsoleted by "make makeplist"
---
 MOVED                         |  1 +
 ports-mgmt/Makefile           |  1 -
 ports-mgmt/genplist/Makefile  | 25 -------------------------
 ports-mgmt/genplist/distinfo  |  2 --
 ports-mgmt/genplist/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index 0a6cd4cd955e..e65fd907a0b5 100644
--- a/MOVED
+++ b/MOVED
@@ -4304,3 +4304,4 @@ devel/rubygem-makara61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
 security/rubygem-pundit61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
 math/matlab-installer||2025-04-04|Has expired: Unmaintained, does not support recent Matlab
 sysutils/mcweject||2025-04-04|Has expired: Unmaintained, redundant to "cdcontrol eject"
+ports-mgmt/genplist||2025-04-04|Has expired: Unmaintained, obsoleted by "make makeplist"
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index fde35e26b604..cf436293cf0f 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -11,7 +11,6 @@
     SUBDIR += fastest_pkg
     SUBDIR += freebsd-bugzilla-cli
     SUBDIR += genpatch
-    SUBDIR += genplist
     SUBDIR += hs-cabal2tuple
     SUBDIR += hs-panopticum
     SUBDIR += jailaudit
diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile
deleted file mode 100644
index 5aee7ff4f292..000000000000
--- a/ports-mgmt/genplist/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	genplist
-PORTVERSION=	1.2
-PORTREVISION=	1
-CATEGORIES=	ports-mgmt
-MASTER_SITES=	http://acadix.biz/Ports/distfiles/
-
-MAINTAINER=	jwb@FreeBSD.org
-COMMENT=	Generates a static plist for a port
-WWW=		http://personalpages.tds.net/~jwbacon/Ports
-
-LICENSE=	BSD2CLAUSE
-
-DEPRECATED=     Unmaintained, obsoleted by "make makeplist"
-EXPIRATION_DATE=2025-04-03
-
-NO_BUILD=	yes
-USES=		tar:xz
-
-PLIST_FILES=	bin/genplist share/man/man1/genplist.1.gz
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/genplist/distinfo b/ports-mgmt/genplist/distinfo
deleted file mode 100644
index 6dbca3e579a8..000000000000
--- a/ports-mgmt/genplist/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (genplist-1.2.tar.xz) = bf5d61dc01c2699701897cf91332d73dd1abd8e948bd954c0c0bb7710ef600eb
-SIZE (genplist-1.2.tar.xz) = 5780
diff --git a/ports-mgmt/genplist/pkg-descr b/ports-mgmt/genplist/pkg-descr
deleted file mode 100644
index ad1f4c7ba9df..000000000000
--- a/ports-mgmt/genplist/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Genplist automatically creates a static plist for a port by installing it
-into a temporary directory, and then examining the directory tree.  The
-process is based on the instructions for plist generation in the
-FreeBSD Porter's Handbook.