From owner-svn-ports-all@freebsd.org Sun Aug 19 09:38:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4AA01087EE1; Sun, 19 Aug 2018 09:38:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69CD78EC01; Sun, 19 Aug 2018 09:38:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4442924884; Sun, 19 Aug 2018 09:38:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7J9c6PW003498; Sun, 19 Aug 2018 09:38:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7J9c6tw003495; Sun, 19 Aug 2018 09:38:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201808190938.w7J9c6tw003495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 19 Aug 2018 09:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477562 - head/devel/mercator X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/mercator X-SVN-Commit-Revision: 477562 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 09:38:07 -0000 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/