svn commit: r412621 - in head/www/pecl-http: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Wed Apr 6 14:19:05 UTC 2016


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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list