diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-09-01 13:41:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-09-01 13:41:09 +0000 |
commit | 6f8de778e6b38a91ca87527d386fc32f8291fcfb (patch) | |
tree | c766024b875425760c4c28cc2a981564461a36b2 /security/rats/Makefile | |
parent | 426c710a9d2189354fa388664a9250e180eec4bd (diff) | |
download | ports-6f8de778e6b38a91ca87527d386fc32f8291fcfb.tar.gz ports-6f8de778e6b38a91ca87527d386fc32f8291fcfb.zip |
Notes
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r-- | security/rats/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 66714de7533b..f504f5010b81 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= rats -PORTVERSION= 2.3 -PORTREVISION= 1 +PORTVERSION= 2.4 CATEGORIES= security devel -MASTER_SITES= https://www.fortify.com/downloads2/public/ \ - http://redundancy.redundancy.org/mirror/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rough-auditing-tool-for-security/ MAINTAINER= ports@FreeBSD.org COMMENT= Source code auditing tool @@ -17,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes -USES= gmake +USES= gmake tar:tgz CONFIGURE_ARGS= --with-expat-lib=${LOCALBASE}/lib \ --with-expat-include=${LOCALBASE}/include/xml \ --datadir=${DATADIR} |