svn commit: r430412 - head/net/ptunnel

Hiroki Sato hrs at FreeBSD.org
Mon Jan 2 21:11:03 UTC 2017


Author: hrs
Date: Mon Jan  2 21:11:01 2017
New Revision: 430412
URL: https://svnweb.freebsd.org/changeset/ports/430412

Log:
  Add LICENSE_FILE.

Modified:
  head/net/ptunnel/Makefile

Modified: head/net/ptunnel/Makefile
==============================================================================
--- head/net/ptunnel/Makefile	Mon Jan  2 21:09:03 2017	(r430411)
+++ head/net/ptunnel/Makefile	Mon Jan  2 21:11:01 2017	(r430412)
@@ -3,18 +3,19 @@
 
 PORTNAME=	ptunnel
 PORTVERSION=	0.72
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.cs.uit.no/~daniels/PingTunnel/
 DISTNAME=	PingTunnel-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Tunneling TCP connections over ICMP echo request and reply
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-WRKSRC=		${WRKDIR}/PingTunnel
 USES=		gmake
-
+WRKSRC=		${WRKDIR}/PingTunnel
 PLIST_FILES=	bin/ptunnel man/man8/ptunnel.8.gz
 
 post-patch:


More information about the svn-ports-all mailing list