aboutsummaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-30 07:25:42 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-30 07:25:42 +0000
commitb84e72c19f1157eedb5721264b285cdd506512c7 (patch)
treea149c89d08e74aec87aaa39770558b9b2e0bf3f0 /net/socat
parent18814521879ceca458b93d516a490a59e071849e (diff)
downloadports-b84e72c19f1157eedb5721264b285cdd506512c7.tar.gz
ports-b84e72c19f1157eedb5721264b285cdd506512c7.zip
Notes
Diffstat (limited to 'net/socat')
-rw-r--r--net/socat/Makefile13
-rw-r--r--net/socat/distinfo4
-rw-r--r--net/socat/pkg-plist7
3 files changed, 12 insertions, 12 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 9a709fe70951..b747f6c8e318 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -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>
diff --git a/net/socat/distinfo b/net/socat/distinfo
index 12721bea4cdc..8bf803891ac0 100644
--- a/net/socat/distinfo
+++ b/net/socat/distinfo
@@ -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 --git a/net/socat/pkg-plist b/net/socat/pkg-plist
deleted file mode 100644
index 2a885475d847..000000000000
--- a/net/socat/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/filan
-bin/procan
-bin/socat
-%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/SECURITY
-%%PORTDOCS%%@dirrm %%DOCSDIR%%