Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 21:27:58 +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: r507534 - head/devel/atlas
Message-ID:  <201907282127.x6SLRwKI072993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jul 28 21:27:57 2019
New Revision: 507534
URL: https://svnweb.freebsd.org/changeset/ports/507534

Log:
  - Add LICENSE
  - Pet portlint
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/atlas/Makefile
  head/devel/atlas/pkg-descr

Modified: head/devel/atlas/Makefile
==============================================================================
--- head/devel/atlas/Makefile	Sun Jul 28 21:15:30 2019	(r507533)
+++ head/devel/atlas/Makefile	Sun Jul 28 21:27:57 2019	(r507534)
@@ -11,11 +11,14 @@ DISTNAME=	${PORTNAME}-C++-${PORTVERSION}
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	C++ reference implementation of the Atlas protocol
 
-OPTIONS_DEFINE=	DOCS
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-GNU_CONFIGURE=	yes
 USES=		libtool pathfix tar:bzip2
-USE_LDCONFIG=	YES
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
 MAKE_ARGS=	docdir=${DOCSDIR}
+
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>

Modified: head/devel/atlas/pkg-descr
==============================================================================
--- head/devel/atlas/pkg-descr	Sun Jul 28 21:15:30 2019	(r507533)
+++ head/devel/atlas/pkg-descr	Sun Jul 28 21:27:57 2019	(r507534)
@@ -1,3 +1,5 @@
 This library implements the Atlas protocol, for use in client-server
 game applications.  This library is suitable for linking to either
 clients or servers.
+
+WWW: https://www.worldforge.org/index.php/components/atlas-cpp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907282127.x6SLRwKI072993>