diff options
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 92e53ff3fcbd..50430b8310ca 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,14 +7,14 @@ # PORTNAME= socat -PORTVERSION= 1.1.0.0 +PORTVERSION= 1.2.0.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-1.1 +WRKSRC= ${WRKDIR}/${PORTNAME}-1.2 MAN1= socat.1 |