diff options
author | jlam <jlam> | 2002-02-05 04:26:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-05 04:26:27 +0000 |
commit | 2fefe25aa63356ca91264d6b9ce7de07333b3093 (patch) | |
tree | 44629b22b89d35279c74ac253d1b34b4f1cbaab6 /security | |
parent | 0e0eef70746579e2e726a4e06c95b97b4da1af02 (diff) | |
download | pkgsrc-2fefe25aa63356ca91264d6b9ce7de07333b3093.tar.gz |
Bump package version to 3.0.2.1nb1 since the config file location changed.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9d7bc8a38ad..b3a0d0595fd 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.61 2002/02/05 04:17:31 jlam Exp $ +# $NetBSD: Makefile,v 1.62 2002/02/05 04:26:27 jlam Exp $ DISTNAME= openssh-3.0.2p1 PKGNAME= openssh-3.0.2.1 SVR4_PKGNAME= ossh +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ |