From 68cd5a6e651e5a3df163c45c90d8f3e6117264c1 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 5 Dec 2014 18:09:25 +0000 Subject: [PATCH] - Tighten regexp, drop unneeded quotation marks - Reformat and amend port description while here --- security/lasso/Makefile | 4 ++-- security/lasso/pkg-descr | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/security/lasso/Makefile b/security/lasso/Makefile index ef13be5514cb..5b361616fae3 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= PERL="@comment " .if ${PORT_OPTIONS:MPHP} CONFIGURE_ARGS+= --enable-php5 \ --with-php5-config="${LOCALBASE}/bin/php-config" -LDFLAGS+= "-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 PLIST_SUB+= PHP5="" USE_PHP= yes @@ -59,7 +59,7 @@ PLIST_SUB+= PYTHON="@comment " .endif post-patch: - @${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1.2.6) openssl,\1,' \ + @${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1\.2\.6) openssl,\1,' \ ${CONFIGURE_WRKSRC}/configure .include diff --git a/security/lasso/pkg-descr b/security/lasso/pkg-descr index dd9984f2caac..79d5cd365e67 100644 --- a/security/lasso/pkg-descr +++ b/security/lasso/pkg-descr @@ -1,7 +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 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/