From 1e1074d998797861adc478f90ef687cd690e7cf4 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 9 Jun 2003 10:57:27 +0000 Subject: Update net/socat to 1.3.1.0 Add a few docs Change COMMENT to something < 70 chars PR: 53083 Submitted by: Nicolas Jombart Approved by: edwin (mentor) --- net/socat/Makefile | 17 ++++++++++++++--- net/socat/distinfo | 2 +- net/socat/pkg-plist | 3 +++ 3 files changed, 18 insertions(+), 4 deletions(-) (limited to 'net') 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 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%% -- cgit v1.2.3