Modified: trunk/dports/audio/faust/Portfile (67146 => 67147)
--- trunk/dports/audio/faust/Portfile 2010-04-30 06:03:15 UTC (rev 67146)
+++ trunk/dports/audio/faust/Portfile 2010-04-30 08:30:00 UTC (rev 67147)
@@ -3,8 +3,8 @@
PortSystem 1.0
name faust
-version 0.9.10
-worksrcdir ${name}-[strsed ${version} {s/[^0-9.]*$//}]
+version 0.9.22
+worksrcdir ${name}
categories audio lang
platforms darwin
maintainers ryandesign
@@ -18,9 +18,9 @@
specifically designed for realtime audio applications \
and plugins.
-checksums md5 56fb3717aa07f2d6ec317bf88a767556 \
- sha1 1021da26de85c153a30a80a63fb7c31e0f861404 \
- rmd160 e8efabc111439bf999ed71f2808cb9e90bbf1c1f
+checksums md5 4889552208ad07d259d4429490b12d71 \
+ sha1 7e3caa6edad9b68878e1e7b064758ae1eef303c6 \
+ rmd160 c3add69c535e656401b3826d9394c81267840da5
patchfiles-append patch-prefix.diff
@@ -45,6 +45,7 @@
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -d ${docdir}
xinstall -m 644 -W ${worksrcpath} \
+ COPYING \
README \
${docdir}
}
Modified: trunk/dports/audio/faust/files/patch-prefix.diff (67146 => 67147)
--- trunk/dports/audio/faust/files/patch-prefix.diff 2010-04-30 06:03:15 UTC (rev 67146)
+++ trunk/dports/audio/faust/files/patch-prefix.diff 2010-04-30 08:30:00 UTC (rev 67147)
@@ -1,6 +1,6 @@
---- compiler/parser/enrobage.cpp.orig 2010-01-23 01:01:19.000000000 -0600
-+++ compiler/parser/enrobage.cpp 2010-02-05 19:01:09.000000000 -0600
-@@ -102,12 +102,6 @@
+--- compiler/parser/enrobage.cpp.orig 2010-03-26 01:47:05.000000000 -0500
++++ compiler/parser/enrobage.cpp 2010-04-30 03:22:04.000000000 -0500
+@@ -110,12 +110,6 @@
f->open(filename);
if (f->good()) return f; else delete f;
}
@@ -13,7 +13,7 @@
return 0;
}
-@@ -279,9 +273,6 @@
+@@ -292,9 +286,6 @@
if ((f = fopenat(fullpath, "/usr/local/lib/faust", filename))) {
return f;
}