diff options
author | krion <krion@FreeBSD.org> | 2004-06-30 15:25:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-30 15:25:42 +0800 |
commit | 577a06c59745a9d7daf52db4795c734bc9285475 (patch) | |
tree | 37d01865776038bf3ead73ab26bad90f564cb4fb /net/socat | |
parent | 0b550424501fe189a6a2f6acd69e76a5c2f22dec (diff) | |
download | freebsd-ports-gnome-577a06c59745a9d7daf52db4795c734bc9285475.tar.gz freebsd-ports-gnome-577a06c59745a9d7daf52db4795c734bc9285475.tar.zst freebsd-ports-gnome-577a06c59745a9d7daf52db4795c734bc9285475.zip |
Update to 1.4.0.0
PR: ports/68483
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 13 | ||||
-rw-r--r-- | net/socat/distinfo | 4 | ||||
-rw-r--r-- | net/socat/pkg-plist | 7 |
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%% |