svn commit: r442527 - head/net/tcping

Dryice Dong Liu dryice at FreeBSD.org
Sun Jun 4 03:39:34 UTC 2017


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 at dryice.name
+MAINTAINER=	dryice at 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


More information about the svn-ports-head mailing list