diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-06 08:49:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-06 08:49:25 +0000 |
commit | bea4b1a6d8e3094e627f31fe563df71a172e5411 (patch) | |
tree | 3dbd421c98f441ec42534517626dc5e9a28e8db6 /net/socat | |
parent | 87d94267b87a0f9ee85072924d2cf2688066b512 (diff) | |
download | ports-bea4b1a6d8e3094e627f31fe563df71a172e5411.tar.gz ports-bea4b1a6d8e3094e627f31fe563df71a172e5411.zip |
Notes
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 23 | ||||
-rw-r--r-- | net/socat/distinfo | 4 |
2 files changed, 9 insertions, 18 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index da68cb0156b1..8deb40aab1dc 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= socat -PORTVERSION= 1.7.1.3 +PORTVERSION= 1.7.2.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ CRITICAL @@ -14,32 +14,23 @@ MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Multipurpose relay and more +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_BZIP2= yes USE_RC_SUBR= socat +USE_OPENSSL= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - -MAN1= socat.1 - PORTSCOUT= skipv:2.0.0-b2 -.if !defined(NOPORTDOCS) -PORTDOCS= EXAMPLES README SECURITY FAQ -.endif - +MAN1= socat.1 PLIST_FILES= bin/filan bin/procan bin/socat -OPTIONS= SSL "OpenSSL support" on - .include <bsd.port.pre.mk> -.if defined(WITH_SSL) -# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.openssl.mk" -.else -CONFIGURE_ARGS+= --disable-openssl +.if !defined(NOPORTDOCS) +PORTDOCS= EXAMPLES README SECURITY FAQ .endif post-install: diff --git a/net/socat/distinfo b/net/socat/distinfo index 1e27712ecf4a..fd6871cd1c1f 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.1.3.tar.bz2) = 2a14f42e2166e1a9d5413cc7f743f2f3b16e58427c848cd711688568219b7c42 -SIZE (socat-1.7.1.3.tar.bz2) = 426350 +SHA256 (socat-1.7.2.0.tar.bz2) = 59b3bde927c14fbc3f9e42c782971710da8a89bbf46f7531f09a681754041802 +SIZE (socat-1.7.2.0.tar.bz2) = 432031 |