pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security pkglint says:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2cd76758aee
branches:  trunk
changeset: 538078:e2cd76758aee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 28 00:45:26 2008 +0000

description:
pkglint says:
ERROR: security/dsniff/Makefile.common:4:
        PKGREVISION must not be set outside the package Makefile.

diffstat:

 security/dsniff-nox11/Makefile  |  3 ++-
 security/dsniff/Makefile.common |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4b0381ed8f6f -r e2cd76758aee security/dsniff-nox11/Makefile
--- a/security/dsniff-nox11/Makefile    Mon Jan 28 00:35:59 2008 +0000
+++ b/security/dsniff-nox11/Makefile    Mon Jan 28 00:45:26 2008 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2007/01/07 09:14:09 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2008/01/28 00:45:27 rillig Exp $
 
 .include "../../security/dsniff/Makefile.common"
 
 PKGNAME=       dsniff-nox11-${VERS}
+PKGREVISION=   1
 COMMENT=       Password sniffer
 
 CONFIGURE_ARGS+=       --without-x
diff -r 4b0381ed8f6f -r e2cd76758aee security/dsniff/Makefile.common
--- a/security/dsniff/Makefile.common   Mon Jan 28 00:35:59 2008 +0000
+++ b/security/dsniff/Makefile.common   Mon Jan 28 00:45:26 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.common,v 1.6 2007/02/18 18:56:13 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.7 2008/01/28 00:45:26 rillig Exp $
 
 DISTNAME=      dsniff-${VERS}
-PKGREVISION=   1
 VERS=          2.3
 CATEGORIES=    security
 MASTER_SITES+= http://monkey.org/~dugsong/dsniff/



Home | Main Index | Thread Index | Old Index