Greetings,

The attached diff updates cad/qucs-s to the latest revision.


What's new upstream
===================
This release contains mainly bugfixes:
- Added SPICEINIT component;
- Fixed OpAmp input pins order;
- Added 4-pin NMOS and PMOS symbols;
- Added AppImage Package.


What's new in the port
======================
- updated maintainer email address;
- as already highlighted in the first submission, portcheck is flagging the presence of python modules without compiled versions, but those are actually only examples and I don't think it is worth adding python as a dependency just for that (there are also examples for Octave...).


Tested on amd64 only.

-- 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/qucs-s/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile    1 Nov 2019 11:09:55 -0000       1.5
+++ Makefile    8 Mar 2020 17:34:52 -0000
@@ -2,13 +2,12 @@
 
 COMMENT =      an universal GUI for SPICE and not-SPICE circuit simulators
 
-V =            0.0.21
+V =            0.0.22
 DISTNAME =     qucs-s-${V}
-REVISION =     2
 
 CATEGORIES =   cad
 HOMEPAGE =     https://ra3xdh.github.io/
-MAINTAINER =   Alessandro De Laurenzis <jus...@atlantide.t28.net>
+MAINTAINER =   Alessandro De Laurenzis <jus...@atlantide.mooo.com>
 
 MASTER_SITES = https://github.com/ra3xdh/qucs_s/releases/download/${V}/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/qucs-s/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    2 May 2019 03:34:39 -0000       1.1.1.1
+++ distinfo    8 Mar 2020 17:34:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (qucs-s-0.0.21.tar.gz) = 5tnU1w5KLNT0mNsQwScZLvmASkJO3o5XdUcTBnb1k3U=
-SIZE (qucs-s-0.0.21.tar.gz) = 11270570
+SHA256 (qucs-s-0.0.22.tar.gz) = kHpY6XPhhRo1b3JoSVYMLWNx1OUQgZT5RwqgjGZNDvU=
+SIZE (qucs-s-0.0.22.tar.gz) = 11271279

Reply via email to