Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jan 2019 18:18:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234597] [patch] databases/mantis - add missing dependencies
Message-ID:  <bug-234597-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234597

            Bug ID: 234597
           Summary: [patch] databases/mantis - add missing dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tobik@freebsd.org
          Reporter: dvl@FreeBSD.org
          Assignee: tobik@freebsd.org
             Flags: maintainer-feedback?(tobik@freebsd.org)

Created attachment 200744
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200744&action=
=3Dedit
add json and mstring to USE_PHP

When I was recently upgrading from PHP 5.6 to PHP 7.2, I noticed two missing
dependencies:

* php72-json
* php72-mbstring

The attached patch adds json and mbstring to USE_PHP

Tested at home via pourdriere testport with a -i option.  I saw:

root@120amd64-working:~ # pkg info -x string
php72-mbstring-7.2.13
root@120amd64-working:~ # pkg info -x json
php72-json-7.2.13

Hope this helps.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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