From owner-svn-ports-head@freebsd.org Wed Apr 6 14:19:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98BF7B0603C; Wed, 6 Apr 2016 14:19:05 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 511E91FF8; Wed, 6 Apr 2016 14:19:05 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u36EJ4Ut061852; Wed, 6 Apr 2016 14:19:04 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u36EJ4Gp061850; Wed, 6 Apr 2016 14:19:04 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604061419.u36EJ4Gp061850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 6 Apr 2016 14:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412621 - in head/www/pecl-http: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 14:19:05 -0000 Author: bofh Date: Wed Apr 6 14:19:04 2016 New Revision: 412621 URL: https://svnweb.freebsd.org/changeset/ports/412621 Log: www/pecl-http: Update version 2.5.3=>3.0.1 Deleted: head/www/pecl-http/files/ Modified: head/www/pecl-http/Makefile head/www/pecl-http/distinfo Modified: head/www/pecl-http/Makefile ============================================================================== --- head/www/pecl-http/Makefile Wed Apr 6 14:07:55 2016 (r412620) +++ head/www/pecl-http/Makefile Wed Apr 6 14:19:04 2016 (r412621) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 2.5.3 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,17 +14,19 @@ COMMENT= Extended HTTP Support LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ - ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro \ +BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 \ re2c:devel/re2c -RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ - ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent2 +PHP_DEFAULT= 7.0 +IGNORE_WITH_PHP= 55 56 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -CONFLICTS= pecl-http1* +CONFLICTS= pecl-http[12]* .include Modified: head/www/pecl-http/distinfo ============================================================================== --- head/www/pecl-http/distinfo Wed Apr 6 14:07:55 2016 (r412620) +++ head/www/pecl-http/distinfo Wed Apr 6 14:19:04 2016 (r412621) @@ -1,2 +1,2 @@ -SHA256 (pecl_http-2.5.3.tgz) = 713790881f0308fceff0177340cb8b1ab3f7cb1c2b7906e06146399c7fdc6094 -SIZE (pecl_http-2.5.3.tgz) = 191863 +SHA256 (pecl_http-3.0.1.tgz) = 4e45ea546e3245669887ec98187666ccb4aa3df15078335b1c02c824c8165031 +SIZE (pecl_http-3.0.1.tgz) = 197372