diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-15 00:00:08 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-15 00:00:08 +0800 |
commit | 7201f88cb8d0e9454e849ae45174f04316df43f0 (patch) | |
tree | d73e17b3bc080ed44111ff3a1f693b0d44c0891d /audio | |
parent | a42b7243f8863c9868699436ac82d8d41435b331 (diff) | |
download | freebsd-ports-gnome-7201f88cb8d0e9454e849ae45174f04316df43f0.tar.gz freebsd-ports-gnome-7201f88cb8d0e9454e849ae45174f04316df43f0.tar.zst freebsd-ports-gnome-7201f88cb8d0e9454e849ae45174f04316df43f0.zip |
Update to version 5.0
PR: 23492
Submitted by: MAINTAINER
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 \ |