From owner-svn-ports-head@freebsd.org Tue May 23 00:45:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12972D79597; Tue, 23 May 2017 00:45:38 +0000 (UTC) (envelope-from dbaio@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 mx1.freebsd.org (Postfix) with ESMTPS id D669C1474; Tue, 23 May 2017 00:45:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4N0ja1B099626; Tue, 23 May 2017 00:45:36 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4N0jaRF099625; Tue, 23 May 2017 00:45:36 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705230045.v4N0jaRF099625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 23 May 2017 00:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441497 - in head/net/pecl-amqp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 23 May 2017 00:45:38 -0000 Author: dbaio Date: Tue May 23 00:45:36 2017 New Revision: 441497 URL: https://svnweb.freebsd.org/changeset/ports/441497 Log: net/pecl-amqp: Update to 1.9.0 Unbreak with PHP7+ While here, set LICENSE Changes: https://pecl.php.net/package-changelog.php?package=amqp&release=1.9.0 PR: 218829 Submitted by: olevole@olevole.ru Approved by: garga (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D10844 Deleted: head/net/pecl-amqp/files/ Modified: head/net/pecl-amqp/Makefile head/net/pecl-amqp/distinfo Modified: head/net/pecl-amqp/Makefile ============================================================================== --- head/net/pecl-amqp/Makefile Mon May 22 22:53:11 2017 (r441496) +++ head/net/pecl-amqp/Makefile Tue May 23 00:45:36 2017 (r441497) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= amqp -PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTVERSION= 1.9.0 CATEGORIES= net pear MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PHP extension for AMQP API +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel USES= php:pecl -IGNORE_WITH_PHP= 70 71 .include Modified: head/net/pecl-amqp/distinfo ============================================================================== --- head/net/pecl-amqp/distinfo Mon May 22 22:53:11 2017 (r441496) +++ head/net/pecl-amqp/distinfo Tue May 23 00:45:36 2017 (r441497) @@ -1,2 +1,3 @@ -SHA256 (PECL/amqp-1.4.0.tgz) = e6553154acbffeaacfad83edf94a7b94e2e50a850ec953d15537016267720f25 -SIZE (PECL/amqp-1.4.0.tgz) = 48648 +TIMESTAMP = 1495321234 +SHA256 (PECL/amqp-1.9.0.tgz) = f45831d498b8fa47a151c31f6abdc0530aa6eabda6e2e10514aca3bdc76a5098 +SIZE (PECL/amqp-1.9.0.tgz) = 98248