diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-14 16:00:08 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-14 16:00:08 +0000 |
commit | bc23becda9f1dbfa78b35f4f333ce7d9bfb258a9 (patch) | |
tree | 4b934bda203c5685c2100913e6973499b039ff31 /audio | |
parent | 9b69aeb189b97b5edea925bbd8b5ae6b0da30419 (diff) | |
download | ports-bc23becda9f1dbfa78b35f4f333ce7d9bfb258a9.tar.gz ports-bc23becda9f1dbfa78b35f4f333ce7d9bfb258a9.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/afsp/Makefile | 4 | ||||
-rw-r--r-- | audio/afsp/distinfo | 2 | ||||
-rw-r--r-- | audio/afsp/files/Makefile | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index 35fd3b6d4037..ca0ead202792 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= afsp -PORTVERSION= 4.3 +PORTVERSION= 5.0 CATEGORIES= audio MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/ -DISTNAME= AFsp-v4r3 +DISTNAME= AFsp-v5r0 MAINTAINER= ginga@athena.club.ne.jp diff --git a/audio/afsp/distinfo b/audio/afsp/distinfo index cfc061fd086a..2a7d2ae0450c 100644 --- a/audio/afsp/distinfo +++ b/audio/afsp/distinfo @@ -1 +1 @@ -MD5 (AFsp-v4r3.tar.gz) = bca9c9b92a51f305e9e56efde2ab4782 +MD5 (AFsp-v5r0.tar.gz) = 8d2f373a7b75ab8e472cf50d192ea928 diff --git a/audio/afsp/files/Makefile b/audio/afsp/files/Makefile index f60ae2edc396..318c40c998d8 100644 --- a/audio/afsp/files/Makefile +++ b/audio/afsp/files/Makefile @@ -13,6 +13,7 @@ BINARIES = bin/CompAudio \ bin/ResampAudio MAINHEADERS = include/AD.h \ include/AO.h \ + include/AObase.h \ include/libtsp.h SUBHEADERS = include/libtsp/AFdataio.h \ include/libtsp/AFheader.h \ |