Opened 15 years ago
Closed 15 years ago
#20818 closed update (fixed)
phpmyadmin: update to 3.2.1
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | alakazam@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | phpmyadmin |
Description
phpmyadmin should be updated to 3.2.1
Attachments (1)
Change History (4)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | phpmyadmin.diff added |
---|
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 15 years ago by alakazam@…
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by alakazam@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Upgraded in r56365, thanks for the patch !
Note: See
TracTickets for help on using
tickets.
Attached is a diff which updates to 3.2.1 and also fixes the dependencies. php5 has split into many ports (see #19091) so now ports that require specific php features should declare dependencies on those separate ports. The attached diff declares dependencies on gd, mbstring, mcrypt, mysql and zip extensions, which is what the phpmyadmin documentaiton says it requires. This also addresses the first concern in #20769.