Date: Sun, 19 Aug 2018 09:38:06 +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: r477562 - head/devel/mercator Message-ID: <201808190938.w7J9c6tw003495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Aug 19 09:38:06 2018 New Revision: 477562 URL: https://svnweb.freebsd.org/changeset/ports/477562 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/devel/mercator/Makefile head/devel/mercator/pkg-descr Modified: head/devel/mercator/Makefile ============================================================================== --- head/devel/mercator/Makefile Sun Aug 19 09:17:56 2018 (r477561) +++ head/devel/mercator/Makefile Sun Aug 19 09:38:06 2018 (r477562) @@ -10,6 +10,9 @@ MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20li MAINTAINER= oliver@FreeBSD.org COMMENT= Procedural terrain library +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libwfmath-1.0.so:math/wfmath USES= libtool pathfix pkgconfig compiler:c++11-lib Modified: head/devel/mercator/pkg-descr ============================================================================== --- head/devel/mercator/pkg-descr Sun Aug 19 09:17:56 2018 (r477561) +++ head/devel/mercator/pkg-descr Sun Aug 19 09:38:06 2018 (r477562) @@ -3,4 +3,4 @@ multiplayer online games and forms one of the WorldFor (http://www.worldforge.org) core libraries. It is intended to be used as a terrain library on both the client, and the server. -WWW: http://www.worldforge.org/dev/eng/libraries/mercator +WWW: https://www.worldforge.org/index.php/components/mercator/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808190938.w7J9c6tw003495>