ports/68483: [PATCH] net/socat: update to 1.4.0.0

Nicolas Jombart ecu at ipv42.net
Tue Jun 29 16:40:30 UTC 2004


>Number:         68483
>Category:       ports
>Synopsis:       [PATCH] net/socat: update to 1.4.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 16:40:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 4.10-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD shiva.int.ipv42.net 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #4: Fri May  7 13:33:13 CEST
>Description:
- Update to 1.4.0.0
- Add ssl stuff in Makefile
- Use PLIST_FILES

Removed file : pkg-plist

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- socat-1.4.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/socat/Makefile /usr/home/ecu/ports/ports/net/socat/Makefile
--- /usr/ports/net/socat/Makefile	Sun Oct 26 10:00:37 2003
+++ /usr/home/ecu/ports/ports/net/socat/Makefile	Tue Jun 29 14:10:25 2004
@@ -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 @@
 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>
diff -ruN --exclude=CVS /usr/ports/net/socat/distinfo /usr/home/ecu/ports/ports/net/socat/distinfo
--- /usr/ports/net/socat/distinfo	Wed Feb  4 21:25:34 2004
+++ /usr/home/ecu/ports/ports/net/socat/distinfo	Tue Jun 29 13:28:38 2004
@@ -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
diff -ruN --exclude=CVS /usr/ports/net/socat/pkg-plist /usr/home/ecu/ports/ports/net/socat/pkg-plist
--- /usr/ports/net/socat/pkg-plist	Fri Jul 11 23:10:27 2003
+++ /usr/home/ecu/ports/ports/net/socat/pkg-plist	Thu Jan  1 01:00:00 1970
@@ -1,7 +0,0 @@
-bin/filan
-bin/procan
-bin/socat
-%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/SECURITY
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- socat-1.4.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list