pkgsrc-WIP-changes archive

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

iverilog: Upgrade to 10.1



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 5 00:57:34 2016 +0200
Changeset:	9d9b7289680e1600a1a98e5f693e7097225d3e92

Modified Files:
	iverilog/Makefile
	iverilog/distinfo

Log Message:
iverilog: Upgrade to 10.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d9b7289680e1600a1a98e5f693e7097225d3e92

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 iverilog/Makefile | 6 ++++--
 iverilog/distinfo | 7 ++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/iverilog/Makefile b/iverilog/Makefile
index a0a7532..d230be4 100644
--- a/iverilog/Makefile
+++ b/iverilog/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	iverilog-10.0
+DISTNAME=	iverilog-10.1
 CATEGORIES=	lang devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=steveicarus/}
 GITHUB_TAG=	v${PKGVERSION_NOREV:S/./_/}
@@ -18,7 +18,9 @@ GNU_CONFIGURE=	yes
 
 TEST_TARGET=	check
 
+BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+
 pre-configure:
-	${RUN} cd ${WRKSRC} && autoconf
+	${RUN} cd ${WRKSRC} && ${SH} ./autoconf.sh
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/iverilog/distinfo b/iverilog/distinfo
index 34ab2c8..1a5bd58 100644
--- a/iverilog/distinfo
+++ b/iverilog/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
-SHA1 (iverilog-10.0.tar.gz) = aea63ced71cc9deafd51d53f119c442c9ea85edd
-RMD160 (iverilog-10.0.tar.gz) = 0e1f025875b65aa66931050f8bf894014dbac99f
-Size (iverilog-10.0.tar.gz) = 1584145 bytes
+SHA1 (iverilog-10.1.tar.gz) = 5aeabe8553bd42d5788f4ebba995c37b4bd966bc
+RMD160 (iverilog-10.1.tar.gz) = 90ae1db06dc309ce7afb94f75434e57c58a02596
+SHA512 (iverilog-10.1.tar.gz) = d1fa6e899ea2db3aadadbfc9317df40a8193fb846196d81f595f77500f03b26a426e8802bcfed28337644460a48a7f0bf6bfdb9c2656646d489e4d804f9e9314
+Size (iverilog-10.1.tar.gz) = 1586164 bytes


Home | Main Index | Thread Index | Old Index