Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 19:41:59 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 632a8e82054a - main - net/pecl-amqp: Update to 1.10.2
Message-ID:  <202107211941.16LJfxVx064249@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=632a8e82054ac07d4c25dc5aa66890c77756dbf3

commit 632a8e82054ac07d4c25dc5aa66890c77756dbf3
Author:     Marcin Gryszkalis <mg@fork.pl>
AuthorDate: 2021-07-21 19:38:25 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-07-21 19:38:25 +0000

    net/pecl-amqp: Update to 1.10.2
    
    - Adds PHP 7.4 Support
    
    PR:             257282
    Approved by:    Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> (maintainer)
---
 net/pecl-amqp/Makefile | 6 +++---
 net/pecl-amqp/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile
index 4022ef49012b..793c57cde3a4 100644
--- a/net/pecl-amqp/Makefile
+++ b/net/pecl-amqp/Makefile
@@ -1,7 +1,7 @@
 # Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
 
 PORTNAME=	amqp
-PORTVERSION=	1.9.4
+PORTVERSION=	1.10.2
 CATEGORIES=	net pear
 
 MAINTAINER=	jnlin@freebsd.cs.nctu.edu.tw
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	librabbitmq.so:net/rabbitmq-c-devel
 
-USES=		php:pecl
-IGNORE_WITH_PHP=	74 80
+USES=		php:pecl localbase
+IGNORE_WITH_PHP=   80
 
 .include <bsd.port.mk>
diff --git a/net/pecl-amqp/distinfo b/net/pecl-amqp/distinfo
index 3a02bc080df0..a9ad98b33752 100644
--- a/net/pecl-amqp/distinfo
+++ b/net/pecl-amqp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548177474
-SHA256 (PECL/amqp-1.9.4.tgz) = b66b8b8264749cb7a69ae4d09665dad1559b6c4f01430206c8e4187bcd8c782d
-SIZE (PECL/amqp-1.9.4.tgz) = 102604
+TIMESTAMP = 1626719833
+SHA256 (PECL/amqp-1.10.2.tgz) = 0ebc61052eb12406dddf5eabfe8749a12d52c566816b8aab04fb9916d0c26ed2
+SIZE (PECL/amqp-1.10.2.tgz) = 107350



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