diff options
author | David Thiel <lx@FreeBSD.org> | 2008-02-18 01:30:01 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2008-02-18 01:30:01 +0000 |
commit | 1af81dafa031283dafcf7700ecbff7cafa7cecce (patch) | |
tree | 8046bd653f5d5a8e031842d55774da48da88302b /security/flawfinder | |
parent | c4468c6a462ea2085f978543892603e673693bf4 (diff) | |
download | ports-1af81dafa031283dafcf7700ecbff7cafa7cecce.tar.gz ports-1af81dafa031283dafcf7700ecbff7cafa7cecce.zip |
Fix an IndexError bug on some source. Take maintainership while I'm here.
PR: ports/120743
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Notes
Notes:
svn path=/head/; revision=207495
Diffstat (limited to 'security/flawfinder')
-rw-r--r-- | security/flawfinder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index 8a843b995192..29d422f19ffc 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.dwheeler.com/flawfinder/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lx@FreeBSD.org COMMENT= Examines source code looking for security weaknesses USE_PYTHON= yes |