svn commit: r537530 - head/security/lasso

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 09:32:51 UTC 2020


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


More information about the svn-ports-all mailing list