diff options
author | Diane Bruce <db@FreeBSD.org> | 2023-12-03 19:57:55 -0500 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2023-12-03 19:57:55 -0500 |
commit | 3aad26d8721a64f56f65a385c569361393e661db (patch) | |
tree | 774c922fcc826ec599f54bc162215db5255e4ae2 /comms/nec2c | |
parent | d8d10ec3fae0169c6b938d75d108bcd90d0a5b04 (diff) | |
download | freebsd-ports-3aad26d8721a64f56f65a385c569361393e661db.zip |
comms/nec2c: Update to 1.3.1
- Version 1.3.1: Fixed a bug in the fbar() in somnec.c reported by
Ward Harriman, AE6TY, that caused corrupt results with wire dipoles
close to ground and while using Sommerfeld/Norton approximation.
- removed zombie dependency on ccmath
Reported by: portscout
Diffstat (limited to 'comms/nec2c')
-rw-r--r-- | comms/nec2c/Makefile | 4 | ||||
-rw-r--r-- | comms/nec2c/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index d3fcfe3d551a..a9ce47dfd711 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -1,5 +1,5 @@ PORTNAME= nec2c -DISTVERSION= 1.3 +DISTVERSION= 1.3.1 CATEGORIES= comms hamradio MASTER_SITES= https://www.qsl.net/5b4az/pkg/nec2/nec2c/ @@ -10,8 +10,6 @@ WWW= https://www.qsl.net/5b4az/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libccm.so:math/ccmath - USES= dos2unix tar:bz2 GNU_CONFIGURE= yes diff --git a/comms/nec2c/distinfo b/comms/nec2c/distinfo index b03564cf5d2a..6c449a8535eb 100644 --- a/comms/nec2c/distinfo +++ b/comms/nec2c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662913308 -SHA256 (nec2c-1.3.tar.bz2) = dfd720fb571f1bc9b4a2ad34449b02e4078b7c4880775fe94f20d8bb00e6f152 -SIZE (nec2c-1.3.tar.bz2) = 159933 +TIMESTAMP = 1701631817 +SHA256 (nec2c-1.3.1.tar.bz2) = 8c706008bcb11c34bf33a3f8f78711c79f7bb49de8a22d74df6b10e1203c013e +SIZE (nec2c-1.3.1.tar.bz2) = 186124 |