Date: Fri, 1 Sep 2017 13:41:09 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449079 - head/security/rats Message-ID: <201709011341.v81Df9s3027761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Sep 1 13:41:09 2017 New Revision: 449079 URL: https://svnweb.freebsd.org/changeset/ports/449079 Log: - Update to 2.4 - Update WWW Modified: head/security/rats/Makefile head/security/rats/distinfo head/security/rats/pkg-descr Modified: head/security/rats/Makefile ============================================================================== --- head/security/rats/Makefile Fri Sep 1 12:56:27 2017 (r449078) +++ head/security/rats/Makefile Fri Sep 1 13:41:09 2017 (r449079) @@ -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} Modified: head/security/rats/distinfo ============================================================================== --- head/security/rats/distinfo Fri Sep 1 12:56:27 2017 (r449078) +++ head/security/rats/distinfo Fri Sep 1 13:41:09 2017 (r449079) @@ -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 Modified: head/security/rats/pkg-descr ============================================================================== --- head/security/rats/pkg-descr Fri Sep 1 12:56:27 2017 (r449078) +++ head/security/rats/pkg-descr Fri Sep 1 13:41:09 2017 (r449079) @@ -8,4 +8,4 @@ every error and will also find things that are not err 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709011341.v81Df9s3027761>