diff options
author | jdp <jdp@FreeBSD.org> | 1996-12-05 08:56:20 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-12-05 08:56:20 +0800 |
commit | 830741830abb2191fc1e2ab129055454df4da3d8 (patch) | |
tree | 61e3b6e041bfdce19256186f0a080ef362d614e6 /net/socks5/Makefile | |
parent | 712d124ac370429ad56b6543d0950033f3cd50d1 (diff) | |
download | freebsd-ports-gnome-830741830abb2191fc1e2ab129055454df4da3d8.tar.gz freebsd-ports-gnome-830741830abb2191fc1e2ab129055454df4da3d8.tar.zst freebsd-ports-gnome-830741830abb2191fc1e2ab129055454df4da3d8.zip |
Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.
Fix configuration problem caused by FreeBSD major version number change.
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 33ec1a302526..9dcacd28340c 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: socks5 -# Version required: beta-0.16.6 +# Version required: beta-0.17.1-exportable # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.8 1996/11/18 11:36:28 asami Exp $ +# $Id: Makefile,v 1.9 1996/11/18 14:09:01 asami Exp $ # -PKGNAME= socks5-0.16.6 -DISTNAME= socks5-beta-0.16.6-exportable +PKGNAME= socks5-0.17.1 +DISTNAME= socks5-beta-0.17.1-exportable CATEGORIES= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ |