Index: head/security/lasso/Makefile =================================================================== --- head/security/lasso/Makefile (revision 537529) +++ head/security/lasso/Makefile (revision 537530) @@ -1,38 +1,39 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= lasso PORTVERSION= 2.6.1 CATEGORIES= security MASTER_SITES= https://dev.entrouvert.org/releases/lasso/ 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 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe gnome libtool pkgconfig python ssl USE_GNOME= glib20 libxml2 libxslt USE_LDCONFIG= yes CPE_VENDOR= entrouvert GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-java --disable-php5 --with-zlib OPTIONS_DEFINE= PERL PYTHON DOCS 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,' \ ${CONFIGURE_WRKSRC}/configure .include Index: head/security/lasso/pkg-descr =================================================================== --- head/security/lasso/pkg-descr (revision 537529) +++ head/security/lasso/pkg-descr (revision 537530) @@ -1,10 +1,10 @@ Lasso is a free software C library aiming to implement the Liberty Alliance standards; it defines processes for federated identities, single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is licensed under the GNU General Public License (with an OpenSSL exception). Lasso first focused on implementing the Liberty Alliance ID-FF 1.2 protocols. 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/