aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-mad
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-11-25 02:57:50 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-11-25 02:57:50 +0000
commit4ca1f77d7a903e9d8adda25d74b44b28cb8a69f0 (patch)
treec3d6f47e58b151a9c98e4111f84618b4e6781014 /audio/fpc-mad
parent86238fa68e71d2a38e589145f9104aee56e72145 (diff)
downloadports-4ca1f77d7a903e9d8adda25d74b44b28cb8a69f0.tar.gz
ports-4ca1f77d7a903e9d8adda25d74b44b28cb8a69f0.zip
- Update to 3.2.0
Notes
Notes: svn path=/head/; revision=556252
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r--audio/fpc-mad/files/patch-packages_mad_fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
index faf28fef7882..e8a8b990950a 100644
--- a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
+++ b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp
@@ -3,7 +3,7 @@
@@ -17,7 +17,7 @@
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.0.4';
+ P.Version:='3.2.0';
- P.OSes := [linux,win32,win64,wii];
+ P.OSes := [linux,win32,win64,wii,dragonfly,freebsd];
P.SourcePath.Add('src');