Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#40414 closed enhancement (fixed)

phpmyadmin @4.0.6_0: add php55 variant

Reported by: josephsacco Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: litlfred@…
Port: phpmyadmin

Description

Version 4.06 of phpmyadmin has been released. I tweaked the Portfile for version 4.05:

  • bumped version to 4.06
  • updated checksums
  • added php55 to the foreach loop
  • added && ![variant_isset php55] to the default_variants check

I built the package using the php55 variant. Seems OK.

-Joseph

Attachments (1)

Portfile (3.1 KB) - added by josephsacco 11 years ago.
Portfile for phpmyadmin-4.06

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by josephsacco

Attachment: Portfile added

Portfile for phpmyadmin-4.06

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Owner: changed from macports-tickets@… to ryandesign@…
Summary: phpmyadmin-4.06 has been releasedphpmyadmin @4.0.6_0: add php55 variant
Type: updateenhancement
Version: 2.2.0

phpmyadmin was updated yesterday. Please run sudo port selfupdate to receive the latest ports tree. It doesn’t have a php55 variant, though.

In the future, please Cc relevant port maintainers (port info --maintainers) and provide unified diffs instead of entire Portfiles.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Status: newassigned

The port doesn't actually "build" anything, it just copies the phpmyadmin files into the MacPorts prefix. All the php5x variants do is add dependencies. Does phpmyadmin work with php55 for you? It did not work for me before which is why I did not add the variant before, but I haven't checked in a few versions.

comment:3 Changed 11 years ago by josephsacco

phpmyadmin "seems" to work, although I have not conducted any exhaustive tests:

  • login page comes up
  • can connect to mysql56-server on localhost
  • can see / browse databases
  • can perform simple queries
  • can add / remove user
  • print view works
  • selecting tabs at top of page brings up lots of "stuff"
  • export produces readable SQL code [whether or not it the "correct" code is unknown]

...

I see there is some unit testing available:

http://wiki.phpmyadmin.net/pma/TestingEnvironment

I will have to figure out how to get pear working to run it.

I noticed the macports wiki:howto/MAMP discussion can use some updating.

-Joseph

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 11 years ago by litlfred@…

Cc: litlfred@… added

Cc Me!

comment:5 in reply to:  3 ; Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Replying to drjesacco@…:

I noticed the macports wiki:howto/MAMP discussion can use some updating.

Indeed!

I've added a php55 variant while updating the port to 4.0.7 in r111538.

comment:6 in reply to:  5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign@…:

Replying to drjesacco@…:

I noticed the macports wiki:howto/MAMP discussion can use some updating.

Indeed!

I meant to add: feel free to update it; anyone may edit the wiki. I am not currently working on documentation.

Note: See TracTickets for help on using tickets.