From nobody@FreeBSD.org  Mon Jul  1 21:22:05 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 92D28A28
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Jul 2013 21:22:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 85E4512C4
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Jul 2013 21:22:05 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r61LM5XC064743
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 1 Jul 2013 21:22:05 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r61LM5qS064739;
	Mon, 1 Jul 2013 21:22:05 GMT
	(envelope-from nobody)
Message-Id: <201307012122.r61LM5qS064739@oldred.freebsd.org>
Date: Mon, 1 Jul 2013 21:22:05 GMT
From: Oleg Ginzburg <olevole@olevole.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/pecl-http: update to 1.7.6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180184
>Category:       ports
>Synopsis:       www/pecl-http: update to 1.7.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 01 21:30:00 UTC 2013
>Closed-Date:    Mon Jul 15 15:07:07 UTC 2013
>Last-Modified:  Mon Jul 15 15:10:04 UTC 2013
>Originator:     Oleg Ginzburg
>Release:        10.0-current
>Organization:
>Environment:
>Description:
* Fixed bug #64380 (PHP-5.5 build fails)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN pecl-http.bak/Makefile pecl-http/Makefile
--- pecl-http.bak/Makefile	2013-05-19 00:02:22.055331000 +0400
+++ pecl-http/Makefile	2013-07-02 01:18:52.609399645 +0400
@@ -2,7 +2,7 @@
 # $FreeBSD: head/www/pecl-http/Makefile 313734 2013-03-09 17:26:27Z miwi $
 
 PORTNAME=	http
-PORTVERSION=	1.7.5
+PORTVERSION=	1.7.6
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -12,6 +12,8 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Extended HTTP Support
 
+LICENSE=	BSD
+
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
 
 USE_PHP=	yes
diff -ruN pecl-http.bak/distinfo pecl-http/distinfo
--- pecl-http.bak/distinfo	2013-05-19 00:02:22.055331000 +0400
+++ pecl-http/distinfo	2013-07-02 01:19:45.586376282 +0400
@@ -1,2 +1,2 @@
-SHA256 (pecl_http-1.7.5.tgz) = 6be7648f1c738484b5645ac38b671c93a27e99d9c5dc67331acce056dacf34c1
-SIZE (pecl_http-1.7.5.tgz) = 174624
+SHA256 (pecl_http-1.7.6.tgz) = e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983
+SIZE (pecl_http-1.7.6.tgz) = 174722


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 1 21:30:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180184 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 15 15:07:07 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180184: commit references a PR
Date: Mon, 15 Jul 2013 15:07:14 +0000 (UTC)

 Author: miwi
 Date: Mon Jul 15 15:07:06 2013
 New Revision: 323059
 URL: http://svnweb.freebsd.org/changeset/ports/323059
 
 Log:
   - Update to 1.7.6
   
   PR:		180184
 
 Modified:
   head/www/pecl-http/Makefile
   head/www/pecl-http/distinfo
 
 Modified: head/www/pecl-http/Makefile
 ==============================================================================
 --- head/www/pecl-http/Makefile	Mon Jul 15 15:05:29 2013	(r323058)
 +++ head/www/pecl-http/Makefile	Mon Jul 15 15:07:06 2013	(r323059)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	http
 -PORTVERSION=	1.7.5
 -PORTREVISION=	1
 +PORTVERSION=	1.7.6
  CATEGORIES=	www
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 
 Modified: head/www/pecl-http/distinfo
 ==============================================================================
 --- head/www/pecl-http/distinfo	Mon Jul 15 15:05:29 2013	(r323058)
 +++ head/www/pecl-http/distinfo	Mon Jul 15 15:07:06 2013	(r323059)
 @@ -1,2 +1,2 @@
 -SHA256 (pecl_http-1.7.5.tgz) = 6be7648f1c738484b5645ac38b671c93a27e99d9c5dc67331acce056dacf34c1
 -SIZE (pecl_http-1.7.5.tgz) = 174624
 +SHA256 (pecl_http-1.7.6.tgz) = e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983
 +SIZE (pecl_http-1.7.6.tgz) = 174722
 _______________________________________________
 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"
 
>Unformatted:
