mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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)
This commit is contained in:
parent
adcf3d9e60
commit
1e1074d998
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82573
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4
|
||||
MD5 (socat-1.3.1.0.tar.bz2) = a93ad11c5e322a4bb3d5fd8cf93ea57c
|
||||
|
@ -1,3 +1,6 @@
|
||||
bin/filan
|
||||
bin/procan
|
||||
bin/socat
|
||||
%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SECURITY
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user