Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 21:00:18 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430409 - head/net/udptunnel
Message-ID:  <201701022100.v02L0IHS094063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Jan  2 21:00:18 2017
New Revision: 430409
URL: https://svnweb.freebsd.org/changeset/ports/430409

Log:
  - Add LICENSE.
  - Updatex MASTER_SITES.
  - Trim pkg-descr.

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

Modified: head/net/udptunnel/Makefile
==============================================================================
--- head/net/udptunnel/Makefile	Mon Jan  2 20:53:55 2017	(r430408)
+++ head/net/udptunnel/Makefile	Mon Jan  2 21:00:18 2017	(r430409)
@@ -3,12 +3,16 @@
 
 PORTNAME=	udptunnel
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
+MASTER_SITES=	http://www.cs.columbia.edu/~lennox/udptunnel/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Tunnel UDP packets over a TCP connection
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/udptunnel
 

Modified: head/net/udptunnel/pkg-descr
==============================================================================
--- head/net/udptunnel/pkg-descr	Mon Jan  2 20:53:55 2017	(r430408)
+++ head/net/udptunnel/pkg-descr	Mon Jan  2 21:00:18 2017	(r430409)
@@ -1,17 +1,6 @@
-UDPTunnel by Jonathan Lennox; copyright 1999,2001 by Columbia University.
-
 UDPTunnel is a small program which can tunnel UDP packets bi-directionally
 over a TCP connection.  Its primary purpose (and original motivation) is to
 allow multi-media conferences to traverse a firewall which allows only
 outgoing TCP connections.
 
-Source code for Unix is available from
-WWW: ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
-
-See udptunnel.html for installation and usage instructions.  See COPYRIGHT
-for conditions and terms of redistribution.  A current version of
-udptunnel.html is located at
 WWW: http://www.cs.columbia.edu/~lennox/udptunnel/
-
-Jonathan Lennox
-September 6, 2001



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