svn commit: r507534 - head/devel/atlas

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jul 28 21:27:59 UTC 2019


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


More information about the svn-ports-head mailing list