Bug 157145 - [maintainer] databases/phpmyadmin -- add missing dependency
Summary: [maintainer] databases/phpmyadmin -- add missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 06:10 UTC by Matthew Seaman
Modified: 2011-05-18 14:30 UTC (History)
0 users

See Also:


Attachments
phpmyadmin.diff (677 bytes, patch)
2011-05-18 06:10 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2011-05-18 06:10:09 UTC
When installed with php-5.2.x phpMyAdmin requires the spl module in
order to run.  This change is a no-op for the default php-5.3.x, hence
no portrevision bump.

Thanks to Hunker Martin for reporting the problem.
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-05-18 12:23:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-18 14:28:44 UTC
sylvio      2011-05-18 13:28:35 UTC

  FreeBSD ports repository

  Modified files:
    databases/phpmyadmin Makefile 
  Log:
  - Add spl module because when installed with php-5.2.x the phpMyAdmin require the spl module.
  
  PR:             ports/157145
  Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.134     +1 -1      ports/databases/phpmyadmin/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-05-18 14:30:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!