Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 12:41:26 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
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
Message-ID:  <201501131241.t0DCfQW0080252@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <spil.oss at gmail.com>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501131241.t0DCfQW0080252>