Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 09:31:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501540 - head/security/sslsplit
Message-ID:  <201905130931.x4D9VZNc056346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 13 09:31:34 2019
New Revision: 501540
URL: https://svnweb.freebsd.org/changeset/ports/501540

Log:
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/security/sslsplit/Makefile
  head/security/sslsplit/pkg-descr

Modified: head/security/sslsplit/Makefile
==============================================================================
--- head/security/sslsplit/Makefile	Mon May 13 09:31:02 2019	(r501539)
+++ head/security/sslsplit/Makefile	Mon May 13 09:31:34 2019	(r501540)
@@ -9,6 +9,7 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Transparent and scalable SSL/TLS interception
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libnet.so:net/libnet

Modified: head/security/sslsplit/pkg-descr
==============================================================================
--- head/security/sslsplit/pkg-descr	Mon May 13 09:31:02 2019	(r501539)
+++ head/security/sslsplit/pkg-descr	Mon May 13 09:31:34 2019	(r501540)
@@ -5,4 +5,4 @@ terminates SSL/TLS and initiates a new SSL/TLS connect
 destination address, while logging all data transmitted. SSLsplit is intended
 to be useful for network forensics and penetration testing.
 
-WWW: http://www.roe.ch/SSLsplit
+WWW: https://www.roe.ch/SSLsplit



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