svn commit: r505735 - head/net/libtnl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 3 09:02:07 UTC 2019


Author: amdmi3
Date: Wed Jul  3 09:02:06 2019
New Revision: 505735
URL: https://svnweb.freebsd.org/changeset/ports/505735

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net/libtnl/Makefile
  head/net/libtnl/pkg-descr

Modified: head/net/libtnl/Makefile
==============================================================================
--- head/net/libtnl/Makefile	Wed Jul  3 08:15:29 2019	(r505734)
+++ head/net/libtnl/Makefile	Wed Jul  3 09:02:06 2019	(r505735)
@@ -11,6 +11,9 @@ DISTNAME=	tnl-${PORTVERSION}-source
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Robust, secure, easy to use cross-platform C++ networking API
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/../LICENSE.txt
+
 USES=		uidfix
 USE_GCC=	any
 WRKSRC=		${WRKDIR}/tnl/tnl

Modified: head/net/libtnl/pkg-descr
==============================================================================
--- head/net/libtnl/pkg-descr	Wed Jul  3 08:15:29 2019	(r505734)
+++ head/net/libtnl/pkg-descr	Wed Jul  3 09:02:06 2019	(r505735)
@@ -8,4 +8,4 @@ apps, TNL will meet your needs.
 TNL is available under the GNU General Public License (GPL), an indie
 license, and a commercial license.
 
-WWW: http://opentnl.org
+WWW: https://sourceforge.net/projects/opentnl/


More information about the svn-ports-head mailing list