From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 12:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12FD01065672 for ; Fri, 12 Aug 2011 12:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6AF98FC0C for ; Fri, 12 Aug 2011 12:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7CCo6R1068524 for ; Fri, 12 Aug 2011 12:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7CCo6H6068523; Fri, 12 Aug 2011 12:50:06 GMT (envelope-from gnats) Resent-Date: Fri, 12 Aug 2011 12:50:06 GMT Resent-Message-Id: <201108121250.p7CCo6H6068523@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66EC81065674; Fri, 12 Aug 2011 12:47:14 +0000 (UTC) (envelope-from mohacsi@csoki.ki.iif.hu) Received: from csoki.ki.iif.hu (csoki.ki.iif.hu [IPv6:2001:738:0:401::3]) by mx1.freebsd.org (Postfix) with ESMTP id F38248FC18; Fri, 12 Aug 2011 12:47:13 +0000 (UTC) Received: from csoki.ki.iif.hu (localhost [127.0.0.1]) by csoki.ki.iif.hu (8.14.4/8.14.4) with ESMTP id p7CClDSX081832; Fri, 12 Aug 2011 14:47:13 +0200 (CEST) (envelope-from mohacsi@csoki.ki.iif.hu) Received: (from root@localhost) by csoki.ki.iif.hu (8.14.4/8.14.4/Submit) id p7CClCpL081831; Fri, 12 Aug 2011 14:47:12 +0200 (CEST) (envelope-from mohacsi) Message-Id: <201108121247.p7CClCpL081831@csoki.ki.iif.hu> Date: Fri, 12 Aug 2011 14:47:12 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: swills@FreeBSD.org Subject: ports/159715: [PATCH] security/opensaml2: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 12:50:07 -0000 >Number: 159715 >Category: ports >Synopsis: [PATCH] security/opensaml2: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 12 12:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 7.4-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD csoki.ki.iif.hu 7.4-STABLE FreeBSD 7.4-STABLE #2: Mon May 30 17:17:44 CEST 2011 >Description: [DESCRIBE CHANGES] support xerces-c 3. The upcoming versions of shibboleth won't support xerces-c version 2.x . Port maintainer (swills@FreeBSD.org) is cc'd. I can take back the maintainership, if swills@freebsd.org wants. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- opensaml2-2.4.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/opensaml2.orig/Makefile /usr/ports/security/opensaml2/Makefile --- /usr/ports/security/opensaml2.orig/Makefile 2011-08-08 14:49:10.000000000 +0200 +++ /usr/ports/security/opensaml2/Makefile 2011-08-12 12:58:44.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= opensaml2 PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -16,7 +17,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ - xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ + xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xmltooling.5:${PORTSDIR}/devel/xmltooling GNU_CONFIGURE= yes --- opensaml2-2.4.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: