Index: head/security/rats/Makefile =================================================================== --- head/security/rats/Makefile (revision 449078) +++ head/security/rats/Makefile (revision 449079) @@ -1,37 +1,35 @@ # Created by: Kris Kennaway # $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 LICENSE= GPLv2+ 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} ALL_TARGET= ${PORTNAME} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E '/^CFLAGS/! s,(BIN|LIB|MAN|SHARE)DIR),DESTDIR)$$(&,g' \ ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/security/rats/distinfo =================================================================== --- head/security/rats/distinfo (revision 449078) +++ head/security/rats/distinfo (revision 449079) @@ -1,2 +1,3 @@ -SHA256 (rats-2.3.tar.gz) = 36872ab4ed55058821d49cd0d1f2c36f1505dae129a697083717a95924cd1478 -SIZE (rats-2.3.tar.gz) = 391573 +TIMESTAMP = 1504272826 +SHA256 (rats-2.4.tgz) = 2163ad111070542d941c23b98d3da231f13cf065f50f2e4ca40673996570776a +SIZE (rats-2.4.tgz) = 393114 Index: head/security/rats/pkg-descr =================================================================== --- head/security/rats/pkg-descr (revision 449078) +++ head/security/rats/pkg-descr (revision 449079) @@ -1,11 +1,11 @@ This is RATS, a rough auditing tool for security, developed by Secure Software Solutions. It is a tool for scanning source code (C, C++, Perl, and Python) and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions. As its name implies, the tool performs only a rough analysis of source code. It will not find 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.fortifysoftware.com/security-resources/rats.jsp +WWW: https://security.web.cern.ch/security/recommendations/en/codetools/rats.shtml