View | Details | Raw Unified | Return to bug 268618 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/unix2tcp/Makefile (-4 / +7 lines)
Lines 1-12 Link Here
1
PORTNAME=	unix2tcp
1
PORTNAME=	unix2tcp
2
PORTVERSION=	0.8.2
2
PORTVERSION=	0.8.3
3
CATEGORIES=	net
3
CATEGORIES=	net
4
MASTER_SITES=	http://freebsdcluster.org/~mich/software/ \
4
MASTER_SITES=	https://codeberg.org/portmaster/${PORTNAME}/archive/
5
		http://ahriman.bucharest.roedu.net/unix2tcp/
5
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
6
DISTNAME=	${PORTNAME}
6
7
7
MAINTAINER=	portmaster@bsdforge.com
8
MAINTAINER=	portmaster@bsdforge.com
8
COMMENT=	Connection forwarder that converts Unix sockets into TCP sockets
9
COMMENT=	Connection forwarder that converts Unix sockets into TCP sockets
9
WWW=		http://ahriman.bucharest.roedu.net/unix2tcp/
10
WWW=		https://codeberg.org/portmaster/unix2tcp/
11
12
LICENSE=	GPLv2
10
13
11
CFLAGS+=	-DHAVE_CONFIG_H -I.
14
CFLAGS+=	-DHAVE_CONFIG_H -I.
12
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
(-)b/net/unix2tcp/distinfo (-2 / +4 lines)
Lines 1-2 Link Here
1
SHA256 (unix2tcp-0.8.2.tar.gz) = 5d40c844d6d3c7768826dc7ccec2cecc2d540e067f8d34199fe486c4ece2ff20
1
TIMESTAMP = 1672363236
2
SIZE (unix2tcp-0.8.2.tar.gz) = 31647
2
SHA256 (unix2tcp-0.8.3.tar.gz) = e6b3b02857d6315eb417737c0c68a08f0f149c153f23e4a477c895e3f578802e
3
SHA512 (unix2tcp-0.8.3.tar.gz) = 413e6a81457f9758f2c0a87e61ff7f4cd34db08266017f2f75360a20354bccf5edad294181c97ca051a2f5c209ecf88e2f053d1eb234cb38e8f2ed5e3a0b9f61
4
SIZE (unix2tcp-0.8.3.tar.gz) = 32000

Return to bug 268618