diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-07-16 04:08:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-07-16 04:08:01 +0800 |
commit | d4dccc1449f6daf7f0c7a174cce6178774e83223 (patch) | |
tree | 920b6393dd0a108ae6ad8073261684247601017f /security/openssh-portable/Makefile | |
parent | 3eb2d49c1bc641275e5ce47741a29245603b797d (diff) | |
download | freebsd-ports-gnome-d4dccc1449f6daf7f0c7a174cce6178774e83223.tar.gz freebsd-ports-gnome-d4dccc1449f6daf7f0c7a174cce6178774e83223.tar.zst freebsd-ports-gnome-d4dccc1449f6daf7f0c7a174cce6178774e83223.zip |
- Fix Problem with HAVE_HOST_IN_UTMP
- update monitor.c
PR: 40576
Submitted by: lxv@a-send-pr.sink.omut.org
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index e0341a44d4be..7ea6157a902e 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssh PORTVERSION= 3.4p1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ |