Index: head/audio/mpdas/Makefile =================================================================== --- head/audio/mpdas/Makefile (revision 420483) +++ head/audio/mpdas/Makefile (revision 420484) @@ -1,31 +1,31 @@ # Created by: hrkfrd@googlemail.com # $FreeBSD$ PORTNAME= mpdas -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ MAINTAINER= henrik@affekt.org COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl \ libmpdclient.so:audio/libmpdclient USES= pkgconfig USE_RC_SUBR= mpdas SUB_FILES= pkg-message PLIST_FILES= bin/mpdas \ man/man1/mpdas.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/audio/mpdas/distinfo =================================================================== --- head/audio/mpdas/distinfo (revision 420483) +++ head/audio/mpdas/distinfo (revision 420484) @@ -1,2 +1,3 @@ -SHA256 (mpdas-0.4.1.tar.gz) = f790be8e85c0d1324d7346b5b0fa3713db8db7fd4ea304c5c8d2921bf3855014 -SIZE (mpdas-0.4.1.tar.gz) = 15117 +TIMESTAMP = 1471601185 +SHA256 (mpdas-0.4.2.tar.gz) = 8ebdd0518cbdb033fc0578c9ea894d4670de1d67bf2541418cb5f7ac1210db6f +SIZE (mpdas-0.4.2.tar.gz) = 15695 Index: head/audio/mpdas/files/mpdas.in =================================================================== --- head/audio/mpdas/files/mpdas.in (revision 420483) +++ head/audio/mpdas/files/mpdas.in (revision 420484) @@ -1,25 +1,25 @@ #!/bin/sh # -# PROVIDE: mpdas +# PROVIDE: mpdas # REQUIRE: musicpd # KEYWORD: shutdown # Add the following line to /etc/rc.conf to enable mpdas: # #mpdas_enable="YES" . /etc/rc.subr name=mpdas rcvar=mpdas_enable command=%%PREFIX%%/bin/mpdas load_rc_config $name : ${mpdas_enable="NO"} command_args="-d" run_rc_command "$1"