pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/iverilog



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.

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@localhost
-HOMEPAGE=      http://iverilog.icarus.com/
+HOMEPAGE=      https://steveicarus.github.io/iverilog/
 COMMENT=       Verilog simulation and synthesis tool (stable release version)
 LICENSE=       gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index