Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2020 09:32:51 +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: r537530 - head/security/lasso
Message-ID:  <202006020932.0529Wp61034690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 09:32:51 2020
New Revision: 537530
URL: https://svnweb.freebsd.org/changeset/ports/537530

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Whitespace fix
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/security/lasso/Makefile
==============================================================================
--- head/security/lasso/Makefile	Tue Jun  2 08:49:21 2020	(r537529)
+++ head/security/lasso/Makefile	Tue Jun  2 09:32:51 2020	(r537530)
@@ -9,7 +9,8 @@ MASTER_SITES=	https://dev.entrouvert.org/releases/lass
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Free Liberty Alliance Implementation
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libxmlsec1-openssl.so:security/xmlsec1
@@ -29,7 +30,7 @@ OPTIONS_SUB=	yes
 PERL_CONFIGURE_ENABLE=	perl
 PERL_USES=	perl5
 PYTHON_CONFIGURE_ENABLE=python
-INSTALL_TARGET=install-strip
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1\.2\.6) openssl,\1,' \

Modified: head/security/lasso/pkg-descr
==============================================================================
--- head/security/lasso/pkg-descr	Tue Jun  2 08:49:21 2020	(r537529)
+++ head/security/lasso/pkg-descr	Tue Jun  2 09:32:51 2020	(r537530)
@@ -7,4 +7,4 @@ Lasso first focused on implementing the Liberty Allian
 It now supports a good part of ID-WSF, and SAML 2.0 support has also been
 completed.
 
-WWW: http://lasso.entrouvert.org/
+WWW: https://lasso.entrouvert.org/



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