svn commit: r554083 - head/net/pecl-zmq

Renato Botelho garga at FreeBSD.org
Wed Nov 4 14:29:35 UTC 2020


Author: garga
Date: Wed Nov  4 14:29:34 2020
New Revision: 554083
URL: https://svnweb.freebsd.org/changeset/ports/554083

Log:
  net/pecl-zmq: Ignore with PHP 8.0
  
  It fails to build with PHP 8.0.  Ignore it while it's not fixed.
  
  While here, fix WWW line on pkg-descr
  
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/net/pecl-zmq/Makefile
  head/net/pecl-zmq/pkg-descr

Modified: head/net/pecl-zmq/Makefile
==============================================================================
--- head/net/pecl-zmq/Makefile	Wed Nov  4 14:22:46 2020	(r554082)
+++ head/net/pecl-zmq/Makefile	Wed Nov  4 14:29:34 2020	(r554083)
@@ -10,6 +10,8 @@ COMMENT=	PHP bindings for ZeroMQ
 
 LICENSE=	BSD3CLAUSE
 
+IGNORE_WITH_PHP=	80
+
 LIB_DEPENDS=	libzmq.so:net/libzmq4
 
 USES=		php:pecl pkgconfig

Modified: head/net/pecl-zmq/pkg-descr
==============================================================================
--- head/net/pecl-zmq/pkg-descr	Wed Nov  4 14:22:46 2020	(r554082)
+++ head/net/pecl-zmq/pkg-descr	Wed Nov  4 14:29:34 2020	(r554083)
@@ -1,3 +1,3 @@
 PHP bindings for ZeroMQ
 
-WWW: http://zeromq.org/bindings:php
+WWW: https://pecl.php.net/package/zmq


More information about the svn-ports-all mailing list