Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 14:29:35 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554083 - head/net/pecl-zmq
Message-ID:  <202011041429.0A4ETZVF024109@repo.freebsd.org>

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



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