Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 12:53:30 +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: r376928 - in head/www: pecl-http pecl-http1
Message-ID:  <201501131253.t0DCrUX0085886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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