Date: Mon, 9 Jun 2003 12:43:23 +0200 (CEST) From: Nicolas Jombart <ecu@ipv42.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53083: Update port: net/socat to 1.3.1.0 Message-ID: <20030609104323.3340215304@shiva.bouglou.net> Resent-Message-ID: <200306091050.h59AoAgc012345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53083 >Category: ports >Synopsis: Update port: net/socat to 1.3.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 09 03:50:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD shiva.int.ipv42.net 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 29 12:39:22 CET 2003 ecu@shiva.int.ipv42.net:/usr/obj/usr/src/sys/SHIVA i386 >Description: Update net/socat to 1.3.1.0 Add a few docs Change COMMENT to something < 70 chars >How-To-Repeat: >Fix: --- socat.diff begins here --- diff -ruN /usr/ports/net/socat/Makefile socat/Makefile --- /usr/ports/net/socat/Makefile Sat Feb 22 16:46:38 2003 +++ socat/Makefile Mon Jun 9 12:35:55 2003 @@ -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 -ruN /usr/ports/net/socat/distinfo socat/distinfo --- /usr/ports/net/socat/distinfo Sat Jan 4 14:49:23 2003 +++ socat/distinfo Mon Jun 9 12:12:22 2003 @@ -1 +1 @@ -MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4 +MD5 (socat-1.3.1.0.tar.bz2) = a93ad11c5e322a4bb3d5fd8cf93ea57c diff -ruN /usr/ports/net/socat/pkg-plist socat/pkg-plist --- /usr/ports/net/socat/pkg-plist Tue May 14 13:20:59 2002 +++ socat/pkg-plist Mon Jun 9 12:22:52 2003 @@ -1,3 +1,6 @@ bin/filan bin/procan bin/socat +%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES +%%PORTDOCS%%%%DOCSDIR%%/SECURITY +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- socat.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030609104323.3340215304>