Greetings,

The attached diff updates cad/netgen to the latest version.

What's new upstream
===================
See [1] for a complete list. OpenBSD side, the most relevant change is the fix of a missing prototype for ReadVerilogFile function, that should unbreak the port for mips64 arch (see [2]).

What's new in the port
======================
Very trivial update (DISTNAME, distinfo and the result of 'make update-patches')

All the best

[1] http://opencircuitdesign.com/netgen/history.html
[2] https://marc.info/?l=openbsd-ports&m=160303328223947&w=2

--
Alessandro De Laurenzis
[mailto:jus...@atlantide.mooo.com]
Web: http://www.atlantide.mooo.com
LinkedIn: http://it.linkedin.com/in/delaurenzis
Index: Makefile
===================================================================
RCS file: /cvs/ports/cad/netgen/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile	23 Feb 2021 19:39:10 -0000	1.8
+++ Makefile	6 Mar 2021 09:23:16 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.8 2021/02/23 19:39:10 sthen Exp $
 
 COMMENT =	tool for netlist comparison (LVS) and format manipulation
-DISTNAME =	netgen-1.5.138
+DISTNAME =	netgen-1.5.171
 EXTRACT_SUFX =	.tgz
-REVISION =	0
 
 CATEGORIES =	cad
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/netgen/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	22 Feb 2020 11:37:16 -0000	1.2
+++ distinfo	6 Mar 2021 09:23:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (netgen-1.5.138.tgz) = ntRrH+USG0pPs/k7+1X7WiNIY8w1z6fG4WsimCPKiHg=
-SIZE (netgen-1.5.138.tgz) = 522205
+SHA256 (netgen-1.5.171.tgz) = 9Gl/2K3dareh1eQgc/jDTWO9+lsDfiFxhGbLj8FE9hI=
+SIZE (netgen-1.5.171.tgz) = 530218
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/cad/netgen/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-Makefile
--- patches/patch-Makefile	22 Feb 2020 11:37:17 -0000	1.2
+++ patches/patch-Makefile	6 Mar 2021 09:23:16 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-Makefile,v 1.2 2020/02/2
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -14,12 +14,10 @@ include defs.mak
+@@ -14,12 +14,10 @@ INSTALL_CAD_DIRS = lib doc
  all:	$(ALL_TARGET)
  
  standard:

Reply via email to