Date: Fri, 31 May 2019 11:49:21 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503167 - head/multimedia/rubygem-streamio-ffmpeg Message-ID: <201905311149.x4VBnLhS075831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri May 31 11:49:20 2019 New Revision: 503167 URL: https://svnweb.freebsd.org/changeset/ports/503167 Log: multimedia/rubygem-streamio-ffmpeg: Spell LICENSE_FILE correctly Modified: head/multimedia/rubygem-streamio-ffmpeg/Makefile Modified: head/multimedia/rubygem-streamio-ffmpeg/Makefile ============================================================================== --- head/multimedia/rubygem-streamio-ffmpeg/Makefile Fri May 31 11:48:15 2019 (r503166) +++ head/multimedia/rubygem-streamio-ffmpeg/Makefile Fri May 31 11:49:20 2019 (r503167) @@ -10,7 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Wraps ffmpeg to read metadata and transcodes videos LICENSE= MIT -LICENSE_FILES= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-multi_json>=1.8:devel/rubygem-multi_json \ ffmpeg>=3.4.2,1:multimedia/ffmpeg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311149.x4VBnLhS075831>