git: a94ad17a1052 - main - irc/ircd-hybrid: Update to 8.2.43

From: Santhosh Raju <fox_at_FreeBSD.org>
Date: Sat, 01 Oct 2022 12:03:26 UTC
The branch main has been updated by fox:

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

commit a94ad17a1052c1c0e365d17a513c942c91b94d18
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2022-10-01 12:01:30 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2022-10-01 12:01:30 +0000

    irc/ircd-hybrid: Update to 8.2.43
    
    Changes since 8.2.42:
    
    -- Noteworthy changes in version 8.2.43 (2022-09-26)
      * Due to ongoing protocol modernizations and deprecation of old backwards
        compatibility code, ircd-hybrid is now no longer link compatible to
        8.2.33 and below. As for the Anope IRC Services, 2.0.8 is the minimum
        supported version now.
      * Implemented channel mode `V`. `INVITE` cannot be used on channels with
        that mode set.
      * `WHOIS` on clients connected via TLS now also shows some details about
        the TLS version and cipher being used
      * Removed user mode `d` (debugging notices)
---
 irc/ircd-hybrid/Makefile | 5 +----
 irc/ircd-hybrid/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 6d5e62056657..9e2a99053731 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ircd-hybrid
-PORTVERSION=	8.2.42
+PORTVERSION=	8.2.43
 CATEGORIES=	irc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -68,9 +68,6 @@ CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/${PORTNAME}-${PORTVERSION} \
 			--localstatedir=/var/${PORTNAME} \
 			--sysconfdir=${PREFIX}/etc/${PORTNAME}
 
-post-extract:
-	@${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
 post-install:
 	@${MV} ${STAGEDIR}${PREFIX}/bin/mkpasswd ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-mkpasswd
 
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index 4195b43984ae..b3cfe9c8a69d 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662273968
-SHA256 (ircd-hybrid-8.2.42.tgz) = 692d217bfc7ea37c4e4391fb86b0a92780bc32eb144f69623349721755b81f6a
-SIZE (ircd-hybrid-8.2.42.tgz) = 2230731
+TIMESTAMP = 1664625250
+SHA256 (ircd-hybrid-8.2.43.tgz) = bd0373c780e308c1a6f6989015ff28e1c22999ef764b7b68636b628573c251ef
+SIZE (ircd-hybrid-8.2.43.tgz) = 1053894