diff options
author | jdp <jdp@FreeBSD.org> | 1996-08-15 00:02:50 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-08-15 00:02:50 +0800 |
commit | 3665467a465d00e25ae4b5ca41305121338d149c (patch) | |
tree | 4300a76f9fe04eb8cc50be825862e3673b158f31 /net/socks5/Makefile | |
parent | ea56e483a5f68426c2cf93de26651cac1779032a (diff) | |
download | freebsd-ports-gnome-3665467a465d00e25ae4b5ca41305121338d149c.tar.gz freebsd-ports-gnome-3665467a465d00e25ae4b5ca41305121338d149c.tar.zst freebsd-ports-gnome-3665467a465d00e25ae4b5ca41305121338d149c.zip |
Update for new release. Remove export restriction; it no longer applies.
Reviewed by: Doug Ambrisko <ambrisko@ambrisko.roble.com>
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index c5eb53e2251f..a6be75bdcba2 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: socks5 -# Version required: beta-0.16.4 +# Version required: beta-0.16.6 # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.4 1996/07/22 23:06:45 pst Exp $ +# $Id: Makefile,v 1.5 1996/07/23 16:13:54 pst Exp $ # -PKGNAME= socks5-0.16.4 -DISTNAME= socks5-beta-0.16.4-exportable +PKGNAME= socks5-0.16.6 +DISTNAME= socks5-beta-0.16.6-exportable CATEGORIES+= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ MAINTAINER= ambrisko@ambrisko.roble.com NO_CDROM= NEC has a funky license for this software -RESTRICTED= ITAR license required to export outside US/Canada NO_PACKAGE= put an extra slug in to make sure he's dead # here are some extra configure args you may wish to use |