svn commit: r430407 - in head/net/jumpgate: . files

Hiroki Sato hrs at FreeBSD.org
Mon Jan 2 20:52:13 UTC 2017


Author: hrs
Date: Mon Jan  2 20:52:11 2017
New Revision: 430407
URL: https://svnweb.freebsd.org/changeset/ports/430407

Log:
  Add LICENSE.

Modified:
  head/net/jumpgate/Makefile
  head/net/jumpgate/files/patch-Makefile.in

Modified: head/net/jumpgate/Makefile
==============================================================================
--- head/net/jumpgate/Makefile	Mon Jan  2 20:17:23 2017	(r430406)
+++ head/net/jumpgate/Makefile	Mon Jan  2 20:52:11 2017	(r430407)
@@ -3,14 +3,17 @@
 
 PORTNAME=	jumpgate
 PORTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://jumpgate.sourceforge.net/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	TCP connection forwarder
 
-GNU_CONFIGURE=	yes
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+GNU_CONFIGURE=	yes
 PLIST_FILES=	man/man8/jumpgate.8.gz sbin/jumpgate
 
 .include <bsd.port.mk>

Modified: head/net/jumpgate/files/patch-Makefile.in
==============================================================================
--- head/net/jumpgate/files/patch-Makefile.in	Mon Jan  2 20:17:23 2017	(r430406)
+++ head/net/jumpgate/files/patch-Makefile.in	Mon Jan  2 20:52:11 2017	(r430407)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2014-06-06 09:30:37.782875595 +0800
-+++ Makefile.in	2014-06-06 09:31:03.369876627 +0800
+--- Makefile.in.orig	2002-11-29 21:00:12 UTC
++++ Makefile.in
 @@ -36,10 +36,10 @@ distclean:
  	rm -f Makefile config.cache config.log config.status config.h confdefs.h
  


More information about the svn-ports-all mailing list