git: cbc931f19ce3 - main - net/unix2tcp: Update to 0.8.3

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 03:41:03 UTC
The branch main has been updated by lwhsu:

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

commit cbc931f19ce39d1638223f6c2f9ed6b4eddd09f2
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2022-12-30 03:39:55 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-12-30 03:39:55 +0000

    net/unix2tcp: Update to 0.8.3
    
    Changelog:
    * Move source to public repo to encourage further (develop|improve)ment
    * Provide a working WWW
    * Fixes (adds) missing prototypes
    
    PR:             268618
---
 net/unix2tcp/Makefile | 11 +++++++----
 net/unix2tcp/distinfo |  6 ++++--
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/net/unix2tcp/Makefile b/net/unix2tcp/Makefile
index 431c085ad425..809514b59f82 100644
--- a/net/unix2tcp/Makefile
+++ b/net/unix2tcp/Makefile
@@ -1,12 +1,15 @@
 PORTNAME=	unix2tcp
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	net
-MASTER_SITES=	http://freebsdcluster.org/~mich/software/ \
-		http://ahriman.bucharest.roedu.net/unix2tcp/
+MASTER_SITES=	https://codeberg.org/portmaster/${PORTNAME}/archive/
+DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
+DISTNAME=	${PORTNAME}
 
 MAINTAINER=	portmaster@bsdforge.com
 COMMENT=	Connection forwarder that converts Unix sockets into TCP sockets
-WWW=		http://ahriman.bucharest.roedu.net/unix2tcp/
+WWW=		https://codeberg.org/portmaster/unix2tcp/
+
+LICENSE=	GPLv2
 
 CFLAGS+=	-DHAVE_CONFIG_H -I.
 GNU_CONFIGURE=	yes
diff --git a/net/unix2tcp/distinfo b/net/unix2tcp/distinfo
index 7abdfe2845f1..84a605934b84 100644
--- a/net/unix2tcp/distinfo
+++ b/net/unix2tcp/distinfo
@@ -1,2 +1,4 @@
-SHA256 (unix2tcp-0.8.2.tar.gz) = 5d40c844d6d3c7768826dc7ccec2cecc2d540e067f8d34199fe486c4ece2ff20
-SIZE (unix2tcp-0.8.2.tar.gz) = 31647
+TIMESTAMP = 1672363236
+SHA256 (unix2tcp-0.8.3.tar.gz) = e6b3b02857d6315eb417737c0c68a08f0f149c153f23e4a477c895e3f578802e
+SHA512 (unix2tcp-0.8.3.tar.gz) = 413e6a81457f9758f2c0a87e61ff7f4cd34db08266017f2f75360a20354bccf5edad294181c97ca051a2f5c209ecf88e2f053d1eb234cb38e8f2ed5e3a0b9f61
+SIZE (unix2tcp-0.8.3.tar.gz) = 32000