From owner-svn-ports-all@FreeBSD.ORG Fri Dec 5 18:09:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDCF5BA9; Fri, 5 Dec 2014 18:09:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9067BF56; Fri, 5 Dec 2014 18:09:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5I9Qag055351; Fri, 5 Dec 2014 18:09:26 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5I9QRn055349; Fri, 5 Dec 2014 18:09:26 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201412051809.sB5I9QRn055349@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 5 Dec 2014 18:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374070 - head/security/lasso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 18:09:26 -0000 Author: danfe Date: Fri Dec 5 18:09:25 2014 New Revision: 374070 URL: https://svnweb.freebsd.org/changeset/ports/374070 QAT: https://qat.redports.org/buildarchive/r374070/ Log: - Tighten regexp, drop unneeded quotation marks - Reformat and amend port description while here Modified: head/security/lasso/Makefile head/security/lasso/pkg-descr Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Fri Dec 5 18:07:14 2014 (r374069) +++ head/security/lasso/Makefile Fri Dec 5 18:09:25 2014 (r374070) @@ -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 Modified: head/security/lasso/pkg-descr ============================================================================== --- head/security/lasso/pkg-descr Fri Dec 5 18:07:14 2014 (r374069) +++ head/security/lasso/pkg-descr Fri Dec 5 18:09:25 2014 (r374070) @@ -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/