pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nessus Allow package revisions in dependences...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3437e2350cf7
branches: trunk
changeset: 495790:3437e2350cf7
user: tron <tron%pkgsrc.org@localhost>
date: Mon Jun 20 15:47:57 2005 +0000
description:
Allow package revisions in dependences on "nessus-core" and
"nessus-plugins". The package can now be installed again after the
recent change to the "nessus-plugins" package.
diffstat:
security/nessus/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r ffd9399131cd -r 3437e2350cf7 security/nessus/Makefile
--- a/security/nessus/Makefile Mon Jun 20 10:58:16 2005 +0000
+++ b/security/nessus/Makefile Mon Jun 20 15:47:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/20 15:47:57 tron Exp $
.include "../nessus/Makefile.common"
@@ -8,8 +8,8 @@
COMMENT= The Nessus Network Security Scanner
-DEPENDS+= nessus-core-${VERS}:../nessus-core
-DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins
+DEPENDS+= nessus-core-${VERS}{,nb*}:../nessus-core
+DEPENDS+= nessus-plugins-${VERS}{,nb*}:../nessus-plugins
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
Home |
Main Index |
Thread Index |
Old Index