From owner-svn-ports-all@freebsd.org Tue Aug 21 09:38:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A52D0106686B; Tue, 21 Aug 2018 09:38:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58BA47B7EC; Tue, 21 Aug 2018 09:38:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39C3E22344; Tue, 21 Aug 2018 09:38:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7L9c8Vw014607; Tue, 21 Aug 2018 09:38:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L9c7it014604; Tue, 21 Aug 2018 09:38:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201808210938.w7L9c7it014604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 21 Aug 2018 09:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477713 - head/audio/mpdcon X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/audio/mpdcon X-SVN-Commit-Revision: 477713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2018 09:38:08 -0000 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/