diff options
author | rene <rene@FreeBSD.org> | 2013-09-11 04:17:11 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-11 04:17:11 +0800 |
commit | 385339701127172c58a09f5319b92b3cfb8d93bf (patch) | |
tree | 7605bd3d9de886254f508554532b2c653088ea51 /multimedia/spotify-websocket-api/Makefile | |
parent | 207ba2675d7dfe7b74b2cf0f1ddf5aad136efe1f (diff) | |
download | freebsd-ports-gnome-385339701127172c58a09f5319b92b3cfb8d93bf.tar.gz freebsd-ports-gnome-385339701127172c58a09f5319b92b3cfb8d93bf.tar.zst freebsd-ports-gnome-385339701127172c58a09f5319b92b3cfb8d93bf.zip |
Fix some crashes:
- when entering the 'album' or 'artist' command without a parameter
- after displaying the root playlist with 'list'
Bump PORTREVISION
Diffstat (limited to 'multimedia/spotify-websocket-api/Makefile')
-rw-r--r-- | multimedia/spotify-websocket-api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/spotify-websocket-api/Makefile b/multimedia/spotify-websocket-api/Makefile index c1bc5f5064c3..a86ae31b89c3 100644 --- a/multimedia/spotify-websocket-api/Makefile +++ b/multimedia/spotify-websocket-api/Makefile @@ -3,7 +3,7 @@ PORTNAME= SpotifyWebsocketAPI PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |