diff options
author | imp <imp@FreeBSD.org> | 2000-08-30 19:43:28 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-30 19:43:28 +0000 |
commit | 954d8cc98662e63a5fd53c5702162e05b2da6d27 (patch) | |
tree | 3d220eb061638bfc19cbf8e94da00e4d919b81dc /net/socks5/Makefile | |
parent | ef51e392656405db6a7131b7f9e9f4f8322db8c0 (diff) | |
download | FreeBSD-ports-954d8cc98662e63a5fd53c5702162e05b2da6d27.zip FreeBSD-ports-954d8cc98662e63a5fd53c5702162e05b2da6d27.tar.gz |
Update to socks 1.0r11. patch-aa had been partially integrated into
r11 as well as parts of patch-ak. 1.0r10 is no longer available at
the NEC web site. Verified the URL was still the right place to go to
get socks5 1.0r11.
Noticed by: Jim Paterson <jpaterso@paterson.org>
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 9329b31..f438de9 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -6,9 +6,9 @@ # PORTNAME= socks5 -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.11 CATEGORIES= net security -DISTNAME= socks5-v1.0r10 +DISTNAME= socks5-v1.0r11 EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org |