Bug 141803

Summary: [maintainer] net/phpldapadmin -- use bsd.options.mk etc.
Product: Ports & Packages Reporter: Matthew Seaman <m.seaman>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
phpldapadmin.diff none

Description Matthew Seaman 2009-12-20 12:10:06 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:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-24 20:50:36 UTC
miwi        2009-12-24 20:50:22 UTC

  FreeBSD ports repository

  Modified files:
    net/phpldapadmin     Makefile 
    net/phpldapadmin/files pkg-deinstall.in pkg-install.in 
    net/phpldapadmin098  Makefile 
    net/phpldapadmin098/files pkg-install.in pkg-message.in 
  Log:
  - Switch to using bsd.ports.options.mk -
  - 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.
  
  PR:             141804 141803
  Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.36      +28 -57    ports/net/phpldapadmin/Makefile
  1.3       +2 -2      ports/net/phpldapadmin/files/pkg-deinstall.in
  1.3       +2 -87     ports/net/phpldapadmin/files/pkg-install.in
  1.26      +28 -57    ports/net/phpldapadmin098/Makefile
  1.3       +2 -88     ports/net/phpldapadmin098/files/pkg-install.in
  1.7       +0 -12     ports/net/phpldapadmin098/files/pkg-message.in
_______________________________________________
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-24 20:50:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!