Date: Wed, 3 Jul 2019 09:02:06 +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: r505735 - head/net/libtnl Message-ID: <201907030902.x63926fD032274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907030902.x63926fD032274>