Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cuM9RtBw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wI+oGRe7 Received: by mail.netbsd.org (Postfix, from userid 605) id 76A7F84E92; Sun, 5 May 2024 22:34:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714948443; bh=X3D9WB4AmKk60nrxWbaxB1WE6rJ4EyPoI5+qyS5Mask=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cuM9RtBwOH6nwG0XkjwFQp7WJ7g3YmICPPdA6JrpbcW6JHSShPT0AyObCwUJr4d3h NmVk2QBCzfZyF6/beQpem6B8PuS2bAbYVX+fNYfLJqEmSwAZJi3759By3ycdBj6cwO dWeGAfrfiWXK6mW7x/vcXJB61XLbqNy7PTCESncw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6592384E63 for ; Sun, 5 May 2024 22:34:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UuRbSKBKpDNx for ; Sun, 5 May 2024 22:34:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC48984D26 for ; Sun, 5 May 2024 22:34:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714948441; bh=X3D9WB4AmKk60nrxWbaxB1WE6rJ4EyPoI5+qyS5Mask=; h=Date:From:Subject:To:Reply-To; b=wI+oGRe7A3gye4pU6TKH94LLS4hOp/ggO29Lm7h+8bVxEvDDH1uTqNCqJ0lno8x37 N/jCyu2X2oKX7Nn7hzyhVBk8m47g1Rtb/NnpNmyhfakEyNSGWRcPkXKgKXp80qchO5 lMQmNp9PPrsgeoR0Z9qmIhI4hSlQZVm4VJDBljZY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B4B7FA2C; Sun, 5 May 2024 22:34:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714948441225820" MIME-Version: 1.0 Date: Sun, 5 May 2024 22:34:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/cad/iverilog To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240505223401.9B4B7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714948441225820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 5 22:34:01 UTC 2024 Modified Files: pkgsrc/cad/iverilog: Makefile Log Message: iverilog: update HOMEPAGE/MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/cad/iverilog/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714948441225820 Content-Disposition: inline Content-Length: 1032 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/iverilog/Makefile diff -u pkgsrc/cad/iverilog/Makefile:1.1 pkgsrc/cad/iverilog/Makefile:1.2 --- pkgsrc/cad/iverilog/Makefile:1.1 Sat Oct 8 23:01:45 2016 +++ pkgsrc/cad/iverilog/Makefile Sun May 5 22:34:01 2024 @@ -1,17 +1,14 @@ -# $NetBSD: Makefile,v 1.1 2016/10/08 23:01:45 kamil Exp $ -# +# $NetBSD: Makefile,v 1.2 2024/05/05 22:34:01 wiz Exp $ DISTNAME= verilog-10.1.1 # There is confision in naming of this software, use iverilog as it's saner PKGNAME= i${DISTNAME} CATEGORIES= cad -MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v10/ -# FTP has newer release than GitHub tag -#MASTER_SITES= ${MASTER_SITE_GITHUB:=steveicarus/} -#GITHUB_TAG= v${PKGVERSION_NOREV:S/./_/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=steveicarus/} +GITHUB_TAG= v${PKGVERSION_NOREV:S/./_/} MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://iverilog.icarus.com/ +HOMEPAGE= https://steveicarus.github.io/iverilog/ COMMENT= Verilog simulation and synthesis tool (stable release version) LICENSE= gnu-gpl-v2 --_----------=_1714948441225820--