summaryrefslogtreecommitdiff
path: root/security/nessus-devel/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Upgrade to nessus version 2.0.10aOliver Braun2004-02-251-6/+3
| | | | | | | | | - Adopt the standard nessus directory structure, reducing the number of files in ${PREFIX}/etc/nessus. Move existing files to the right places PR: ports/62033 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* - Update to 2.0.9Sergei Kolobov2003-12-041-1/+1
| | | | | PR: 59020 Submitted by: maintainer
* Update to nessus 2.08a.Peter Pentchev2003-10-091-1/+1
| | | | | PR: 57756 Submitted by: maintainer
* Upgrade to nessus version 2.0.8Oliver Lehmann2003-10-041-1/+1
| | | | | PR: ports/57549 Submitted By: maintainer
* Fix MASTER_SITES by replacing a no longer working european mirror by anOliver Braun2003-07-131-1/+2
| | | | | | | | australian and a japanse. PR: ports/54442 Submitted by: maintainer Obtained from: portsurvey
* Upgrade to 2.0.7.Oliver Braun2003-07-041-1/+1
| | | | | PR: ports/54051 Submitted by: maintainer
* Upgrade to 2.0.6a.Oliver Braun2003-06-011-2/+1
| | | | | PR: ports/52636 Submitted by: maintainer
* * Upgrade checksums. Quote from the developer: "I did a quick "re-release" forOliver Braun2003-05-131-0/+1
| | | | | | | | minor issues that I don't felt were justifying a 2.0.6." * Bump PORTREVISION. PR: ports/52023 Submitted by: maintainer
* Upgrade to 2.0.5.Oliver Braun2003-05-061-1/+1
| | | | | PR: ports/51888 Submitted by: maintainer
* Remove a no longer maintained mirror from the MASTER_SITES.Oliver Braun2003-04-241-1/+0
| | | | | PR: ports/51327 Submitted by: maintainer
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
|
* - Update to 2.0.4.Oliver Braun2003-04-191-1/+1
| | | | | | | | - Add dependency on bpf for the server. - Add "client only" knob. PR: ports/51125 Submitted by: maintainer
* Upgrade to 2.0.3.Oliver Braun2003-04-061-1/+1
| | | | | PR: ports/50550 Submitted by: maintainer
* Makefile was borked in previous commit, spaces instead of tab.Oliver Braun2003-03-011-2/+2
|
* * Upgrade to 2.0.1.Oliver Braun2003-03-011-11/+13
| | | | | | | * Fix the certificate making. PR: ports/48671 Submitted by: maintainer
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
|
* Upgrade to 1.3.4.Oliver Braun2003-02-141-1/+1
| | | | | PR: ports/48280 Submitted by: maintainer
* * Upgrade to 1.3.3.Oliver Braun2003-01-311-1/+1
| | | | | | | * Update the pkg-descr as requested by the nessus developer. PR: ports/47709 Submitted by: maintainer
* Upgrade to 1.3.2.Oliver Braun2003-01-241-1/+1
| | | | | PR: ports/47415 Submitted by: maintainer
* Upgrade to 1.3.1.Oliver Braun2003-01-201-1/+1
| | | | | PR: ports/47244 Submitted by: maintainer
* Upgrade to 1.3.0.Oliver Braun2003-01-091-13/+8
| | | | | PR: ports/46823 Submitted by: maintainer
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-011-3/+5
| | | | | PR: 42288 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Mark FORBIDDEN: stable version is now available from security/nessus* andJimmy Olgeni2002-06-191-0/+2
| | | | there's no -devel branch yet.
* Upgrade to 1.2.2Dmitry Sivachenko2002-06-141-1/+1
| | | | | PR: 39218 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (MAINTAINER)
* upgrade to 1.2.1Ying-Chieh Liao2002-05-291-2/+2
| | | | | PR: 38692 Submitted by: maintainer
* Remove patch, which is no longer needed.Cy Schubert2002-05-211-6/+0
| | | | | PR: 38368 Submitted by: MAINTAINER: Udo Schweigert <udo.schweigert@siemens.com>
* Update nessus-devel suite to version 1.2.0.Jimmy Olgeni2002-04-181-11/+11
| | | | | PR: 37237 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Update nessus-*-devel 1.1.13 --> 1.1.14.Cy Schubert2002-03-221-3/+2
| | | | | PR: 36192 Submitted by: MAINTAINER: Udo Schweigert <udo.schweigert@siemens.com>
* Update 1.1.12 --> 1.1.13Cy Schubert2002-03-031-1/+1
| | | | | PR: ports/35313 Submitted by: MAINTAINER: Udo Schweigert <udo.schweigert@siemens.com>
* o update to 1.12.FUJISHIMA Satsuki2002-01-231-1/+1
| | | | | | | o fix pkg-plist's to absorb differences between 'make install' and 'pkg_add'. PR: 34198 Submitted by: maintainer
* - add missing manpage to MAN1Pete Fritchman2001-12-291-1/+8
| | | | | | | | - fix compile on -current and recent -stable (due to conflicting strcasestr definitions) PR: 33188 Submitted by: maintainer
* Update ports to version 1.1.11.Jimmy Olgeni2001-12-211-1/+1
| | | | | PR: 33052 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Update to version 1.1.10.Steve Price2001-12-021-1/+1
| | | | | PR: 32394 Submitted by: maintainer
* Update nessus-*-devel to version 1.1.9.Jimmy Olgeni2001-11-171-1/+1
| | | | | PR: 32057 Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Update port suite to version 1.1.8.Jimmy Olgeni2001-10-301-1/+1
| | | | | PR: 31634 Submitted by: Udo Schweigert <ust@cert.siemens.de>
* Update the nessus-*-devel ports to version 1.1.7.Jimmy Olgeni2001-10-271-21/+23
| | | | | | PR: 31139 (+ some changes) Submitted by: Udo Schweigert <ust@cert.siemens.de> Reviewed by: olgeni
* Update nessus suite to version 1.0.9, remove extra file from nessus'Jimmy Olgeni2001-08-081-2/+2
| | | | pkg-plist (includes.h).
* Update the Nessus suite to version 1.0.8.Jimmy Olgeni2001-05-241-1/+1
|
* Remove the WITHOUT_GTK option: bsd.gnome.mk already takes care of it.Jimmy Olgeni2001-03-141-1/+1
|
* Use WANT_GTK and USE_GTK properly, so that the text-only nessus client canJimmy Olgeni2001-03-111-3/+8
| | | | | | | | be built automatically if gtk is not installed. The WITHOUT_GTK option is still supported (by bsd.gnome.mk) I also changed a couple of @dirrms to @unexecs in pkg-plist.
* Update to version 1.0.7a.Jimmy Olgeni2001-02-051-10/+10
|
* Use proper capitalization (freebsd.org -> FreeBSD.org)Jimmy Olgeni2001-01-241-1/+1
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)Jimmy Olgeni2001-01-241-1/+1
|
* Upgrade to 1.0.7.Vanilla I. Shu2001-01-241-15/+12
| | | | | PR: ports/24501, ports/24502, ports/24503, ports24504 Submitted by: maintainer
* This patch enables the compilation of a text-only nessus client.James E. Housley2001-01-051-1/+5
| | | | | PR: 23808 Submitted by: Jimmy Olgeni <olgeni@uli.it> MAINTAINER
* Maintainer upgrade to 1.0.6.Doug Barton2000-11-261-1/+2
| | | | | PR: ports/22725 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.Maxim Sobolev2000-11-091-1/+1
| | | | Submited by: Jimmy Olgeni <olgeni@uli.it>
* Revert maintainership to ports@ at maintainer's request.Dag-Erling Smørgrav2000-11-091-1/+1
|