From owner-svn-ports-all@FreeBSD.ORG Tue Jan 13 12:41:28 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20CC5B83; Tue, 13 Jan 2015 12:41:28 +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 0C0AD8DA; Tue, 13 Jan 2015 12:41:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0DCfRKI080260; Tue, 13 Jan 2015 12:41:27 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0DCfQW0080252; Tue, 13 Jan 2015 12:41:26 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201501131241.t0DCfQW0080252@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 13 Jan 2015 12:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376922 - in head/www: . pecl-http pecl-http1 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: Tue, 13 Jan 2015 12:41:28 -0000 Author: vanilla Date: Tue Jan 13 12:41:25 2015 New Revision: 376922 URL: https://svnweb.freebsd.org/changeset/ports/376922 QAT: https://qat.redports.org/buildarchive/r376922/ Log: 1: Add www/pecl-http1, repo copy from www/pecl-http 2: add CONFLICTS. PR: ports/96677 Submitted by: Bernard Spil Added: head/www/pecl-http1/ - copied from r376907, head/www/pecl-http/ Modified: head/www/Makefile head/www/pecl-http/Makefile head/www/pecl-http1/Makefile head/www/pecl-http1/distinfo head/www/pecl-http1/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jan 13 12:31:13 2015 (r376921) +++ head/www/Makefile Tue Jan 13 12:41:25 2015 (r376922) @@ -1388,6 +1388,7 @@ SUBDIR += pecl-APC SUBDIR += pecl-amfext SUBDIR += pecl-http + SUBDIR += pecl-http1 SUBDIR += pecl-solr SUBDIR += pecl-sphinx SUBDIR += pecl-swish Modified: head/www/pecl-http/Makefile ============================================================================== --- head/www/pecl-http/Makefile Tue Jan 13 12:31:13 2015 (r376921) +++ head/www/pecl-http/Makefile Tue Jan 13 12:41:25 2015 (r376922) @@ -23,6 +23,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +CONFLICTS= pecl-http-1* CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ Modified: head/www/pecl-http1/Makefile ============================================================================== --- head/www/pecl-http/Makefile Tue Jan 13 06:36:46 2015 (r376907) +++ head/www/pecl-http1/Makefile Tue Jan 13 12:41:25 2015 (r376922) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 2.1.4 +PORTVERSION= 1.7.6 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -DISTNAME= pecl_${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= 1 +DISTNAME= pecl_http-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extended HTTP Support @@ -14,15 +15,14 @@ COMMENT= Extended HTTP Support 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 -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 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +PHP_MODNAME= http +IGNORE_WITH_PHP= 56 +CONFLICTS= pecl-http-2* CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ Modified: head/www/pecl-http1/distinfo ============================================================================== --- head/www/pecl-http/distinfo Tue Jan 13 06:36:46 2015 (r376907) +++ head/www/pecl-http1/distinfo Tue Jan 13 12:41:25 2015 (r376922) @@ -1,2 +1,2 @@ -SHA256 (pecl_http-2.1.4.tgz) = df484b616c3eaf52763075a2518230b6dea82dfb986614f4d70305bc0310eb97 -SIZE (pecl_http-2.1.4.tgz) = 159005 +SHA256 (pecl_http-1.7.6.tgz) = e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983 +SIZE (pecl_http-1.7.6.tgz) = 174722 Modified: head/www/pecl-http1/pkg-descr ============================================================================== --- head/www/pecl-http/pkg-descr Tue Jan 13 06:36:46 2015 (r376907) +++ head/www/pecl-http1/pkg-descr Tue Jan 13 12:41:25 2015 (r376922) @@ -7,4 +7,13 @@ as well as a convenient way to send any with caching and resuming capabilities. It provides powerful request functionality too. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +This the deprecated version 1 branch of this package +as the current 2.x branch is described as +"completely incompatible to previous version." +Please upgrade to www/pecl-http as soon as possible! + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + WWW: http://pecl.php.net/package/pecl_http/