diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-04 16:55:38 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-04 16:55:38 +0000 |
commit | b39c6760cfa09e5addb04e87df525695d652c60d (patch) | |
tree | 05b40b1c8ce7b8999407c242699f2d100fd134bc /net/socks5/Makefile | |
parent | 0496a6b4e595b3fe8a761b7bd8b800f668ce68f8 (diff) | |
download | ports-b39c6760cfa09e5addb04e87df525695d652c60d.tar.gz ports-b39c6760cfa09e5addb04e87df525695d652c60d.zip |
Notes
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 20752715bd12..911c3c570ec9 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: socks5 -# Version required: beta-0.17.1-exportable +# Version required: beta-0.17.2-exportable # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.10 1996/12/05 00:55:51 jdp Exp $ +# $Id: Makefile,v 1.11 1996/12/08 09:48:58 max Exp $ # -PKGNAME= socks5-0.17.1 -DISTNAME= socks5-beta-0.17.1-exportable +DISTNAME= socks5-beta-0.17.2-exportable +PKGNAME= socks5-0.17.2 CATEGORIES= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ |