diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rat/Makefile | 11 | ||||
-rw-r--r-- | audio/rat/distinfo | 4 | ||||
-rw-r--r-- | audio/rat/files/patch-aa | 11 | ||||
-rw-r--r-- | audio/rat/files/patch-ab | 11 | ||||
-rw-r--r-- | audio/rat/pkg-plist | 8 |
5 files changed, 12 insertions, 33 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index ec89eca84b79..e66fc1d1a78c 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -6,18 +6,18 @@ # PORTNAME= rat -PORTVERSION= 4.2.22 +PORTVERSION= 4.2.25 PORTREVISION= 0 -CATEGORIES= mbone audio ipv6 +CATEGORIES= mbone audio ipv6 tk83 MASTER_SITES= \ - http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/4.2.22/ \ + http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ http://www.icir.org/hodson/ucl-mirror/ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool -TCLTK_VERSION= 8.2 -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +TCLTK_VERSION= 8.3 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOCONF= yes USE_GMAKE= yes @@ -27,6 +27,7 @@ MANCOMPRESSED= no RAT_BUILD_DIRS= common rat RAT= ${PORTNAME}-${PORTVERSION} RAT_SCRIPT= ${PORTNAME} +PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> diff --git a/audio/rat/distinfo b/audio/rat/distinfo index 0100aa8ba13e..6175d10a2a7b 100644 --- a/audio/rat/distinfo +++ b/audio/rat/distinfo @@ -1,2 +1,2 @@ -MD5 (rat-4.2.22.tar.gz) = 4c2fddfc396bcf5443a0a54e51925ed9 -SIZE (rat-4.2.22.tar.gz) = 4461942 +MD5 (rat-4.2.25.tar.gz) = d959a507b27573f80511fd6739b33514 +SIZE (rat-4.2.25.tar.gz) = 726326 diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa deleted file mode 100644 index 4f2f90d89d54..000000000000 --- a/audio/rat/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002 -+++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002 -@@ -19,7 +19,7 @@ - #include "debug.h" - - #include <machine/pcaudioio.h> --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - - #define LUIGI_SPEAKER 0x101 - #define LUIGI_MICROPHONE 0x201 diff --git a/audio/rat/files/patch-ab b/audio/rat/files/patch-ab deleted file mode 100644 index 21a58452751e..000000000000 --- a/audio/rat/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- rat/auddev_newpcm.c.orig Sun Sep 8 01:37:33 2002 -+++ rat/auddev_newpcm.c Sun Sep 8 01:37:40 2002 -@@ -20,7 +20,7 @@ - #include "memory.h" - #include "debug.h" - --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #include <sys/types.h> - - #include <dirent.h> diff --git a/audio/rat/pkg-plist b/audio/rat/pkg-plist index fff5da847408..b925d308e8c6 100644 --- a/audio/rat/pkg-plist +++ b/audio/rat/pkg-plist @@ -1,7 +1,7 @@ -bin/rat-4.2.22 -bin/rat-4.2.22-ui -bin/rat-4.2.22-media +bin/rat-%%PORTVERSION%% +bin/rat-%%PORTVERSION%%-ui +bin/rat-%%PORTVERSION%%-media bin/rat -etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.-.rat-4.2.22 +etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.-.rat-%%PORTVERSION%% @dirrm etc/sdr/plugins @dirrm etc/sdr |