From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 7 14:20:05 2009 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 6E909106568B for ; Wed, 7 Oct 2009 14:20:05 +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 47E548FC1D for ; Wed, 7 Oct 2009 14:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n97EK5WZ022055 for ; Wed, 7 Oct 2009 14:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n97EK5GR022054; Wed, 7 Oct 2009 14:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 7 Oct 2009 14:20:05 GMT Resent-Message-Id: <200910071420.n97EK5GR022054@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D751065670; Wed, 7 Oct 2009 14:11:41 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 762048FC20; Wed, 7 Oct 2009 14:11:41 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1667607qwi.7 for ; Wed, 07 Oct 2009 07:11:40 -0700 (PDT) Received: by 10.224.36.157 with SMTP id t29mr2614270qad.65.1254924700718; Wed, 07 Oct 2009 07:11:40 -0700 (PDT) Received: from fbsd9i386.scjamorim.org (187-25-46-128.3g.claro.net.br [187.25.46.128]) by mx.google.com with ESMTPS id 21sm678244qyk.12.2009.10.07.07.11.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Oct 2009 07:11:40 -0700 (PDT) Received: by fbsd9i386.scjamorim.org (Postfix, from userid 0) id 724C4244D6A; Wed, 7 Oct 2009 11:11:34 -0300 (BRT) Message-Id: <20091007141134.724C4244D6A@fbsd9i386.scjamorim.org> Date: Wed, 7 Oct 2009 11:11:34 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/139396: [PATCH] devel/pecl-mcve: update to 7.0.3 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: Wed, 07 Oct 2009 14:20:05 -0000 >Number: 139396 >Category: ports >Synopsis: [PATCH] devel/pecl-mcve: update to 7.0.3 >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 Oct 07 14:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct 2 01:38:34 BRT >Description: - Update to 7.0.3 You can see the log in my tinderbox: AMD64 http://www.scjamorim.org/Home/pecl-mcve-7.0.3-6amd64.log http://www.scjamorim.org/Home/pecl-mcve-7.0.3-7amd64.log http://www.scjamorim.org/Home/pecl-mcve-7.0.3-8amd64.log http://www.scjamorim.org/Home/pecl-mcve-7.0.3-9amd64.log i386 http://www.scjamorim.org/Home/pecl-mcve-7.0.3-6i386.log http://www.scjamorim.org/Home/pecl-mcve-7.0.3-7i386.log http://www.scjamorim.org/Home/pecl-mcve-7.0.3-8i386.log http://www.scjamorim.org/Home/pecl-mcve-7.0.3-9i386.log Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pecl-mcve-7.0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pecl-mcve/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 22 Aug 2009 21:31:59 -0000 1.5 +++ Makefile 7 Oct 2009 14:09:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mcve -PORTVERSION= 7.0.2 +PORTVERSION= 7.0.3 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/pecl-mcve/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 22 Aug 2009 20:44:02 -0000 1.2 +++ distinfo 7 Oct 2009 14:09:53 -0000 @@ -1,3 +1,3 @@ -MD5 (PECL/mcve-7.0.2.tgz) = 49fa99628b07258a49a946d5495389c3 -SHA256 (PECL/mcve-7.0.2.tgz) = c061e8ddc0c4633dec87e3e9652ddca2de1e817598fb9e0f699350a87e66f45f -SIZE (PECL/mcve-7.0.2.tgz) = 19560 +MD5 (PECL/mcve-7.0.3.tgz) = 4df8b734d7418e735a43f35c243efb58 +SHA256 (PECL/mcve-7.0.3.tgz) = 3c7f6fbc977976d30d49556f9563ccf0e7010656bf2f4df951fdaa06509b097c +SIZE (PECL/mcve-7.0.3.tgz) = 19545 --- pecl-mcve-7.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: