git: 698f6c34b0f7 - main - dns/libasr[-devel]: remove upstream' unmaintained ports (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 25 Oct 2023 22:30:27 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=698f6c34b0f718a2c24df62f76feae6a97ac8afb

commit 698f6c34b0f718a2c24df62f76feae6a97ac8afb
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-10-25 22:25:18 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-10-25 22:28:15 +0000

    dns/libasr[-devel]: remove upstream' unmaintained ports (+)
    
    libasr will be maintained only as part of OpenSMTPD.
    
    The current port has known security fixes that were addressed in the
    bundled copy of OpenSMTPD but not in the libasr-portable.
    
    The libasr-portable repository on github will be archived soon.
    
    PR:     272048
---
 MOVED                                            |  2 ++
 dns/Makefile                                     |  2 --
 dns/libasr-devel/Makefile                        | 30 ------------------------
 dns/libasr-devel/distinfo                        |  2 --
 dns/libasr-devel/pkg-descr                       | 12 ----------
 dns/libasr-devel/pkg-plist                       |  6 -----
 dns/libasr/Makefile                              | 29 -----------------------
 dns/libasr/distinfo                              |  3 ---
 dns/libasr/files/patch-src_getnetnamadr__async.c | 10 --------
 dns/libasr/files/patch-src_res__search__async.c  | 10 --------
 dns/libasr/pkg-descr                             | 10 --------
 dns/libasr/pkg-plist                             |  5 ----
 12 files changed, 2 insertions(+), 119 deletions(-)

diff --git a/MOVED b/MOVED
index ea378fe7cb64..250ee22359a4 100644
--- a/MOVED
+++ b/MOVED
@@ -7950,3 +7950,5 @@ x11-fonts/gnu-unifont-ttf|x11-fonts/gnu-unifont-otf|2023-10-16|Remove obsoleted
 mail/slapd-cyrus||2023-10-20|Has expired: Last upstream release was in 2013
 net/pacemaker1|net/pacemaker2|2023-10-22|Hasn't built in a long time, last upstream release was a while ago, use pacemaker2
 multimedia/subsync|multimedia/ffsubsync|2023-10-22|Project was renamed
+dns/libasr-devel||2023-10-25|Has expired: libasr will be maintained only as part of OpenSMTPD
+dns/libasr||2023-10-25|Has expired: libasr will be maintained only as part of OpenSMTPD
diff --git a/dns/Makefile b/dns/Makefile
index f66925dd5353..5caf3d7098de 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -93,8 +93,6 @@
     SUBDIR += ldapdns
     SUBDIR += ldns
     SUBDIR += letsdns
-    SUBDIR += libasr
-    SUBDIR += libasr-devel
     SUBDIR += libbind
     SUBDIR += libidn
     SUBDIR += libidn2
diff --git a/dns/libasr-devel/Makefile b/dns/libasr-devel/Makefile
deleted file mode 100644
index 1358c9cb7fd3..000000000000
--- a/dns/libasr-devel/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	libasr
-PORTVERSION=	201602131606
-PORTREVISION=	4
-CATEGORIES=	dns
-MASTER_SITES=	http://www.opensmtpd.org/archives/
-PKGNAMESUFFIX=	-devel
-
-MAINTAINER=	fluffy@FreeBSD.org
-COMMENT=	Asynchronous DNS resolver library (development snapshot)
-WWW=		https://github.com/OpenSMTPD/libasr
-
-LICENSE=	ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
-LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/LICENCE
-
-USES=		cpe groff libtool
-
-CONFLICTS=	libasr
-
-CPE_VENDOR=	openbsd
-
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-CONFIGURE_ARGS=	--with-mantype="man"
-INSTALL_TARGET=	install-strip
-
-post-patch:
-	${REINPLACE_CMD} -e '/opensslv.h/d' ${WRKSRC}/openbsd-compat/includes.h
-
-.include <bsd.port.mk>
diff --git a/dns/libasr-devel/distinfo b/dns/libasr-devel/distinfo
deleted file mode 100644
index 74115113d3ae..000000000000
--- a/dns/libasr-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libasr-201602131606.tar.gz) = e5684a08d5eb61d68a94a24688f23bee8785c8a51a1bd34c88cae5aee5aa6da2
-SIZE (libasr-201602131606.tar.gz) = 396449
diff --git a/dns/libasr-devel/pkg-descr b/dns/libasr-devel/pkg-descr
deleted file mode 100644
index 5a1bb49b1e26..000000000000
--- a/dns/libasr-devel/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-libasr is a FREE asynchronous DNS resolver.
-
-libasr runs on top of the OpenBSD operating system but also has a portable
-version that can build and run on several systems, including:
-
-* Linux
-* FreeBSD
-* NetBSD
-* DragonFly
-* MacOSX
-
-This port packages the development snapshots released by OpenSMTPD team.
diff --git a/dns/libasr-devel/pkg-plist b/dns/libasr-devel/pkg-plist
deleted file mode 100644
index f90cd798bf99..000000000000
--- a/dns/libasr-devel/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/asr.h
-lib/libasr.a
-lib/libasr.so
-lib/libasr.so.0
-lib/libasr.so.0.0.2
-man/man3/asr_run.3.gz
diff --git a/dns/libasr/Makefile b/dns/libasr/Makefile
deleted file mode 100644
index 0dc93a2e4fb7..000000000000
--- a/dns/libasr/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	libasr
-PORTVERSION=	1.0.4
-CATEGORIES=	dns
-MASTER_SITES=	http://www.opensmtpd.org/archives/
-
-MAINTAINER=	fluffy@FreeBSD.org
-COMMENT=	Asynchronous DNS resolver library
-WWW=		https://github.com/OpenSMTPD/libasr
-
-LICENSE=	ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
-LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/LICENCE
-
-USES=		cpe groff libtool
-
-CONFLICTS=	libasr-devel
-
-CPE_VENDOR=	openbsd
-
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-CONFIGURE_ARGS=	--with-mantype="man"
-
-post-patch:
-#	Obsoleted on RFC 2553bis-02
-	${REINPLACE_CMD} 's|EAI_NODATA|EAI_NONAME|g' \
-		 ${WRKSRC}/src/getaddrinfo_async.c
-
-.include <bsd.port.mk>
diff --git a/dns/libasr/distinfo b/dns/libasr/distinfo
deleted file mode 100644
index e6585d4af6f8..000000000000
--- a/dns/libasr/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1589901956
-SHA256 (libasr-1.0.4.tar.gz) = 19fb6bed10d15c9775c8d008cd1130155917ae4e801c729fe85e6d88a545dab4
-SIZE (libasr-1.0.4.tar.gz) = 413258
diff --git a/dns/libasr/files/patch-src_getnetnamadr__async.c b/dns/libasr/files/patch-src_getnetnamadr__async.c
deleted file mode 100644
index 10bdbc3a3726..000000000000
--- a/dns/libasr/files/patch-src_getnetnamadr__async.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/getnetnamadr_async.c.orig	2019-09-28 14:09:47 UTC
-+++ src/getnetnamadr_async.c
-@@ -19,6 +19,7 @@
- 
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <arpa/nameser.h>
- #include <netdb.h>
diff --git a/dns/libasr/files/patch-src_res__search__async.c b/dns/libasr/files/patch-src_res__search__async.c
deleted file mode 100644
index 8a1ad468b0d7..000000000000
--- a/dns/libasr/files/patch-src_res__search__async.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/res_search_async.c.orig	2019-09-28 14:09:47 UTC
-+++ src/res_search_async.c
-@@ -20,6 +20,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/uio.h>
-+#include <netinet/in.h>
- #include <arpa/nameser.h>
- #include <netdb.h>
- 
diff --git a/dns/libasr/pkg-descr b/dns/libasr/pkg-descr
deleted file mode 100644
index 689af3018570..000000000000
--- a/dns/libasr/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-libasr is a FREE asynchronous DNS resolver.
-
-libasr runs on top of the OpenBSD operating system but also has a portable
-version that can build and run on several systems, including:
-
-* Linux
-* FreeBSD
-* NetBSD
-* DragonFly
-* MacOSX
diff --git a/dns/libasr/pkg-plist b/dns/libasr/pkg-plist
deleted file mode 100644
index 0493c25e9543..000000000000
--- a/dns/libasr/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-include/asr.h
-lib/libasr.a
-lib/libasr.so
-lib/libasr.so.0
-lib/libasr.so.0.0.3