diff options
author | lx <lx@FreeBSD.org> | 2007-09-09 11:39:54 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-09-09 11:39:54 +0800 |
commit | e714cd409b1b10f2c108133ad45b5c6c763433f1 (patch) | |
tree | 1d4b236f2156f08d08291f13197973c42a92c10e /security | |
parent | bfb71b4ddf919b7b11c1fba47cd63cd6efd1fdb8 (diff) | |
download | freebsd-ports-gnome-e714cd409b1b10f2c108133ad45b5c6c763433f1.tar.gz freebsd-ports-gnome-e714cd409b1b10f2c108133ad45b5c6c763433f1.tar.zst freebsd-ports-gnome-e714cd409b1b10f2c108133ad45b5c6c763433f1.zip |
RATS is under new ownership, so change download and WWW info.
PR: ports/116194
Submitted by: bf <bf2006a@yahoo.com>
Approved by: lx
Diffstat (limited to 'security')
-rw-r--r-- | security/rats/Makefile | 6 | ||||
-rw-r--r-- | security/rats/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 2bb1a0b62a0e..b444c5de5da6 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -9,11 +9,11 @@ PORTNAME= rats PORTVERSION= 2.1 PORTREVISION= 2 CATEGORIES= security devel -MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ - http://www.securesoftware.com/rats/ +MASTER_SITES= http://www.fortifysoftware.com/servlet/downloads/public/ \ + ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/security -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= lx@FreeBSD.org COMMENT= Source code auditing tool LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 diff --git a/security/rats/pkg-descr b/security/rats/pkg-descr index dddacaf6f7df..22b1645f0907 100644 --- a/security/rats/pkg-descr +++ b/security/rats/pkg-descr @@ -8,4 +8,4 @@ every error and will also find things that are not errors. Manual inspection of your code is still necessary, but greatly aided with this tool. -WWW: http://www.securesoftware.com/rats/ +WWW: http://www.fortifysoftware.com/security-resources/rats.jsp |