Date: Sat, 1 Sep 2018 09:08:16 +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: r478660 - head/audio/id3lib Message-ID: <201809010908.w8198G1q012353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Sep 1 09:08:15 2018 New Revision: 478660 URL: https://svnweb.freebsd.org/changeset/ports/478660 Log: - Fix LICENSE Approved by: portmgr blanket Modified: head/audio/id3lib/Makefile Modified: head/audio/id3lib/Makefile ============================================================================== --- head/audio/id3lib/Makefile Sat Sep 1 07:40:28 2018 (r478659) +++ head/audio/id3lib/Makefile Sat Sep 1 09:08:15 2018 (r478660) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809010908.w8198G1q012353>