Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2016 16:55:38 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427440 - head/net-im/pecl-stomp2
Message-ID:  <201611301655.uAUGtcja033402@repo.freebsd.org>

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



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