Date: Sat, 8 Nov 2014 18:32:35 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372326 - head/comms/xnec2c Message-ID: <201411081832.sA8IWZRc061766@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Sat Nov 8 18:32:35 2014 New Revision: 372326 URL: https://svnweb.freebsd.org/changeset/ports/372326 QAT: https://qat.redports.org/buildarchive/r372326/ Log: Update to latest (3.1) Change maintainership to hamradio@ From the changelog: - Support both . and , as the decimal point in NEC2 files - Fix memory leak - Faster animation on some projections - Faster drag performance on some models - Lower minimum window size for small displays Submitted by: shurd Modified: head/comms/xnec2c/Makefile head/comms/xnec2c/distinfo Modified: head/comms/xnec2c/Makefile ============================================================================== --- head/comms/xnec2c/Makefile Sat Nov 8 18:32:29 2014 (r372325) +++ head/comms/xnec2c/Makefile Sat Nov 8 18:32:35 2014 (r372326) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= xnec2c -PORTVERSION= 2.9 +PORTVERSION= 3.1 CATEGORIES= comms hamradio MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= shurd -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= hamradio@FreeBSD.org COMMENT= Used to calculate antenna patterns useful to ham radio LICENSE= GPLv2 Modified: head/comms/xnec2c/distinfo ============================================================================== --- head/comms/xnec2c/distinfo Sat Nov 8 18:32:29 2014 (r372325) +++ head/comms/xnec2c/distinfo Sat Nov 8 18:32:35 2014 (r372326) @@ -1,2 +1,2 @@ -SHA256 (xnec2c-2.9.tar.bz2) = 1f46e2cbd61949e3c1974a2e0700de1ba5cd635be254e552bf30cfd515c34c84 -SIZE (xnec2c-2.9.tar.bz2) = 919670 +SHA256 (xnec2c-3.1.tar.bz2) = 8ab423347ffe204330477c22dada11d3ade6223050a564ae95eb3434acf4e4e9 +SIZE (xnec2c-3.1.tar.bz2) = 921078
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411081832.sA8IWZRc061766>