From owner-svn-ports-all@freebsd.org Fri Sep 1 13:41:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC72E0F100; Fri, 1 Sep 2017 13:41:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4881172484; Fri, 1 Sep 2017 13:41:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v81Df9hS027764; Fri, 1 Sep 2017 13:41:09 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v81Df9s3027761; Fri, 1 Sep 2017 13:41:09 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201709011341.v81Df9s3027761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 1 Sep 2017 13:41:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449079 - head/security/rats X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/rats X-SVN-Commit-Revision: 449079 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 13:41:10 -0000 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