From owner-svn-ports-all@FreeBSD.ORG Mon Mar 23 12:01:38 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47D9C197; Mon, 23 Mar 2015 12:01:38 +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 18294E71; Mon, 23 Mar 2015 12:01:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2NC1bBk031300; Mon, 23 Mar 2015 12:01:37 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2NC1bUO031297; Mon, 23 Mar 2015 12:01:37 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201503231201.t2NC1bUO031297@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 23 Mar 2015 12:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381989 - head/www/pecl-http 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-1 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, 23 Mar 2015 12:01:38 -0000 Author: bofh Date: Mon Mar 23 12:01:36 2015 New Revision: 381989 URL: https://svnweb.freebsd.org/changeset/ports/381989 QAT: https://qat.redports.org/buildarchive/r381989/ Log: www/pecl-http: Update version 2.3.2=>2.4.1 - Remove CONFIGURE_ARGS as those are no longer valid for this version - Add dependency for re2c and libevent2 Approved by: bapt marino (implicit) Modified: head/www/pecl-http/Makefile head/www/pecl-http/distinfo Modified: head/www/pecl-http/Makefile ============================================================================== --- head/www/pecl-http/Makefile Mon Mar 23 11:50:47 2015 (r381988) +++ head/www/pecl-http/Makefile Mon Mar 23 12:01:36 2015 (r381989) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,18 +15,16 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ - ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro \ + re2c:${PORTSDIR}/devel/re2c RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libevent.so:${PORTSDIR}/devel/libevent2 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFLICTS= pecl-http1* -CONFIGURE_ARGS+= --with-http-curl-requests \ - --with-http-zlib-compression \ - --with-http-magic-mime - .include Modified: head/www/pecl-http/distinfo ============================================================================== --- head/www/pecl-http/distinfo Mon Mar 23 11:50:47 2015 (r381988) +++ head/www/pecl-http/distinfo Mon Mar 23 12:01:36 2015 (r381989) @@ -1,2 +1,2 @@ -SHA256 (pecl_http-2.3.2.tgz) = 360f689482a69d43c375d203b8a66feb3bcad1f494a71ff57d6896c4a19d4a43 -SIZE (pecl_http-2.3.2.tgz) = 187440 +SHA256 (pecl_http-2.4.1.tgz) = af53bbdad6ea920e061e96623652c9abc5e5065cad664e73de7c104464e728e0 +SIZE (pecl_http-2.4.1.tgz) = 187135