git: 8f5f119b2df1 - main - devel/libfortuna: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Aug 2025 09:51:07 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f5f119b2df1ac1887567667efb55d6138922d77

commit 8f5f119b2df1ac1887567667efb55d6138922d77
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-08-02 09:51:02 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-08-02 09:51:02 +0000

    devel/libfortuna: Remove expired port
    
    2025-07-31 devel/libfortuna: Legacy fortuna library, last upstream activity 10 years ago
---
 MOVED                                 |  1 +
 devel/Makefile                        |  1 -
 devel/libfortuna/Makefile             | 26 --------------------------
 devel/libfortuna/distinfo             |  2 --
 devel/libfortuna/files/patch-Makefile | 33 ---------------------------------
 devel/libfortuna/pkg-descr            |  4 ----
 devel/libfortuna/pkg-plist            | 11 -----------
 7 files changed, 1 insertion(+), 77 deletions(-)

diff --git a/MOVED b/MOVED
index db3f38794a8b..07ca63459a78 100644
--- a/MOVED
+++ b/MOVED
@@ -4684,3 +4684,4 @@ net/linknx||2025-08-02|Has expired: Outdated and unsupported upstream
 www/mediawiki142||2025-08-02|Has expired: Upstream EOL
 devel/arpc||2025-08-02|Has expired: Unmaintained upstream
 devel/libgpc||2025-08-02|Has expired: No longer distributed by upstream as of August 2020
+devel/libfortuna||2025-08-02|Has expired: Legacy fortuna library, last upstream activity 10 years ago
diff --git a/devel/Makefile b/devel/Makefile
index 377eca463f10..2749a1f53e98 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1298,7 +1298,6 @@
     SUBDIR += libfixposix
     SUBDIR += libfmt
     SUBDIR += libfort
-    SUBDIR += libfortuna
     SUBDIR += libfreefare
     SUBDIR += libftdi
     SUBDIR += libftdi1
diff --git a/devel/libfortuna/Makefile b/devel/libfortuna/Makefile
deleted file mode 100644
index 3fc6a1778877..000000000000
--- a/devel/libfortuna/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	libfortuna
-PORTVERSION=	0.1.1
-CATEGORIES=	devel
-
-MAINTAINER=	waitman@waitman.net
-COMMENT=	Fortuna PRNG Library
-WWW=		http://crxwg.com/fortuna/bin/libfortuna.html
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/COPYRIGHT
-
-DEPRECATED=	Legacy fortuna library, last upstream activity 10 years ago
-EXPIRATION_DATE=2025-07-31
-
-USE_GITHUB=	yes
-USE_LDCONFIG=	yes
-GH_ACCOUNT=	waitman
-GH_TAGNAME=	11cbd88
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+=	-Wno-error=array-parameter
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/libfortuna/distinfo b/devel/libfortuna/distinfo
deleted file mode 100644
index 5a5ff73f2db4..000000000000
--- a/devel/libfortuna/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 08402e7c531126905a5ac566098d079585d771cb7092559e1ad7fe392ec8bcc9
-SIZE (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 475218
diff --git a/devel/libfortuna/files/patch-Makefile b/devel/libfortuna/files/patch-Makefile
deleted file mode 100644
index ba12f13198c7..000000000000
--- a/devel/libfortuna/files/patch-Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
---- ./Makefile.orig	2014-02-19 10:24:15.411792348 +0100
-+++ ./Makefile	2014-02-19 10:25:09.252791282 +0100
-@@ -18,18 +18,18 @@
- 	rm -f *.so
- 
- install:
--	mkdir $(PREFIX)/include/fortuna
--	$(INSTALL) -m 644 ./src/fortuna.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/px.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/rijndael.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/sha2.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/c.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/blf.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/sha1.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/internal.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./src/md5.h $(PREFIX)/include/fortuna/
--	$(INSTALL) -m 644 ./libfortuna.a $(PREFIX)/lib/
--	$(INSTALL) -m 644 ./libfortuna.so $(PREFIX)/lib/
-+	mkdir $(DESTDIR)$(PREFIX)/include/fortuna
-+	$(INSTALL) -m 644 ./src/fortuna.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/px.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/rijndael.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/sha2.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/c.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/blf.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/sha1.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/internal.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./src/md5.h $(DESTDIR)$(PREFIX)/include/fortuna/
-+	$(INSTALL) -m 644 ./libfortuna.a $(DESTDIR)$(PREFIX)/lib/
-+	$(INSTALL) -m 644 ./libfortuna.so $(DESTDIR)$(PREFIX)/lib/
- 
- deinstall:
- 	rm -Rf $(PREFIX)/include/fortuna
diff --git a/devel/libfortuna/pkg-descr b/devel/libfortuna/pkg-descr
deleted file mode 100644
index d262c554b688..000000000000
--- a/devel/libfortuna/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Fortuna PRNG library for generating random numbers
-
-libfortuna is a C library based on code extracted from BSD licensed PostgreSQL
-sources. It generates numbers with decent randomness.
diff --git a/devel/libfortuna/pkg-plist b/devel/libfortuna/pkg-plist
deleted file mode 100644
index 58dd42c5e1bf..000000000000
--- a/devel/libfortuna/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-include/fortuna/blf.h
-include/fortuna/c.h
-include/fortuna/fortuna.h
-include/fortuna/internal.h
-include/fortuna/md5.h
-include/fortuna/px.h
-include/fortuna/rijndael.h
-include/fortuna/sha1.h
-include/fortuna/sha2.h
-lib/libfortuna.a
-lib/libfortuna.so