diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-30 11:35:17 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-30 11:35:17 +0000 |
commit | da8812031a8eb6691d2ffa6d6dc6ad5ce7044466 (patch) | |
tree | 4f9ed7dfddaf7ab8c3ee24033bd119f17d1a6e5b /audio/gmpc-lastfm | |
parent | c067ca072c16b2de818cee28f3cf8a00575c6006 (diff) | |
download | FreeBSD-ports-da8812031a8eb6691d2ffa6d6dc6ad5ce7044466.zip FreeBSD-ports-da8812031a8eb6691d2ffa6d6dc6ad5ce7044466.tar.gz |
- Update to 0.16.1
- Take maintainership for libmpd and gmpc
PR: 127613 127614
Submitted by: miwi
Approved by: maintainer
Diffstat (limited to 'audio/gmpc-lastfm')
-rw-r--r-- | audio/gmpc-lastfm/Makefile | 7 | ||||
-rw-r--r-- | audio/gmpc-lastfm/distinfo | 6 | ||||
-rw-r--r-- | audio/gmpc-lastfm/pkg-descr | 2 | ||||
-rw-r--r-- | audio/gmpc-lastfm/pkg-plist | 8 |
4 files changed, 11 insertions, 12 deletions
diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile index 632c875..dbed3cb 100644 --- a/audio/gmpc-lastfm/Makefile +++ b/audio/gmpc-lastfm/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gmpc-lastfm -PORTVERSION= 0.15.5.0 -PORTREVISION= 1 +PORTVERSION= 0.16.1 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/ +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ DISTNAME= gmpc-last.fm-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org @@ -18,7 +17,7 @@ COMMENT= Lastfm plugin for gmpc LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ curl.4:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc -RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc +RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes USE_XORG= x11 diff --git a/audio/gmpc-lastfm/distinfo b/audio/gmpc-lastfm/distinfo index 9a41117..d00f76d 100644 --- a/audio/gmpc-lastfm/distinfo +++ b/audio/gmpc-lastfm/distinfo @@ -1,3 +1,3 @@ -MD5 (gmpc-last.fm-0.15.5.0.tar.gz) = 7e5833ef6689a8aed9fee9f5d6be3043 -SHA256 (gmpc-last.fm-0.15.5.0.tar.gz) = e10afc631e379a99013d8e6894c404368a638ff1ba390bd6bcc642beab1fd3f5 -SIZE (gmpc-last.fm-0.15.5.0.tar.gz) = 313229 +MD5 (gmpc-last.fm-0.16.1.tar.gz) = f0d877ffcc49b0475254d4002bffd0da +SHA256 (gmpc-last.fm-0.16.1.tar.gz) = 27c6e2263aff6df8459319658d1afda8c0b87ae19559d8f45bcc7370312dd00b +SIZE (gmpc-last.fm-0.16.1.tar.gz) = 319731 diff --git a/audio/gmpc-lastfm/pkg-descr b/audio/gmpc-lastfm/pkg-descr index 7dab5d3..f9b5679 100644 --- a/audio/gmpc-lastfm/pkg-descr +++ b/audio/gmpc-lastfm/pkg-descr @@ -1,4 +1,4 @@ The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music, use a dedicated client like mpdscribble for this. -WWW: http://sarine.nl/gmpc-plugins +WWW: http://gmpcwiki.sarine.nl/index.php/Last.fm diff --git a/audio/gmpc-lastfm/pkg-plist b/audio/gmpc-lastfm/pkg-plist index ff8764f..890a5d481f 100644 --- a/audio/gmpc-lastfm/pkg-plist +++ b/audio/gmpc-lastfm/pkg-plist @@ -1,4 +1,4 @@ -share/gmpc/plugins/lastfmplugin.so -share/gmpc/plugins/lastfmplugin.la -@dirrmtry share/gmpc/plugins -@dirrmtry share/gmpc +lib/gmpc/plugins/lastfmplugin.la +lib/gmpc/plugins/lastfmplugin.so +@dirrmtry lib/gmpc/plugins +@dirrmtry lib/gmpc |