From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 22:50:12 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 6E4291065689 for ; Sat, 6 Aug 2011 22:50:12 +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 46CAF8FC13 for ; Sat, 6 Aug 2011 22:50:11 +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 p76MoBEo085563 for ; Sat, 6 Aug 2011 22:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76MoBrc085562; Sat, 6 Aug 2011 22:50:11 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 22:50:11 GMT Resent-Message-Id: <201108062250.p76MoBrc085562@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, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7BF1065672 for ; Sat, 6 Aug 2011 22:49:54 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [140.126.143.63]) by mx1.freebsd.org (Postfix) with ESMTP id 778528FC18 for ; Sat, 6 Aug 2011 22:49:54 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id 27FB54DFC38; Sun, 7 Aug 2011 06:40:19 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DXHeAl9HRsse; Sun, 7 Aug 2011 06:40:18 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id EDA264DFC37; Sun, 7 Aug 2011 06:40:18 +0800 (CST) Message-Id: <20110806224018.EDA264DFC37@Leo.mi.chu.edu.tw> Date: Sun, 7 Aug 2011 06:40:18 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wmoran@collaborativefusion.com Subject: ports/159560: [PATCH] devel/php-xdebug: update to 2.1.2 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: Sat, 06 Aug 2011 22:50:12 -0000 >Number: 159560 >Category: ports >Synopsis: [PATCH] devel/php-xdebug: update to 2.1.2 >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: Sat Aug 06 22:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #1: Sun May 29 03:20:46 CST 2011 >Description: - Update to 2.1.2 Port maintainer (wmoran@collaborativefusion.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- php-xdebug-2.1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/php-xdebug/Makefile /home/admin/joehorn/php-xdebug/Makefile --- /usr/ports/devel/php-xdebug/Makefile 2011-06-25 06:05:36.000000000 +0800 +++ /home/admin/joehorn/php-xdebug/Makefile 2011-08-07 06:34:32.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= xdebug -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- diff -ruN --exclude=CVS /usr/ports/devel/php-xdebug/distinfo /home/admin/joehorn/php-xdebug/distinfo --- /usr/ports/devel/php-xdebug/distinfo 2011-06-25 06:05:36.000000000 +0800 +++ /home/admin/joehorn/php-xdebug/distinfo 2011-08-07 06:34:41.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (xdebug-2.1.1.tgz) = dab62caef3f5c83dfaa0b005a9a3cfe43fe3e13aef1bfd4861ec4f1ef89c2a23 -SIZE (xdebug-2.1.1.tgz) = 303203 +SHA256 (xdebug-2.1.2.tgz) = 58fbaa926b0aa8325cf320b6bd5aaa22d707413eec49ec8d9da7013f3e879e24 +SIZE (xdebug-2.1.2.tgz) = 304229 --- php-xdebug-2.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: