diff options
author | Diane Bruce <db@FreeBSD.org> | 2013-01-09 12:21:34 +0800 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2013-01-09 12:21:34 +0800 |
commit | 8d586dd6934d32e17368f0b96cf448fd2556da0a (patch) | |
tree | 082ef370f2eea13f4c27b418677e1e3b152c8245 /comms/qrq/files | |
parent | 3cbeac2949d929d5ca45f5a3eea0ecfd03bfc780 (diff) | |
download | freebsd-ports-gnome-8d586dd6934d32e17368f0b96cf448fd2556da0a.tar.gz freebsd-ports-gnome-8d586dd6934d32e17368f0b96cf448fd2556da0a.tar.zst freebsd-ports-gnome-8d586dd6934d32e17368f0b96cf448fd2556da0a.zip |
- Upgrade to 0.3.1
0.3.1 / 2013-01-06 Fabian Kurz <fabian@fkurz.net>
* 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 <c.petrik.sosa@gmail.com>
Diffstat (limited to 'comms/qrq/files')
-rw-r--r-- | comms/qrq/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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%% |