aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-mad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-01-30 22:11:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-01-30 22:11:13 +0000
commita78ac4eb9990a0c44bf11bdb522cbe7a3bf3ad45 (patch)
tree8f9016d16db947e0cef35ace15f5a66fd43323f0 /audio/fpc-mad
parent8d7b87d25932583d8d3c37792b2aa8f9dd29c0bf (diff)
downloadports-a78ac4eb9990a0c44bf11bdb522cbe7a3bf3ad45.tar.gz
ports-a78ac4eb9990a0c44bf11bdb522cbe7a3bf3ad45.zip
Revert recent fpc changes, they were obviously untested
With hat: portmgr
Notes
Notes: svn path=/head/; revision=460445
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r--audio/fpc-mad/files/patch-packages_mad_fpmake.pp10
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 faf28fef7882..d07556713822 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 2017-09-02 11:48:24.000000000 -0500
-+++ packages/mad/fpmake.pp 2017-12-12 12:22:21.182111000 -0500
-@@ -17,7 +17,7 @@
+--- packages/mad/fpmake.pp.orig 2015-11-13 21:15:29 UTC
++++ packages/mad/fpmake.pp
+@@ -17,7 +17,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.0.4';
+ P.Version:='3.0.2';
- P.OSes := [linux,win32,win64,wii];
-+ P.OSes := [linux,win32,win64,wii,dragonfly,freebsd];
++ P.OSes := [linux,win32,win64,wii,freebsd,dragonfly];
P.SourcePath.Add('src');
T:=P.Targets.AddUnit('mad.pas');