svn commit: r442246 - in head/devel: pecl-APCu pecl-APCu4

Pawel Pekala pawel at FreeBSD.org
Wed May 31 17:36:19 UTC 2017


Author: pawel
Date: Wed May 31 17:36:18 2017
New Revision: 442246
URL: https://svnweb.freebsd.org/changeset/ports/442246

Log:
  Fix CONFLICTS lines
  
  Approved by:	blanket approval

Modified:
  head/devel/pecl-APCu/Makefile
  head/devel/pecl-APCu4/Makefile

Modified: head/devel/pecl-APCu/Makefile
==============================================================================
--- head/devel/pecl-APCu/Makefile	Wed May 31 17:35:55 2017	(r442245)
+++ head/devel/pecl-APCu/Makefile	Wed May 31 17:36:18 2017	(r442246)
@@ -11,7 +11,7 @@ COMMENT=	APC User Caching
 
 LICENSE=	PHP301
 
-CONFLICTS_INSTALL=	pecl-APC-
+CONFLICTS_INSTALL=	pecl-APC
 
 IGNORE_WITH_PHP=56
 USES=		localbase php:pecl

Modified: head/devel/pecl-APCu4/Makefile
==============================================================================
--- head/devel/pecl-APCu4/Makefile	Wed May 31 17:35:55 2017	(r442245)
+++ head/devel/pecl-APCu4/Makefile	Wed May 31 17:36:18 2017	(r442246)
@@ -12,7 +12,7 @@ COMMENT=	APC User Caching
 
 LICENSE=	PHP301
 
-CONFLICTS_INSTALL=	pecl-APC-
+CONFLICTS_INSTALL=	pecl-APC
 
 PORTSCOUT=	limit:^4\.
 


More information about the svn-ports-all mailing list