aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-09 18:57:27 +0800
committererwin <erwin@FreeBSD.org>2003-06-09 18:57:27 +0800
commitd5d7ed2fece8bc1f4d4404acad76ea03450b11d8 (patch)
treeac058787ab880b186fb44c70894d1a4b81f71349
parentbbf56e9af88af655de5d4a498384726cfad6b8fe (diff)
downloadfreebsd-ports-gnome-d5d7ed2fece8bc1f4d4404acad76ea03450b11d8.tar.gz
freebsd-ports-gnome-d5d7ed2fece8bc1f4d4404acad76ea03450b11d8.tar.zst
freebsd-ports-gnome-d5d7ed2fece8bc1f4d4404acad76ea03450b11d8.zip
Update net/socat to 1.3.1.0
Add a few docs Change COMMENT to something < 70 chars PR: 53083 Submitted by: Nicolas Jombart <ecu@ipv42.net> Approved by: edwin (mentor)
-rw-r--r--net/socat/Makefile17
-rw-r--r--net/socat/distinfo2
-rw-r--r--net/socat/pkg-plist3
3 files changed, 18 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 5a923a20d993..c38e90a38265 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -7,19 +7,30 @@
#
PORTNAME= socat
-PORTVERSION= 1.3.0.1
+PORTVERSION= 1.3.1.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A relay for bidirectional data transfer between two indep. data channels
+COMMENT= Multipurpose relay and more
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
+USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS= CCOPT="${CFLAGS}"
-MAN1= socat.1
+MAN1= socat.1
+
+DOCS= EXAMPLES SECURITY
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/net/socat/distinfo b/net/socat/distinfo
index a2606604e598..91db8fbb39b4 100644
--- a/net/socat/distinfo
+++ b/net/socat/distinfo
@@ -1 +1 @@
-MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4
+MD5 (socat-1.3.1.0.tar.bz2) = a93ad11c5e322a4bb3d5fd8cf93ea57c
diff --git a/net/socat/pkg-plist b/net/socat/pkg-plist
index 54cfdb9e8942..c0139adc98c6 100644
--- a/net/socat/pkg-plist
+++ b/net/socat/pkg-plist
@@ -1,3 +1,6 @@
bin/filan
bin/procan
bin/socat
+%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
+%%PORTDOCS%%%%DOCSDIR%%/SECURITY
+%%PORTDOCS%%@dirrm %%DOCSDIR%%