Date: Fri, 23 Mar 2018 09:33:20 +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: r465342 - head/devel/eris Message-ID: <201803230933.w2N9XKM5089934@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Mar 23 09:33:20 2018 New Revision: 465342 URL: https://svnweb.freebsd.org/changeset/ports/465342 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/devel/eris/Makefile head/devel/eris/pkg-descr Modified: head/devel/eris/Makefile ============================================================================== --- head/devel/eris/Makefile Fri Mar 23 09:31:28 2018 (r465341) +++ head/devel/eris/Makefile Fri Mar 23 09:33:20 2018 (r465342) @@ -10,6 +10,9 @@ MASTER_SITES= SF/worldforge/Eris%201.4%20%28client%20l MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge client entity library +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libAtlas-0.6.so:devel/atlas-devel \ libskstream-0.3.so:net/skstream \ libwfmath-1.0.so:math/wfmath \ Modified: head/devel/eris/pkg-descr ============================================================================== --- head/devel/eris/pkg-descr Fri Mar 23 09:31:28 2018 (r465341) +++ head/devel/eris/pkg-descr Fri Mar 23 09:33:20 2018 (r465342) @@ -2,4 +2,4 @@ Eris, the WorldForge client entity library is designed development (and avoid duplicating effort) by providing a common framework to deal with server communications. -WWW: http://www.worldforge.org/dev/eng/libraries/eris +WWW: https://www.worldforge.org/index.php/components/eris/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803230933.w2N9XKM5089934>