From 8d586dd6934d32e17368f0b96cf448fd2556da0a Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Wed, 9 Jan 2013 04:21:34 +0000 Subject: - Upgrade to 0.3.1 0.3.1 / 2013-01-06 Fabian Kurz * Fixed saving scores if toplist file is not in cwd (tnx ON4ACP) * F7 repeats the _previous_ callsign/word (suggested by KU1T) * The sample rate can be set via qrqrc now. * Minor bugfixes in PulseAudio output PR: ports/175118 Submitted by: Chris Petrik --- comms/qrq/Makefile | 2 +- comms/qrq/distinfo | 4 ++-- comms/qrq/files/patch-Makefile | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/comms/qrq/Makefile b/comms/qrq/Makefile index c745f49f4e03..871193fd20d3 100644 --- a/comms/qrq/Makefile +++ b/comms/qrq/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qrq -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/qrq/ \ ${MASTER_SITE_LOCAL} diff --git a/comms/qrq/distinfo b/comms/qrq/distinfo index 06771c32eac5..4c68d50fadbd 100644 --- a/comms/qrq/distinfo +++ b/comms/qrq/distinfo @@ -1,2 +1,2 @@ -SHA256 (qrq-0.3.0.tar.gz) = 26f8add86404037f7db8b5a6727923df57355bf92b3e40fab5e02cdd0a71044f -SIZE (qrq-0.3.0.tar.gz) = 130970 +SHA256 (qrq-0.3.1.tar.gz) = 92988a33b7eddb3941cf91a285a57f4f0872722adf003350a8afe2caf83159a1 +SIZE (qrq-0.3.1.tar.gz) = 131508 diff --git a/comms/qrq/files/patch-Makefile b/comms/qrq/files/patch-Makefile index eba65ba99276..a37436d3d38b 100644 --- a/comms/qrq/files/patch-Makefile +++ b/comms/qrq/files/patch-Makefile @@ -1,9 +1,9 @@ ---- Makefile.orig 2011-12-18 16:35:50.000000000 -0500 -+++ Makefile 2012-11-03 07:46:51.000000000 -0500 +--- Makefile.bak 2013-01-07 23:13:28.000000000 -0600 ++++ Makefile 2013-01-07 23:14:17.000000000 -0600 @@ -1,14 +1,14 @@ # qrq Makefile -- Fabian Kurz, DJ1YFK -- http://fkurz.net/ham/qrq.html - VERSION=0.3.0 + VERSION=0.3.1 -DESTDIR?=/usr +DESTDIR?=%%PREFIX%% -- cgit v1.2.3