Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/predict (ham/predict) Updated 2.2.3 to 2.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d23c8638dca
branches:  trunk
changeset: 434430:2d23c8638dca
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jun 16 12:43:24 2020 +0000

description:
(ham/predict) Updated 2.2.3 to 2.2.5

Release 2.2.5:
By John A. Magliacane <kd2bd%amsat.org@localhost> (05-May-2018):

* Fixed coding bugs identified by GCC v8.1.0.

* Re-arranged GCC arguments in installer.c for better
  compatibility with more recent versions of GCC.

* Added a -dp command-line option to PREDICT to
  provide quick Doppler shift estimates in CSV format.
    (Thanks Joeal Subash)

* Updated the documentation to reflect the changes.
----------------------------------------------------------------------------

Release 2.2.4:
By John A. Magliacane <kd2bd%amsat.org@localhost> (12-Mar-2018):

* Fixed a bug affecting the -f switch that sometimes caused
  a failure to return proper output.  (Tnx: Andrej Lajovic)

* Fixed a bug in installer.c that sometimes caused a failure
  to properly install PREDICT's executable into /usr/local/bin
    by default.

* Added <errno.h> header to gsat-1.1.0/src/callbacks.c
----------------------------------------------------------------------------

diffstat:

 ham/predict/Makefile                |   7 ++++---
 ham/predict/distinfo                |  12 ++++++------
 ham/predict/patches/patch-predict.c |   4 ++--
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r 950184f52fea -r 2d23c8638dca ham/predict/Makefile
--- a/ham/predict/Makefile      Tue Jun 16 12:40:23 2020 +0000
+++ b/ham/predict/Makefile      Tue Jun 16 12:43:24 2020 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:25 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/06/16 12:43:24 mef Exp $
 #
 
-DISTNAME=      predict-2.2.3
+DISTNAME=      predict-2.2.5
 CATEGORIES=    ham
 MASTER_SITES=  http://www.qsl.net/kd2bd/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    dbj%NetBSD.org@localhost
 HOMEPAGE=      https://www.qsl.net/kd2bd/predict.html
-COMMENT=       PREDICT - curses satellite tracking/orbital prediction program
+COMMENT=       Curses satellite tracking/orbital prediction program
 
 LICENSE=       gnu-gpl-v2
 
diff -r 950184f52fea -r 2d23c8638dca ham/predict/distinfo
--- a/ham/predict/distinfo      Tue Jun 16 12:40:23 2020 +0000
+++ b/ham/predict/distinfo      Tue Jun 16 12:43:24 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/06/04 07:18:47 dbj Exp $
+$NetBSD: distinfo,v 1.2 2020/06/16 12:43:25 mef Exp $
 
-SHA1 (predict-2.2.3.tar.gz) = 1eb4fcc9cf1aca79d890ef62b512763617453c9e
-RMD160 (predict-2.2.3.tar.gz) = b0ec4efcad5ca530f787b2a83d3ba9bb80489d6e
-SHA512 (predict-2.2.3.tar.gz) = 7ab964db85d8fa0e7f32d9d93904599e25d7b50baa79e80cb72407991bf5522aaa91d266b09ce25e1281e4f013124f7e955ca85b46e44cc1c2035331aa54bc6e
-Size (predict-2.2.3.tar.gz) = 1639784 bytes
-SHA1 (patch-predict.c) = 0c7c53edba937737694f98127df32f08df83695a
+SHA1 (predict-2.2.5.tar.bz2) = a39ec4f9ed4c55a9d6975e0c8ff4384aec4ff448
+RMD160 (predict-2.2.5.tar.bz2) = 9f09bd837f35da82aa9c64d4c99e576ca701557c
+SHA512 (predict-2.2.5.tar.bz2) = d936c3ffc1b65422f6cabae89272a1f630a6935971cebfe9ae189949e10c3ca8440aeecb696bd7ada4105e63fbb558b6f19d3cffc7ceed46a07bbf4e6f4dbf72
+Size (predict-2.2.5.tar.bz2) = 1468465 bytes
+SHA1 (patch-predict.c) = c1f55eecb718f2786d1138dd7cb4123b150d92db
diff -r 950184f52fea -r 2d23c8638dca ham/predict/patches/patch-predict.c
--- a/ham/predict/patches/patch-predict.c       Tue Jun 16 12:40:23 2020 +0000
+++ b/ham/predict/patches/patch-predict.c       Tue Jun 16 12:43:24 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-predict.c,v 1.1 2018/06/04 07:18:47 dbj Exp $
+$NetBSD: patch-predict.c,v 1.2 2020/06/16 12:43:25 mef Exp $
 
 sundry fixes to server mode:
   fix buffer size issue looking for netport
@@ -13,7 +13,7 @@
        moon_az, moon_el, moon_dx, moon_ra, moon_dec, moon_gha, moon_dv;
  
  char  qthfile[50], tlefile[50], dbfile[50], temp[80], output[25],
--      serial_port[15], resave=0, reload_tle=0, netport[6],
+-      serial_port[15], resave=0, reload_tle=0, netport[7],
 +      serial_port[15], resave=0, reload_tle=0, netport[8],
        once_per_second=0, ephem[5], sat_sun_status, findsun,
        calc_squint, database=0, xterm, io_lat='N', io_lon='W';



Home | Main Index | Thread Index | Old Index