pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/scanssh Fixed misspelled variable. PKGVERSION...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d32ab76739a
branches:  trunk
changeset: 500960:6d32ab76739a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 15 06:55:38 2005 +0000

description:
Fixed misspelled variable. PKGVERSION was used, but PKGREVISION
intended. This automatically leads to a PKGREVISION bump.

diffstat:

 security/scanssh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r f5dd3361e843 -r 6d32ab76739a security/scanssh/Makefile
--- a/security/scanssh/Makefile Sat Oct 15 06:29:58 2005 +0000
+++ b/security/scanssh/Makefile Sat Oct 15 06:55:38 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2005/09/16 14:46:43 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/15 06:55:38 rillig Exp $
 
 DISTNAME=      scanssh-2.1
-PKGVERSION=    1
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://monkey.org/~provos/                              \
                ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/



Home | Main Index | Thread Index | Old Index