svn commit: r427440 - head/net-im/pecl-stomp2

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Nov 30 16:55:39 UTC 2016


Author: tz
Date: Wed Nov 30 16:55:37 2016
New Revision: 427440
URL: https://svnweb.freebsd.org/changeset/ports/427440

Log:
  net-im/pecl-stomp2: remove PHP_VER
  
  Also remove IGNORE_WITH_PHP= 55 - PHP 5.5 is gone
  
  Approved by: mentors (implicit)

Modified:
  head/net-im/pecl-stomp2/Makefile

Modified: head/net-im/pecl-stomp2/Makefile
==============================================================================
--- head/net-im/pecl-stomp2/Makefile	Wed Nov 30 16:51:18 2016	(r427439)
+++ head/net-im/pecl-stomp2/Makefile	Wed Nov 30 16:55:37 2016	(r427440)
@@ -17,8 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 PORTSCOUT=	limit:^2.*
 
 USES=		php:ext tar:tgz
-PHP_VER=	70
-IGNORE_WITH_PHP=	55 56
+IGNORE_WITH_PHP=	56
 CONFLICTS=	pecl-stomp-1*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list