svn commit: r477562 - head/devel/mercator

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 19 09:38:07 UTC 2018


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


More information about the svn-ports-head mailing list