summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorreed <reed>2004-12-28 01:39:32 +0000
committerreed <reed>2004-12-28 01:39:32 +0000
commitecf034d6b074e0d09d0f82217b41a1d783d21ae1 (patch)
tree8361a83c9fc098a7bca9b56e8ece3bc86213cced /security/ssh2
parentd04467614e9d13189f61e110a4b87f9b074af0a8 (diff)
downloadpkgsrc-ecf034d6b074e0d09d0f82217b41a1d783d21ae1.tar.gz
Moved PKGREVISION definition from common Makefile to the
package-specific Makefile (as mentioned on tech-pkg).
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile3
-rw-r--r--security/ssh2/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 752283e0b28..9a677eca5fb 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/07/31 12:52:42 seb Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/28 01:39:32 reed Exp $
#
PKGNAME= ${DISTNAME:C/ssh-/ssh2-/}
COMMENT= Secure Shell client and server for V.2 SSH protocol
+PKGREVISION= 2
CONFLICTS= ssh2-nox11-[0-9]*
diff --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common
index bc04d201deb..ecee95ff23a 100644
--- a/security/ssh2/Makefile.common
+++ b/security/ssh2/Makefile.common
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.10 2004/10/03 00:18:13 tv Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/12/28 01:39:32 reed Exp $
#
DISTNAME= ssh-3.2.9.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/
-PKGREVISION= 2
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://www.ssh.com