Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 03:39:33 +0000 (UTC)
From:      Dryice Dong Liu <dryice@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442527 - head/net/tcping
Message-ID:  <201706040339.v543dXv1082140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dryice
Date: Sun Jun  4 03:39:33 2017
New Revision: 442527
URL: https://svnweb.freebsd.org/changeset/ports/442527

Log:
  - add license
  - update my email

Modified:
  head/net/tcping/Makefile

Modified: head/net/tcping/Makefile
==============================================================================
--- head/net/tcping/Makefile	Sun Jun  4 03:36:10 2017	(r442526)
+++ head/net/tcping/Makefile	Sun Jun  4 03:39:33 2017	(r442527)
@@ -7,8 +7,11 @@ CATEGORIES=	net
 MASTER_SITES=	http://www.linuxco.de/tcping/ \
 		http://dryice.name/computer/FreeBSD/distfiles/
 
-MAINTAINER=	dryice@dryice.name
+MAINTAINER=	dryice@freebsd.org
 COMMENT=	Do a TCP connect to the given IP/port combination
+
+LICENSE=        LGPL3
+LICENSE_FILE=   ${WRKSRC}/LICENSE
 
 PLIST_FILES=	bin/tcping
 PORTDOCS=	README



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