Date: Mon, 23 Mar 2015 12:01:37 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381989 - head/www/pecl-http Message-ID: <201503231201.t2NC1bUO031297@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503231201.t2NC1bUO031297>