diff options
author | taca <taca@pkgsrc.org> | 2002-09-30 13:52:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-09-30 13:52:55 +0000 |
commit | a9749c89a5f560aef0f82f8119db285f488326c3 (patch) | |
tree | 2938bd13ccd48b15dca48c6b42ebaa92ede81130 /security/rats/Makefile | |
parent | 30498a6ff3f73bed81082f776d8c59c6afda4aee (diff) | |
download | pkgsrc-a9749c89a5f560aef0f82f8119db285f488326c3.tar.gz |
Update ratas to 2.1
Here is quote from 2.0's release announce but changes from 2.0 to 2.1 are
unknown.
New in this version of RATS:
RATS can now descend through directories recursively, analyzing any supported
source code it finds.
Ability to output results as HTML or XML.
Result output can contain the line of code that caused each problem to be
reported, along with the column number in the source file the problem was
detected at.
RATS will now report various statistics at the end of the reporting phase,
including total time spend on the analysis, and number of source lines analyzed.
Various database additions.
A new database file, rats-openssl, which aids in analyzing any code that
utilizes the OpenSSL C API. (Thanks to Ben Laurie for contributing this
database)
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r-- | security/rats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 6395bcdb28e..e64a314d4b6 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/08/25 21:50:43 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/09/30 13:52:55 taca Exp $ # -DISTNAME= rats-1.4 +DISTNAME= rats-2.1 CATEGORIES= security MASTER_SITES= http://www.securesw.com/rats/ @@ -11,7 +11,7 @@ COMMENT= Rough Auditing Tool for Security USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --libdir=${LOCALBASE}/share/rats +CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats ALL_TARGET= rats .include "../../textproc/expat/buildlink2.mk" |