aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/mixer.app/Makefile2
-rw-r--r--audio/mixer.app/distinfo2
-rw-r--r--audio/mixer.app/files/patch-Mixer.cc8
-rw-r--r--audio/mixer.app/pkg-descr4
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index efe1e49bfd86..38088debbe3d 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mixer.app
-PORTVERSION= 1.7.0
+PORTVERSION= 1.8.0
CATEGORIES= audio
MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
DISTNAME= Mixer.app-${PORTVERSION}
diff --git a/audio/mixer.app/distinfo b/audio/mixer.app/distinfo
index b3c251454301..72dedf552040 100644
--- a/audio/mixer.app/distinfo
+++ b/audio/mixer.app/distinfo
@@ -1 +1 @@
-MD5 (Mixer.app-1.7.0.tar.gz) = 8ab5dca4458d3d6202131f497aadcb27
+MD5 (Mixer.app-1.8.0.tar.gz) = e2c275f16a91c52552d9e2221e18d24c
diff --git a/audio/mixer.app/files/patch-Mixer.cc b/audio/mixer.app/files/patch-Mixer.cc
index 95404bf7c221..8f1e32f14cb4 100644
--- a/audio/mixer.app/files/patch-Mixer.cc
+++ b/audio/mixer.app/files/patch-Mixer.cc
@@ -1,11 +1,11 @@
---- Mixer.cc.orig Sat Sep 7 16:55:38 2002
-+++ Mixer.cc Sat Sep 7 16:55:56 2002
+--- Mixer.cc.orig Sun Sep 15 18:42:33 2002
++++ Mixer.cc Tue Apr 29 01:43:01 2003
@@ -33,8 +33,6 @@
#if defined(__Linux__)
#include <linux/soundcard.h>
-#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
+ #elif defined(__OpenBSD__)
+ #include <soundcard.h>
#else
- #include <sys/soundcard.h>
- #endif
diff --git a/audio/mixer.app/pkg-descr b/audio/mixer.app/pkg-descr
index 7f0eca9d9b22..a0edafa59f13 100644
--- a/audio/mixer.app/pkg-descr
+++ b/audio/mixer.app/pkg-descr
@@ -3,7 +3,7 @@ A dockapp that controls the mixer for three volumes by default:
* CD
* PCM
-WWW: http://www.student.hk-r.se/~pt96pli/mixer/
+WWW: http://www.fukt.bth.se/~per/mixer/
Author:
-Per Liden <per@rsn.hk-r.se>
+Per Liden <per@fukt.bth.se>