svn commit: r501540 - head/security/sslsplit

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 13 09:31:36 UTC 2019


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 at 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


More information about the svn-ports-head mailing list