From owner-svn-ports-head@freebsd.org Tue Jun 2 09:32:51 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D91C032F430; Tue, 2 Jun 2020 09:32:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49bmzl5T9Zz4Kvx; Tue, 2 Jun 2020 09:32:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6C221A65D; Tue, 2 Jun 2020 09:32:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0529WphJ034692; Tue, 2 Jun 2020 09:32:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0529Wp61034690; Tue, 2 Jun 2020 09:32:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202006020932.0529Wp61034690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Jun 2020 09:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537530 - head/security/lasso X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/security/lasso X-SVN-Commit-Revision: 537530 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 09:32:51 -0000 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/