aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2006-09-24 19:46:10 +0800
committerbsam <bsam@FreeBSD.org>2006-09-24 19:46:10 +0800
commitb2f0061b4063d097a03bcbd18a6f4a13c7c1da9f (patch)
tree9ccf24df72daddb39dd192684276623804765beb /net
parent3b907bdbc82de5292f63660175fb19948db83b7d (diff)
downloadfreebsd-ports-graphics-b2f0061b4063d097a03bcbd18a6f4a13c7c1da9f.tar.gz
freebsd-ports-graphics-b2f0061b4063d097a03bcbd18a6f4a13c7c1da9f.tar.zst
freebsd-ports-graphics-b2f0061b4063d097a03bcbd18a6f4a13c7c1da9f.zip
- Update to 1.5.0.0
- Transfer maintainership to submitter PR: 103556 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
Diffstat (limited to 'net')
-rw-r--r--net/socat/Makefile7
-rw-r--r--net/socat/distinfo6
-rw-r--r--net/socat/files/patch-xio-listen.c10
-rw-r--r--net/socat/files/patch-xio-udp.c10
4 files changed, 6 insertions, 27 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index ac220312996..bce20a7e18f 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -7,15 +7,14 @@
#
PORTNAME= socat
-PORTVERSION= 1.4.3.1
-PORTREVISION= 1
+PORTVERSION= 1.5.0.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nivo+kw+ports.bfa274@is-root.com
COMMENT= Multipurpose relay and more
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
+#WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/net/socat/distinfo b/net/socat/distinfo
index 11e09663829..f83b7df85c2 100644
--- a/net/socat/distinfo
+++ b/net/socat/distinfo
@@ -1,3 +1,3 @@
-MD5 (socat-1.4.3.1.tar.bz2) = a80022054be327a461afae8e306cae6f
-SHA256 (socat-1.4.3.1.tar.bz2) = 97777014938e86d25a6ba8df95c0d2731e80fd2cb6dd2323662c51c4f24afa5f
-SIZE (socat-1.4.3.1.tar.bz2) = 272746
+MD5 (socat-1.5.0.0.tar.bz2) = 84b709de13e236198a4606fb4b80e123
+SHA256 (socat-1.5.0.0.tar.bz2) = 36b9f00a0bd2b2a59e51e6d986164eab0f62d9ef7024d8356ba9a818f6fdd624
+SIZE (socat-1.5.0.0.tar.bz2) = 309547
diff --git a/net/socat/files/patch-xio-listen.c b/net/socat/files/patch-xio-listen.c
deleted file mode 100644
index d9801d4c884..00000000000
--- a/net/socat/files/patch-xio-listen.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./xio-listen.c.orig Sun Jan 29 14:33:07 2006
-+++ ./xio-listen.c Sat Apr 29 15:33:10 2006
-@@ -311,6 +311,7 @@
- &ri, xfd->fd, &la->soa, pa, libwrapname);
- request_init(&ri, RQ_FILE, xfd->fd, RQ_CLIENT_SIN, &la->soa,
- RQ_SERVER_SIN, pa, RQ_DAEMON, libwrapname, 0);
-+ sock_methods(&ri);
- Debug("request_init() ->");
-
- Debug1("hosts_access(%p)", &ri);
diff --git a/net/socat/files/patch-xio-udp.c b/net/socat/files/patch-xio-udp.c
deleted file mode 100644
index 8740ba4b128..00000000000
--- a/net/socat/files/patch-xio-udp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./xio-udp.c.orig Sat Apr 29 15:34:17 2006
-+++ ./xio-udp.c Sat Apr 29 15:34:32 2006
-@@ -226,6 +226,7 @@
- &ri, fd->stream.fd, &la->soa, them, libwrapname);
- request_init(&ri, RQ_FILE, fd->stream.fd, RQ_CLIENT_SIN, &la->soa,
- RQ_SERVER_SIN, them, RQ_DAEMON, libwrapname, 0);
-+ sock_methods(&ri);
- Debug("request_init() ->");
-
- Debug1("hosts_access(%p)", &ri);