From owner-svn-ports-head@FreeBSD.ORG Fri Jan 16 16:36:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BC94E0C; Fri, 16 Jan 2015 16:36:38 +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 D18ACA91; Fri, 16 Jan 2015 16:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0GGab7M056227; Fri, 16 Jan 2015 16:36:37 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0GGabEm056225; Fri, 16 Jan 2015 16:36:37 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201501161636.t0GGabEm056225@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 16 Jan 2015 16:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377188 - head/security/opensaml2 X-SVN-Group: ports-head 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.18-1 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: Fri, 16 Jan 2015 16:36:38 -0000 Author: tijl Date: Fri Jan 16 16:36:36 2015 New Revision: 377188 URL: https://svnweb.freebsd.org/changeset/ports/377188 QAT: https://qat.redports.org/buildarchive/r377188/ Log: Add USES=libtool Modified: head/security/opensaml2/Makefile head/security/opensaml2/pkg-plist Modified: head/security/opensaml2/Makefile ============================================================================== --- head/security/opensaml2/Makefile Fri Jan 16 16:17:47 2015 (r377187) +++ head/security/opensaml2/Makefile Fri Jan 16 16:36:36 2015 (r377188) @@ -3,7 +3,7 @@ PORTNAME= opensaml2 PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc -USES= gmake pkgconfig +USES= gmake libtool pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS @@ -31,8 +31,6 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in Modified: head/security/opensaml2/pkg-plist ============================================================================== --- head/security/opensaml2/pkg-plist Fri Jan 16 16:17:47 2015 (r377187) +++ head/security/opensaml2/pkg-plist Fri Jan 16 16:36:36 2015 (r377188) @@ -47,8 +47,9 @@ include/saml/signature/SignableObject.h include/saml/signature/SignatureProfileValidator.h include/saml/util/CommonDomainCookie.h include/saml/util/SAMLConstants.h -lib/libsaml.so.8 lib/libsaml.so +lib/libsaml.so.8 +lib/libsaml.so.8.0.3 libdata/pkgconfig/opensaml.pc %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt @@ -106,20 +107,3 @@ share/xml/opensaml/saml-schema-xacml-2.0 share/xml/opensaml/sstc-saml1x-metadata.xsd share/xml/opensaml/sstc-saml-metadata-ext-query.xsd share/xml/opensaml/sstc-saml-protocol-ext-thirdparty.xsd -@dirrm share/xml/opensaml -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/api -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/saml/util -@dirrm include/saml/signature -@dirrm include/saml/saml2/profile -@dirrm include/saml/saml2/metadata -@dirrm include/saml/saml2/core -@dirrm include/saml/saml2/binding -@dirrm include/saml/saml2 -@dirrm include/saml/saml1/profile -@dirrm include/saml/saml1/core -@dirrm include/saml/saml1/binding -@dirrm include/saml/saml1 -@dirrm include/saml/encryption -@dirrm include/saml/binding -@dirrm include/saml