From owner-svn-ports-all@FreeBSD.ORG Mon May 19 07:14:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 ESMTPS id EDBE1739; Mon, 19 May 2014 07:14:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB0D4283F; Mon, 19 May 2014 07:14:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4J7ErFh097327; Mon, 19 May 2014 07:14:53 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4J7ErCZ097324; Mon, 19 May 2014 07:14:53 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405190714.s4J7ErCZ097324@svn.freebsd.org> From: Martin Wilke Date: Mon, 19 May 2014 07:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354499 - head/www/pear-HTTP_Request2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 07:14:54 -0000 Author: miwi Date: Mon May 19 07:14:52 2014 New Revision: 354499 URL: http://svnweb.freebsd.org/changeset/ports/354499 QAT: https://qat.redports.org/buildarchive/r354499/ Log: - Update to 2.2.1 - Pet portlint PR: 189830 Submitted by: Bartek Rutkowski Modified: head/www/pear-HTTP_Request2/Makefile head/www/pear-HTTP_Request2/distinfo head/www/pear-HTTP_Request2/pkg-descr Modified: head/www/pear-HTTP_Request2/Makefile ============================================================================== --- head/www/pear-HTTP_Request2/Makefile Mon May 19 07:13:52 2014 (r354498) +++ head/www/pear-HTTP_Request2/Makefile Mon May 19 07:14:52 2014 (r354499) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP_Request2 -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.1 PORTEPOCH= 1 CATEGORIES= www pear Modified: head/www/pear-HTTP_Request2/distinfo ============================================================================== --- head/www/pear-HTTP_Request2/distinfo Mon May 19 07:13:52 2014 (r354498) +++ head/www/pear-HTTP_Request2/distinfo Mon May 19 07:14:52 2014 (r354499) @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTTP_Request2-2.1.1.tgz) = 6f809dcdf3912847d43068791a0565b9e69f2bf41200aa23aad436498c665918 -SIZE (PEAR/HTTP_Request2-2.1.1.tgz) = 99151 +SHA256 (PEAR/HTTP_Request2-2.2.1.tgz) = 1cb082560db3344a1189cd33a354091bd55ad1944a5c9152a2573b031d960704 +SIZE (PEAR/HTTP_Request2-2.2.1.tgz) = 107339 Modified: head/www/pear-HTTP_Request2/pkg-descr ============================================================================== --- head/www/pear-HTTP_Request2/pkg-descr Mon May 19 07:13:52 2014 (r354498) +++ head/www/pear-HTTP_Request2/pkg-descr Mon May 19 07:14:52 2014 (r354499) @@ -8,4 +8,4 @@ Supports POST requests with data and fil cookies, proxies, gzip and deflate encodings, monitoring the request progress with Observers. -WWW: http://pear.php.net/package/HTTP_Request2/ +WWW: http://pear.php.net/package/HTTP_Request2