From rustem.alimov@gmail.com  Tue Nov  5 20:37:02 2013
Return-Path: <rustem.alimov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id D56F9B83
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Nov 2013 20:37:02 +0000 (UTC)
	(envelope-from rustem.alimov@gmail.com)
Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 61EC524F5
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Nov 2013 20:37:02 +0000 (UTC)
Received: by mail-la0-f48.google.com with SMTP id ec20so3023898lab.7
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 05 Nov 2013 12:37:00 -0800 (PST)
Received: from ruspc ([95.73.48.225])
        by mx.google.com with ESMTPSA id vs11sm29536934lac.3.2013.11.05.12.36.57
        for <FreeBSD-gnats-submit@freebsd.org>
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Tue, 05 Nov 2013 12:36:59 -0800 (PST)
Received: by ruspc (sSMTP sendmail emulation); Wed, 06 Nov 2013 00:36:40 +0400
Message-Id: <527956eb.8bef980a.4380.fffff306@mx.google.com>
Date: Wed, 06 Nov 2013 00:36:40 +0400
From: Rustem Alimov <rustem.alimov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: |PATCH| databases/pecl-mongo: update to 1.4.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         183696
>Category:       ports
>Synopsis:       |PATCH| databases/pecl-mongo: update to 1.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 20:40:01 UTC 2013
>Closed-Date:    Sun Nov 24 08:02:45 UTC 2013
>Last-Modified:  Sun Nov 24 08:02:45 UTC 2013
>Originator:     Rustem Alimov
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ruspc 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826
>Description:
	- Update to 1.4.5
>How-To-Repeat:
>Fix:

--- pecl-mongo.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 332904)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mongo
-PORTVERSION=	1.4.4
+PORTVERSION=	1.4.5
 CATEGORIES=	databases pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
Index: distinfo
===================================================================
--- distinfo	(revision 332904)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (PECL/mongo-1.4.4.tgz) = fb477e447779cff794e3a976232f5741fcc59c9f6798fccd9d0bb1a911fadd71
-SIZE (PECL/mongo-1.4.4.tgz) = 141242
+SHA256 (PECL/mongo-1.4.5.tgz) = 45b20d4fc37e2ce1bc85dfb79418993ecfe61c519d6ad24e7d28cb4e1b380a55
+SIZE (PECL/mongo-1.4.5.tgz) = 141417
--- pecl-mongo.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 5 20:40:10 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183696 
Responsible-Changed-From-To: miwi->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sat Nov 23 19:08:26 UTC 2013 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183696 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183696: commit references a PR
Date: Sun, 24 Nov 2013 07:53:13 +0000 (UTC)

 Author: antoine
 Date: Sun Nov 24 07:53:05 2013
 New Revision: 334708
 URL: http://svnweb.freebsd.org/changeset/ports/334708
 
 Log:
   Update to 1.4.5
   
   PR:		ports/183696
   Submitted by:	Gasol Wu
   Approved by:	maintainer timeout (19 days)
 
 Modified:
   head/databases/pecl-mongo/Makefile
   head/databases/pecl-mongo/distinfo
 
 Modified: head/databases/pecl-mongo/Makefile
 ==============================================================================
 --- head/databases/pecl-mongo/Makefile	Sun Nov 24 07:49:54 2013	(r334707)
 +++ head/databases/pecl-mongo/Makefile	Sun Nov 24 07:53:05 2013	(r334708)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	mongo
 -PORTVERSION=	1.4.4
 +PORTVERSION=	1.4.5
  CATEGORIES=	databases pear
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 @@ -16,7 +16,6 @@ LICENSE=	AL2
  
  USE_PHP=	spl
  USE_PHP_BUILD=	yes
 -USE_PHPIZE=	yes
  USE_PHPEXT=	yes
  CONFIGURE_ARGS=	--enable-mongo
  SUB_FILES=	pkg-message
 
 Modified: head/databases/pecl-mongo/distinfo
 ==============================================================================
 --- head/databases/pecl-mongo/distinfo	Sun Nov 24 07:49:54 2013	(r334707)
 +++ head/databases/pecl-mongo/distinfo	Sun Nov 24 07:53:05 2013	(r334708)
 @@ -1,2 +1,2 @@
 -SHA256 (PECL/mongo-1.4.4.tgz) = fb477e447779cff794e3a976232f5741fcc59c9f6798fccd9d0bb1a911fadd71
 -SIZE (PECL/mongo-1.4.4.tgz) = 141242
 +SHA256 (PECL/mongo-1.4.5.tgz) = 45b20d4fc37e2ce1bc85dfb79418993ecfe61c519d6ad24e7d28cb4e1b380a55
 +SIZE (PECL/mongo-1.4.5.tgz) = 141417
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Sun Nov 24 08:02:26 UTC 2013 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183696 
>Unformatted:
