Date: Thu, 27 Sep 2018 09:38:29 +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: r480797 - head/graphics/appleseed Message-ID: <201809270938.w8R9cTbW098301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 27 09:38:29 2018 New Revision: 480797 URL: https://svnweb.freebsd.org/changeset/ports/480797 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/graphics/appleseed/Makefile head/graphics/appleseed/pkg-descr Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Thu Sep 27 09:29:44 2018 (r480796) +++ head/graphics/appleseed/Makefile Thu Sep 27 09:38:29 2018 (r480797) @@ -10,6 +10,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= Modern, physically-based production renderer LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ Modified: head/graphics/appleseed/pkg-descr ============================================================================== --- head/graphics/appleseed/pkg-descr Thu Sep 27 09:29:44 2018 (r480796) +++ head/graphics/appleseed/pkg-descr Thu Sep 27 09:38:29 2018 (r480797) @@ -8,4 +8,4 @@ Started in 2009, it has grown into a robust production has been battle-tested on several projects such as TV documentaries, ads, promotional videos, and animation shorts. -WWW: http://appleseedhq.net/ +WWW: https://appleseedhq.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809270938.w8R9cTbW098301>