diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-30 04:17:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-30 04:17:41 +0800 |
commit | e86e79bd35b8724a404cefa87a92f183749bd0d3 (patch) | |
tree | d1cacfb012a1a2e75027e4bc29dd556197e0cab2 /audio/mpdas | |
parent | 312cf49e3aa0044a916ef8be04fb36c4d58cff84 (diff) | |
download | freebsd-ports-gnome-e86e79bd35b8724a404cefa87a92f183749bd0d3.tar.gz freebsd-ports-gnome-e86e79bd35b8724a404cefa87a92f183749bd0d3.tar.zst freebsd-ports-gnome-e86e79bd35b8724a404cefa87a92f183749bd0d3.zip |
- Update to 0.2.3
PR: 129259
Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com> (maintainer)
Diffstat (limited to 'audio/mpdas')
-rw-r--r-- | audio/mpdas/Makefile | 7 | ||||
-rw-r--r-- | audio/mpdas/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index 15a94214e7b7..1c53391397c6 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -6,11 +6,11 @@ # PORTNAME= mpdas -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ -MAINTAINER= hrkfrd@googlemail.com +MAINTAINER= hrkfdn@gmail.com COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ @@ -21,4 +21,7 @@ USE_BZIP2= yes PLIST_FILES= bin/mpdas +MAN1= mpdas.1 +MANCOMPRESSED= no + .include <bsd.port.mk> diff --git a/audio/mpdas/distinfo b/audio/mpdas/distinfo index 3ed313946350..882d194c657a 100644 --- a/audio/mpdas/distinfo +++ b/audio/mpdas/distinfo @@ -1,3 +1,3 @@ -MD5 (mpdas-0.2.2.tar.bz2) = a720f4cac351e3378c075dfc1487b76a -SHA256 (mpdas-0.2.2.tar.bz2) = 3bbf4ca63fc767a9700a1e8490702aef7db31640ff271f4cc57abd0d38cbd584 -SIZE (mpdas-0.2.2.tar.bz2) = 11233 +MD5 (mpdas-0.2.3.tar.bz2) = 969775daccc0ae76fd082e18d5204c80 +SHA256 (mpdas-0.2.3.tar.bz2) = 1bf795ada12d8fb26ec24255070f7c2aff2c1f302fc464d8c2ed0391f356c10f +SIZE (mpdas-0.2.3.tar.bz2) = 15440 |