diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 09:27:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 09:27:17 +0000 |
commit | b7a747a486b7f8f53de02e4faa7d74010badd206 (patch) | |
tree | 8af0f902f0326e6790d13ba8e7aa2d8430f15b1f /audio | |
parent | 3754818b7650ed8d19216a5a81c253de13ecfbaf (diff) |
audio/faust: Update to 2.5.23
Also updated WWW with the https version.
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=463783
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faust/Makefile | 2 | ||||
-rw-r--r-- | audio/faust/distinfo | 6 | ||||
-rw-r--r-- | audio/faust/pkg-descr | 2 | ||||
-rw-r--r-- | audio/faust/pkg-plist | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/audio/faust/Makefile b/audio/faust/Makefile index a9132e1436e7..d5cf839295ba 100644 --- a/audio/faust/Makefile +++ b/audio/faust/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= faust -DISTVERSION= 2.5.21 +DISTVERSION= 2.5.23 CATEGORIES= audio devel MAINTAINER= yuri@FreeBSD.org diff --git a/audio/faust/distinfo b/audio/faust/distinfo index 2ed18f73997c..325f1026f8b7 100644 --- a/audio/faust/distinfo +++ b/audio/faust/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1518516044 -SHA256 (grame-cncm-faust-2.5.21_GH0.tar.gz) = c02f357b3fe22bc58f97085fbc11a38a569ff7ef6d553b0c28f13366cbdd607e -SIZE (grame-cncm-faust-2.5.21_GH0.tar.gz) = 41237719 +TIMESTAMP = 1520413712 +SHA256 (grame-cncm-faust-2.5.23_GH0.tar.gz) = 52c21dff5b4f5da473ba3084324b06277096af6d240f7daab1d386f9cbeed6fe +SIZE (grame-cncm-faust-2.5.23_GH0.tar.gz) = 41250065 SHA256 (grame-cncm-faustlibraries-f889fe1_GH0.tar.gz) = 39f8b2825686993574e326b78ad543634a3b7559343575e66927d14c33885bc6 SIZE (grame-cncm-faustlibraries-f889fe1_GH0.tar.gz) = 6080548 SHA256 (ThatOtherPerson-xxd-cd8ecce_GH0.tar.gz) = 47e60f554a4a3c403146215cd2811be105c29e5e2fd48a077330c770b137a6d0 diff --git a/audio/faust/pkg-descr b/audio/faust/pkg-descr index ac4a24134953..a44919148c54 100644 --- a/audio/faust/pkg-descr +++ b/audio/faust/pkg-descr @@ -3,4 +3,4 @@ specifically designed for real-time signal processing and synthesis. FAUST targets high-performance signal processing applications and audio plug-ins for a variety of platforms and standards. -WWW: http://faust.grame.fr +WWW: https://faust.grame.fr/ diff --git a/audio/faust/pkg-plist b/audio/faust/pkg-plist index 6a6eef7ffa09..166e864edd90 100644 --- a/audio/faust/pkg-plist +++ b/audio/faust/pkg-plist @@ -960,6 +960,7 @@ man/man1/faust.1.gz %%DATADIR%%/webaudio/osc.js %%DATADIR%%/webaudio/osc.wasm %%DATADIR%%/webaudio/qrcode.js +%%DATADIR%%/webaudio/wasm-standalone-node-wrapper.js %%DATADIR%%/webaudio/wasm-standalone-node-wrapper-double.js %%DATADIR%%/webaudio/webComponent/index.html %%DATADIR%%/webaudio/webComponent/template/faustTemplate.html |