From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 15 01:20:11 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 EBCED106566B for ; Wed, 15 Jun 2011 01:20:10 +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 C4B818FC15 for ; Wed, 15 Jun 2011 01:20:10 +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 p5F1KAKP060819 for ; Wed, 15 Jun 2011 01:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5F1KARB060818; Wed, 15 Jun 2011 01:20:10 GMT (envelope-from gnats) Resent-Date: Wed, 15 Jun 2011 01:20:10 GMT Resent-Message-Id: <201106150120.p5F1KARB060818@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, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEF58106564A for ; Wed, 15 Jun 2011 01:10:55 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9BE8FC14 for ; Wed, 15 Jun 2011 01:10:55 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id p5F1AsQ1053536 for ; Tue, 14 Jun 2011 20:10:54 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.1.0); 14 Jun 2011 20:10:53 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.4/8.14.4/Submit) id p5F1Arcb053535; Tue, 14 Jun 2011 20:10:53 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Tue, 14 Jun 2011 20:10:53 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157886: Update Ports textproc/libxml++26 to 2.34.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2011 01:20:11 -0000 >Number: 157886 >Category: ports >Synopsis: Update Ports textproc/libxml++26 to 2.34.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 15 01:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue May 31 15:57:18 CDT 2011 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update Ports textproc/libxml++26 This is required to build lightspark and maybe other ports. >How-To-Repeat: Update Ports textproc/libxml++26 >Fix: --- libxml++26.patch begins here --- diff -ruN libxml++26/Makefile libxml++26.new/Makefile --- libxml++26/Makefile 2010-11-20 11:38:05.000000000 -0600 +++ libxml++26.new/Makefile 2011-06-14 19:37:12.000000000 -0500 @@ -8,7 +8,7 @@ # PORTNAME= libxml++ -PORTVERSION= 2.32.0 +PORTVERSION= 2.34.1 PORTREVISION?= 0 CATEGORIES= textproc MASTER_SITES= GNOME diff -ruN libxml++26/distinfo libxml++26.new/distinfo --- libxml++26/distinfo 2010-11-20 11:38:05.000000000 -0600 +++ libxml++26.new/distinfo 2011-06-14 19:51:51.000000000 -0500 @@ -1,3 +1,2 @@ -MD5 (libxml++-2.32.0.tar.bz2) = f25c032942653211311754608abf46a4 -SHA256 (libxml++-2.32.0.tar.bz2) = 7989e285ca6fe63379121a2afea8dd4806abef6ecf1cb84f4fc4e9de18b43c25 -SIZE (libxml++-2.32.0.tar.bz2) = 831918 +SHA256 (libxml++-2.34.1.tar.bz2) = 664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040 +SIZE (libxml++-2.34.1.tar.bz2) = 1286110 --- libxml++26.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: