svn commit: r480797 - head/graphics/appleseed

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 27 09:38:30 UTC 2018


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 at 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/


More information about the svn-ports-head mailing list