diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-02-01 15:14:41 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-02-01 15:14:41 +0800 |
commit | f68185c820376bad8f6a9d1b2726036cf10c5dea (patch) | |
tree | 6ad79292742f52f7d3e17cfd213fe25f3bc4c24e /audio/fpc-mad | |
parent | 3f6643ede11062956eb0d5c2a41d7c743a7d8a7b (diff) | |
download | freebsd-ports-gnome-f68185c820376bad8f6a9d1b2726036cf10c5dea.tar.gz freebsd-ports-gnome-f68185c820376bad8f6a9d1b2726036cf10c5dea.tar.zst freebsd-ports-gnome-f68185c820376bad8f6a9d1b2726036cf10c5dea.zip |
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r-- | audio/fpc-mad/files/patch-packages_mad_fpmake.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp index d07556713822..faf28fef7882 100644 --- a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp +++ b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp @@ -1,11 +1,11 @@ ---- packages/mad/fpmake.pp.orig 2015-11-13 21:15:29 UTC -+++ packages/mad/fpmake.pp -@@ -17,7 +17,7 @@ begin +--- packages/mad/fpmake.pp 2017-09-02 11:48:24.000000000 -0500 ++++ packages/mad/fpmake.pp 2017-12-12 12:22:21.182111000 -0500 +@@ -17,7 +17,7 @@ P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.2'; + P.Version:='3.0.4'; - P.OSes := [linux,win32,win64,wii]; -+ P.OSes := [linux,win32,win64,wii,freebsd,dragonfly]; ++ P.OSes := [linux,win32,win64,wii,dragonfly,freebsd]; P.SourcePath.Add('src'); T:=P.Targets.AddUnit('mad.pas'); |