1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 1.4.0.0

PR:		ports/68483
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
This commit is contained in:
Kirill Ponomarev 2004-06-30 07:25:42 +00:00
parent 1881452187
commit b84e72c19f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112594
3 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= socat
PORTVERSION= 1.3.2.2
PORTVERSION= 1.4.0.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
@ -21,13 +21,20 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS= CCOPT="${CFLAGS}"
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --disable-openssl
.else
USE_OPENSSL= yes
.endif
MAN1= socat.1
DOCS= EXAMPLES README SECURITY
PORTDOCS= EXAMPLES README SECURITY FAQ
PLIST_FILES= bin/filan bin/procan bin/socat
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (socat-1.3.2.2.tar.bz2) = 57f33e67bf62f67ed32e0c9acc45f3a3
SIZE (socat-1.3.2.2.tar.bz2) = 228880
MD5 (socat-1.4.0.0.tar.bz2) = 738860e1bb47360dc37317cd6574ec5f
SIZE (socat-1.4.0.0.tar.bz2) = 254090

View File

@ -1,7 +0,0 @@
bin/filan
bin/procan
bin/socat
%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/SECURITY
%%PORTDOCS%%@dirrm %%DOCSDIR%%