diff options
author | pat <pat@FreeBSD.org> | 2002-06-19 07:45:19 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-19 07:45:19 +0800 |
commit | f5449ac404c1c49ff16329ea069702ea7b3b50d8 (patch) | |
tree | 9d29b212ddef0ab81aa283dae520067a6deb3e7c /security/ssh2/Makefile | |
parent | 9d960a6d17d28dee7ab8c5b0477677a6d916ae1c (diff) | |
download | freebsd-ports-gnome-f5449ac404c1c49ff16329ea069702ea7b3b50d8.tar.gz freebsd-ports-gnome-f5449ac404c1c49ff16329ea069702ea7b3b50d8.tar.zst freebsd-ports-gnome-f5449ac404c1c49ff16329ea069702ea7b3b50d8.zip |
Update to 3.2.0
PR: 39491
Submitted by: maintainer
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index a551963f8f8c..50cd6627b49b 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ssh2 -PORTVERSION= 3.1.2 +PORTVERSION= 3.2.0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ @@ -20,8 +20,6 @@ DISTNAME= ssh-${PORTVERSION} MAINTAINER= larse@ISI.EDU -#RESTRICTED= "Crypto; export-controlled" - GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-etcdir=${SSH2_ETC} --disable-debug @@ -73,7 +71,7 @@ MLINKS= ssh2.1 ssh.1 ssh-add2.1 ssh-add.1 ssh-agent2.1 ssh-agent.1 \ ssh-probe2.1 ssh-probe.1 sshd2.8 sshd.8 MANCOMPRESSED= no -PORTDOCS= BUG.REPORT CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \ +PORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \ REGEX-SYNTAX SSH2.QUICKSTART post-install: install-config-files |