Date: Tue, 21 Aug 2018 09:38:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477713 - head/audio/mpdcon Message-ID: <201808210938.w7L9c7it014604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 21 09:38:07 2018 New Revision: 477713 URL: https://svnweb.freebsd.org/changeset/ports/477713 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW - While here, pet portlint and remove superfluous license mention in pkg-descr Approved by: portmgr blanket Modified: head/audio/mpdcon/Makefile head/audio/mpdcon/pkg-descr Modified: head/audio/mpdcon/Makefile ============================================================================== --- head/audio/mpdcon/Makefile Tue Aug 21 09:24:48 2018 (r477712) +++ head/audio/mpdcon/Makefile Tue Aug 21 09:38:07 2018 (r477713) @@ -10,13 +10,14 @@ DISTNAME= MPDCon-${PORTVERSION} MAINTAINER= theraven@FreeBSD.org COMMENT= MPD client for GNUstep -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/Documentation/COPYING -USES= gnustep -USE_GNUSTEP= base gui back build - LIB_DEPENDS= libmpdclient.so.2:audio/libmpdclient \ libSQLClient.so:databases/sqlclient + +USES= gnustep +USE_GNUSTEP= base gui back build post-patch: ${REINPLACE_CMD} -e \ Modified: head/audio/mpdcon/pkg-descr ============================================================================== --- head/audio/mpdcon/pkg-descr Tue Aug 21 09:24:48 2018 (r477712) +++ head/audio/mpdcon/pkg-descr Tue Aug 21 09:38:07 2018 (r477713) @@ -2,6 +2,4 @@ MPDCon is a graphical client for MPD, the Music Player (http://www.musicpd.org). With it you can manage your playlists, browse the song collection and control the daemon. -LICENSE: GPL2 or later - -WWW: http://www.musicpd.org/MPDCon.shtml +WWW: http://gap.nongnu.org/mpdcon/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808210938.w7L9c7it014604>