Ticket #43489: pianod-158-port-patches

File pianod-158-port-patches, 1.7 KB (added by perette@…, 10 years ago)

Patches for audio/pianod/Portfile for r151 to r158.

Line 
1--- Portfile.151        2014-04-20 09:59:56.000000000 -0400
2+++ Portfile    2014-04-20 10:07:42.000000000 -0400
3@@ -4,25 +4,26 @@
4 PortSystem          1.0
5 
6 name                pianod
7-version             151
8+version             158
9 categories          audio
10 platforms           darwin
11 license             MIT
12 maintainers         deviousfish.com:perette
13 description         Pandora daemon
14-long_description    Client/server Pandora daemon with a socket interface.  \
15-                    Includes a shell script for command-line control.  \
16+long_description    Client/server Pandora daemon with socket interface \
17+                   and HTML5 websocket support.  \
18+                    Includes a shell script for command-line control. \
19                     Supports multiple listeners with adjustable privileges, \
20                     automatic station selection, script to run \
21-                    programmed station sequences.  Use with wsgw websocket \
22-                    gateway to support web clients (port install wsgw +pianod).
23+                    programmed station sequences. \
24+                   Web-based remote control available at deviousfish.com.
25 
26 homepage            http://deviousfish.com/Pianod
27 master_sites        http://deviousfish.com/Downloads/pianod
28 
29 # openssl sha256 pianod-latest.tar.gz or openssl rmd160 pianod-latest.tar.gz
30-checksums           rmd160  2f295480ea78975ae87d581dbd8d75f7433b6b98 \
31-                    sha256  9913f2f2d4950c7b156de3f5c09b3e8d97c8b97f210e25b54dc878191eebc6b1
32+checksums           rmd160  cd141c87a2c8baf8e8addab2675c76cb5369a970 \
33+                    sha256  2ba7b8e8f4d799024dd7d505890fbf04df91ec179a7718251194319fac04cb74
34 
35 depends_lib         port:libao \
36                     port:libgcrypt \