svn commit: r376928 - in head/www: pecl-http pecl-http1

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jan 13 12:53:31 UTC 2015


Author: vanilla
Date: Tue Jan 13 12:53:29 2015
New Revision: 376928
URL: https://svnweb.freebsd.org/changeset/ports/376928
QAT: https://qat.redports.org/buildarchive/r376928/

Log:
  Fix CONFLICTS.
  
  Submitted by:	mat@

Modified:
  head/www/pecl-http/Makefile
  head/www/pecl-http1/Makefile

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Tue Jan 13 12:49:48 2015	(r376927)
+++ head/www/pecl-http/Makefile	Tue Jan 13 12:53:29 2015	(r376928)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
-CONFLICTS=	pecl-http-1*
+CONFLICTS=	pecl-http1-*
 
 CONFIGURE_ARGS+=	--with-http-curl-requests \
 			--with-http-zlib-compression \

Modified: head/www/pecl-http1/Makefile
==============================================================================
--- head/www/pecl-http1/Makefile	Tue Jan 13 12:49:48 2015	(r376927)
+++ head/www/pecl-http1/Makefile	Tue Jan 13 12:53:29 2015	(r376928)
@@ -22,7 +22,7 @@ USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	http
 IGNORE_WITH_PHP=	56
-CONFLICTS=	pecl-http-2*
+CONFLICTS=	pecl-http-*
 
 CONFIGURE_ARGS+=	--with-http-curl-requests \
 			--with-http-zlib-compression \


More information about the svn-ports-all mailing list