diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-08 09:38:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-08 09:38:18 +0000 |
commit | 77fa4802e37e7b69a06300e0439bf051c16f8c03 (patch) | |
tree | 39f66132b7901cb81e29f0661c173006a1e0598d /audio | |
parent | 9beb0e47eac767c5ac7efb88fc031342c3334313 (diff) | |
download | ports-77fa4802e37e7b69a06300e0439bf051c16f8c03.tar.gz ports-77fa4802e37e7b69a06300e0439bf051c16f8c03.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=479241
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 5 | ||||
-rw-r--r-- | audio/musicpd/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 342a789d3dae..7b09e569050a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -10,7 +10,8 @@ DISTNAME= mpd-${PORTVERSION} MAINTAINER= riggs@FreeBSD.org COMMENT= Remote-controllable music daemon -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libicudata.so:devel/icu @@ -30,7 +31,7 @@ CONFIGURE_ARGS+=--disable-libwrap BROKEN_powerpc64= Does not build on powerpc64 -PORTDOCS= AUTHORS README.md COPYING NEWS +PORTDOCS= AUTHORS README.md NEWS SUB_FILES= pkg-message diff --git a/audio/musicpd/pkg-descr b/audio/musicpd/pkg-descr index 6d716d41cea6..fe37a4bf232c 100644 --- a/audio/musicpd/pkg-descr +++ b/audio/musicpd/pkg-descr @@ -3,4 +3,4 @@ Ogg, Flac, and more) and managing playlists. The design focus is on integrating a computer into a stereo system that provides control for music playback over a local network. -WWW: http://www.musicpd.org/ +WWW: https://www.musicpd.org/ |