From owner-svn-ports-head@freebsd.org Sun Feb 17 19:55:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF5C414DC63D; Sun, 17 Feb 2019 19:55:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61B0C862D5; Sun, 17 Feb 2019 19:55:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AFB6231AF; Sun, 17 Feb 2019 19:55:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1HJthKl047565; Sun, 17 Feb 2019 19:55:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1HJthOd047564; Sun, 17 Feb 2019 19:55:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201902171955.x1HJthOd047564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Feb 2019 19:55:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493221 - head/net/pecl-amqp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/pecl-amqp X-SVN-Commit-Revision: 493221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 61B0C862D5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2019 19:55:50 -0000 Author: sunpoet Date: Sun Feb 17 19:55:42 2019 New Revision: 493221 URL: https://svnweb.freebsd.org/changeset/ports/493221 Log: Update to 1.9.4 - Remove IGNORE_WITH_PHP=73 Changes: https://pecl.php.net/package-changelog.php?package=amqp PR: 235267 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks) Modified: head/net/pecl-amqp/Makefile head/net/pecl-amqp/distinfo Modified: head/net/pecl-amqp/Makefile ============================================================================== --- head/net/pecl-amqp/Makefile Sun Feb 17 19:55:37 2019 (r493220) +++ head/net/pecl-amqp/Makefile Sun Feb 17 19:55:42 2019 (r493221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amqp -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.4 CATEGORIES= net pear MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw @@ -14,6 +14,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel USES= php:pecl -IGNORE_WITH_PHP= 73 .include Modified: head/net/pecl-amqp/distinfo ============================================================================== --- head/net/pecl-amqp/distinfo Sun Feb 17 19:55:37 2019 (r493220) +++ head/net/pecl-amqp/distinfo Sun Feb 17 19:55:42 2019 (r493221) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512470748 -SHA256 (PECL/amqp-1.9.3.tgz) = c79e52db33bf907dad7da8f350dbdf2937b0679a3dc44fb2a941efb6d4808da9 -SIZE (PECL/amqp-1.9.3.tgz) = 101342 +TIMESTAMP = 1548177474 +SHA256 (PECL/amqp-1.9.4.tgz) = b66b8b8264749cb7a69ae4d09665dad1559b6c4f01430206c8e4187bcd8c782d +SIZE (PECL/amqp-1.9.4.tgz) = 102604