diff options
author | lx <lx@FreeBSD.org> | 2008-02-18 09:30:01 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2008-02-18 09:30:01 +0800 |
commit | 1de06b7829ae4b0e643c990b4dd34fb6dbf46101 (patch) | |
tree | 69f975b730774ef8229a40cc335dcaa5f0405d87 /security/flawfinder | |
parent | 0acc8f41a3ed37099420c2970a345534c342092e (diff) | |
download | freebsd-ports-gnome-1de06b7829ae4b0e643c990b4dd34fb6dbf46101.tar.gz freebsd-ports-gnome-1de06b7829ae4b0e643c990b4dd34fb6dbf46101.tar.zst freebsd-ports-gnome-1de06b7829ae4b0e643c990b4dd34fb6dbf46101.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>
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 |