head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.22 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.20 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.18 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.16 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.14 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.12 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.8 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.6 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2; locks; strict; comment @# @; 1.3 date 2011.10.02.18.18.08; author joerg; state dead; branches; next 1.2; 1.2 date 2008.10.13.22.32.54; author bad; state Exp; branches; next 1.1; 1.1 date 2008.10.10.11.35.39; author adam; state Exp; branches; next ; desc @@ 1.3 log @Remove Nessus. The distfiles haven't been provided in a long, long time by upstream and they haven't been mirrored either. @ text @$NetBSD: patch-ab,v 1.2 2008/10/13 22:32:54 bad Exp $ --- Makefile.orig 2008-03-08 01:10:04.000000000 +0000 +++ Makefile 2008-09-09 16:30:11.000000000 +0000 @@@@ -23,13 +23,13 @@@@ $(DESTDIR)${libdir}/nessus/plugins install-nasl: install-dirs - for scripts in scripts/*.nasl scripts/*.nbin; do \ + for scripts in scripts/*.nasl; do \ $(INSTALL) -o $(installuser) -m 444 $$scripts \ $(DESTDIR)${libdir}/nessus/plugins; \ done install-inc: install-dirs - for scripts in scripts/*.inc scripts/*.nlib; do \ + for scripts in scripts/*.inc; do \ $(INSTALL) -o $(installuser) -m 444 $$scripts \ $(DESTDIR)${libdir}/nessus/plugins; \ done @ 1.2 log @Fix botched update of nessus. Need to BUILDLINK_ABI_DEPENDS on the 2.2.11 versions of the libraries. Bump PKGREVISION wholesale to disambiguate the fixed packages from the botched ones and depend on them. Use GPLed version of the plugins instead of the non-free version. While here fix permissions of PKG_SYSCONFDIR in nessus-core/Makefile. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @.nbin patches are not installed @ text @d3 3 a5 3 --- Makefile.orig 2008-10-06 16:00:43.000000000 +0200 +++ Makefile @@@@ -23,7 +23,7 @@@@ install-dirs: d14 7 @