pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/nessus-plugins - Remove the nessus-update-plu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb4bce2df36b
branches:  trunk
changeset: 492180:fb4bce2df36b
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Apr 05 22:15:55 2005 +0000

description:
- Remove the nessus-update-plugins patch I included a while ago. Nessus
  now use their own binary for fetching updated plugin files from the
  nessus.org site.

diffstat:

 security/nessus-plugins/Makefile |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (30 lines):

diff -r 4e6b898bfd4c -r fb4bce2df36b security/nessus-plugins/Makefile
--- a/security/nessus-plugins/Makefile  Tue Apr 05 22:13:29 2005 +0000
+++ b/security/nessus-plugins/Makefile  Tue Apr 05 22:15:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/04 09:32:02 adam Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/05 22:15:55 adrianp Exp $
 
 .include       "../nessus/Makefile.common"
 
@@ -15,20 +15,6 @@
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+=       --with-fetchcmd=/usr/bin/ftp
-.else
-CONFIGURE_ARGS+=       --with-fetchcmd=${PREFIX}/bin/ftp
-.endif
-
-SUBST_CLASSES+=                fetch
-SUBST_STAGE.fetch=     post-configure
-SUBST_FILES.fetch=     nessus-update-plugins
-SUBST_SED.fetch=       -e "s|fetch_args=\"\"|fetch_args=\"-o -\"|g"
-SUBST_MESSAGE.fetch=   "Fixing fetch parameters."
-
 PLIST_SRC=     ${WRKDIR}/PLIST PLIST
 
 # auto-generate PLIST of plug-ins



Home | Main Index | Thread Index | Old Index