Bug 266446 - net/pecl-amqp: Update to 1.11.0
Summary: net/pecl-amqp: Update to 1.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://pecl.php.net/package-changelo...
Keywords: patch
Depends on:
Blocks: 260386
  Show dependency treegraph
 
Reported: 2022-09-16 14:56 UTC by Martin Waschbüsch
Modified: 2022-10-06 20:51 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (jnlin)


Attachments
Update to 1.11.0 (1.77 KB, patch)
2022-09-16 14:56 UTC, Martin Waschbüsch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Waschbüsch 2022-09-16 14:56:54 UTC
Created attachment 236594 [details]
Update to 1.11.0

net/pecl-amqp: Update to 1.11.0
Changes: https://pecl.php.net/package-changelog.php?package=amqp&release=1.11.0

Most important is it now supports both PHP 8.0 and PHP 8.1, so the dependency on PHP 7.4 and I removed the deprecation warning in the Makefile

Will also close PR 260386, I guess.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 06:03:37 UTC
^Triage: [tags] in issue Titles are deprecated.

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-06 20:50:35 UTC
A commit in branch main references this bug:

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

commit fae99d71a97cb72ad040a88929c4c9561f2b9aa6
Author:     Martin Waschbüsch <martin@waschbuesch.de>
AuthorDate: 2022-10-06 20:43:19 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-06 20:49:54 +0000

    net/pecl-amqp: Update to 1.11.0

     - remove deprecation warning on PHP 7.4
     - support for PHP 8.0 and 8.1

    ChangeLog:
    https://pecl.php.net/package-changelog.php?package=amqp&release=1.11.0

    PR:             260386, 266446
    Approved by:    maintainer timeout, >2 weeks

 net/pecl-amqp/Makefile | 8 ++------
 net/pecl-amqp/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 9 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-06 20:51:40 UTC
Committed, thanks!