Update to 0.18.

Add more mirrors (primary is currently down) as well as MASTER_SITE_LOCAL
This claims to have integrated patches from the port, but only one patch
gets deleted.
This commit is contained in:
Stephen Hurd 2014-12-12 14:30:06 +00:00
parent 2ff352af7e
commit 361a77eacc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374593
3 changed files with 7 additions and 16 deletions

View File

@ -1,11 +1,13 @@
# $FreeBSD$
PORTNAME= soundmodem
PORTVERSION= 0.17
PORTREVISION= 2
PORTVERSION= 0.18
CATEGORIES= comms hamradio
MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \
http://chronos.org.uk/distfiles/
http://soundmodem.vk4msl.yi.org/ \
http://pv529.ncsrv.de/soundmodem/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= shurd
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio sound modem

View File

@ -1,2 +1,2 @@
SHA256 (soundmodem-0.17.tar.gz) = 741cd31b645340e6371a5592452f29aa03991943c467d03d4da9353b8dbb5edb
SIZE (soundmodem-0.17.tar.gz) = 486024
SHA256 (soundmodem-0.18.tar.gz) = f033c1716df1378cda646dbb1c48ea9fb9a068772c6686f2ca411bfa64245c1c
SIZE (soundmodem-0.18.tar.gz) = 485475

View File

@ -1,11 +0,0 @@
--- configapp/src/diag.c.orig 2013-12-13 14:39:25.388350545 -0500
+++ configapp/src/diag.c 2013-12-13 14:40:12.600347047 -0500
@@ -473,7 +473,7 @@
cp += sprintf(cp, "%c", diagstate.p3d.packet[i+j]);
}
}
- cp += sprintf(cp, "\n%04x: %02x %02x%44s", 512, diagstate.p3d.packet[512], diagstate.p3d.packet[514], " ");
+ cp += sprintf(cp, "\n%04x: %02x %02x%44s", 512, diagstate.p3d.packet[512], diagstate.p3d.packet[513], " ");
for (i = 512; i < 514; i++) {
if (diagstate.p3d.packet[i] < ' ' || diagstate.p3d.packet[i] >= 0x80)
cp += sprintf(cp, ".");