diff options
author | arved <arved@FreeBSD.org> | 2003-01-04 01:42:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-04 01:42:08 +0800 |
commit | 3e92ebc309a16f7e87a9abfa769971d10b5cea13 (patch) | |
tree | 8a5a9334435bb8d8662ac4ed4641c243bc8d9028 /net/socat | |
parent | 1eb9a0ba71b35edc0eb4561dc5a6729c1b77bb0e (diff) | |
download | freebsd-ports-gnome-3e92ebc309a16f7e87a9abfa769971d10b5cea13.tar.gz freebsd-ports-gnome-3e92ebc309a16f7e87a9abfa769971d10b5cea13.tar.zst freebsd-ports-gnome-3e92ebc309a16f7e87a9abfa769971d10b5cea13.zip |
Update to 1.3.0.1
PR: 46306
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 7 | ||||
-rw-r--r-- | net/socat/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 16216240835e..441ee11de40d 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,15 +7,18 @@ # PORTNAME= socat -PORTVERSION= 1.3.0.0 +PORTVERSION= 1.3.0.1 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAKE_ARGS= CCOPT="${CFLAGS}" + MAN1= socat.1 .include <bsd.port.mk> diff --git a/net/socat/distinfo b/net/socat/distinfo index 0ea069f6d558..a2606604e598 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1 +1 @@ -MD5 (socat-1.3.0.0.tar.gz) = 0ad69ce46fe1dea1227cac707a8e7527 +MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4 |