diff options
author | db <db@FreeBSD.org> | 2013-01-09 12:21:34 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2013-01-09 12:21:34 +0800 |
commit | a12970daa27a7805172923efdd3e4cffff5ffe05 (patch) | |
tree | 082ef370f2eea13f4c27b418677e1e3b152c8245 /comms | |
parent | ae98de3b489fd07570fe658848306ccc0d42fe34 (diff) | |
download | freebsd-ports-gnome-a12970daa27a7805172923efdd3e4cffff5ffe05.tar.gz freebsd-ports-gnome-a12970daa27a7805172923efdd3e4cffff5ffe05.tar.zst freebsd-ports-gnome-a12970daa27a7805172923efdd3e4cffff5ffe05.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')
-rw-r--r-- | comms/qrq/Makefile | 2 | ||||
-rw-r--r-- | comms/qrq/distinfo | 4 | ||||
-rw-r--r-- | 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%% |