View | Details | Raw Unified | Return to bug 68483
Collapse All | Expand All

(-)/usr/home/ecu/ports/ports/net/socat/Makefile (-3 / +10 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	socat
9
PORTNAME=	socat
10
PORTVERSION=	1.3.2.2
10
PORTVERSION=	1.4.0.0
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	http://www.dest-unreach.org/socat/download/
12
MASTER_SITES=	http://www.dest-unreach.org/socat/download/
13
13
Lines 21-33 Link Here
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
MAKE_ARGS=	CCOPT="${CFLAGS}"
22
MAKE_ARGS=	CCOPT="${CFLAGS}"
23
23
24
.if defined(WITHOUT_SSL)
25
CONFIGURE_ARGS+=	--disable-openssl
26
.else
27
USE_OPENSSL=	yes
28
.endif
29
24
MAN1=		socat.1
30
MAN1=		socat.1
25
DOCS=		EXAMPLES README SECURITY
31
PORTDOCS=	EXAMPLES README SECURITY FAQ
32
PLIST_FILES=	bin/filan bin/procan bin/socat
26
33
27
.if !defined(NOPORTDOCS)
34
.if !defined(NOPORTDOCS)
28
post-install:
35
post-install:
29
	@${MKDIR} ${DOCSDIR}
36
	@${MKDIR} ${DOCSDIR}
30
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
37
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
31
.endif
38
.endif
32
39
33
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)/usr/home/ecu/ports/ports/net/socat/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (socat-1.3.2.2.tar.bz2) = 57f33e67bf62f67ed32e0c9acc45f3a3
1
MD5 (socat-1.4.0.0.tar.bz2) = 738860e1bb47360dc37317cd6574ec5f
2
SIZE (socat-1.3.2.2.tar.bz2) = 228880
2
SIZE (socat-1.4.0.0.tar.bz2) = 254090
(-)/usr/home/ecu/ports/ports/net/socat/pkg-plist (-7 lines)
Lines 1-7 Link Here
1
bin/filan
2
bin/procan
3
bin/socat
4
%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
5
%%PORTDOCS%%%%DOCSDIR%%/README
6
%%PORTDOCS%%%%DOCSDIR%%/SECURITY
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 68483