Received: by mail.netbsd.org (Postfix, from userid 605) id DF0BF84D88; Tue, 19 Sep 2017 08:28:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74BCE84D86 for ; Tue, 19 Sep 2017 08:28:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 50uob4p0p-AD for ; Tue, 19 Sep 2017 08:28:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D68E584CDD for ; Tue, 19 Sep 2017 08:28:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1292FA9A; Tue, 19 Sep 2017 08:28:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505809707221290" MIME-Version: 1.0 Date: Tue, 19 Sep 2017 08:28:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/its4 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170919082827.D1292FA9A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1505809707221290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 19 08:28:27 UTC 2017 Modified Files: pkgsrc/devel/its4: Makefile Log Message: its4: comment out dead site I'll remove this after the freeze To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/its4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505809707221290 Content-Disposition: inline Content-Length: 716 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/its4/Makefile diff -u pkgsrc/devel/its4/Makefile:1.21 pkgsrc/devel/its4/Makefile:1.22 --- pkgsrc/devel/its4/Makefile:1.21 Wed Aug 16 20:21:07 2017 +++ pkgsrc/devel/its4/Makefile Tue Sep 19 08:28:27 2017 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/08/16 20:21:07 wiz Exp $ -# +# $NetBSD: Makefile,v 1.22 2017/09/19 08:28:27 wiz Exp $ DISTNAME= its4-1.1.1 CATEGORIES= devel @@ -7,7 +6,7 @@ MASTER_SITES= # have to fetch for yourse EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.cigital.com/its4/ +#HOMEPAGE= https://www.cigital.com/its4/ COMMENT= Static C/C++ code scanner for potential security problems LICENSE= no-commercial-use --_----------=_1505809707221290--