Bug 141801 - [maintainer] databases/phpmyadmin -- use bsd.options.mk etc.
Summary: [maintainer] databases/phpmyadmin -- use bsd.options.mk etc.
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-20 12:10 UTC by Matthew Seaman
Modified: 2009-12-22 11:50 UTC (History)
0 users

See Also:


Attachments
phpmyadmin.diff (10.75 KB, patch)
2009-12-20 12: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 2009-12-20 12:10:05 UTC
Simplify the port and make better use of the general facilities provided
by the ports system:

   * Switch to using bsd.ports.options.mk -- this means that we can apply
     OPTIONS processing for suPHP support, which otherwise needs to occur
     too early.

   * Use USERS and GROUPS functionality, instead of supplying pkg-install
     scripts to create userids.

   * Drop some warnings about changes that happened a long time ago now.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-12-20 13:25:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-22 11:48:49 UTC
miwi        2009-12-22 11:48:42 UTC

  FreeBSD ports repository

  Modified files:
    databases/phpmyadmin Makefile pkg-descr 
    databases/phpmyadmin/files pkg-install.in 
  Log:
  - Switch to using bsd.ports.options.mk
  - Use USERS and GROUPS functionality , instead of supplying pkg-install
  - Drop some warnings about changes that happened a long time ago now.
  
  PR:             141801
  Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.115     +27 -74    ports/databases/phpmyadmin/Makefile
  1.3       +4 -89     ports/databases/phpmyadmin/files/pkg-install.in
  1.10      +20 -30    ports/databases/phpmyadmin/pkg-descr
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2009-12-22 11:48:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!