cvs commit: ports UIDs ports/databases/phpmyadmin Makefile pkg-plist-chunk ports/databases/phpmyadmin/files pkg-deinstall.in pkg-install.in pkg-message.in

Martin Wilke miwi at FreeBSD.org
Mon Jan 21 02:58:20 PST 2008


miwi        2008-01-21 10:58:20 UTC

  FreeBSD ports repository

  Modified files:
    .                    UIDs 
    databases/phpmyadmin Makefile pkg-plist-chunk 
    databases/phpmyadmin/files pkg-deinstall.in pkg-install.in 
                               pkg-message.in 
  Log:
  Changes:
  
  * When installed using WITH_SUPHP use a fix username/UID from
  /usr/ports/UIDs. There's no equivalent /usr/ports/GIDs entry
  because it defaults to group 'www'.
  
  * Consequently change the default username from phpmyadm to _pma
    and add an entry to /usr/ports/UIDs:
  
  _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin
  
  * Use the standard $WWWDIR for PLIST_SUB and SUB_LIST, instead of
    rolling my own equivalent.
  
  * Various internal code changes and clean-up
  
  * Bump PORTREVISION
  
  Note: the changes here mostly affect compilation with WITH_SUPHP
  defined. If you're not a suPHP user, then there's very little
  ultimately that has changed.
  
  PR:             119825
  Submitted by:   Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.56      +2 -1      ports/UIDs
  1.82      +53 -23    ports/databases/phpmyadmin/Makefile
  1.2       +5 -5      ports/databases/phpmyadmin/files/pkg-deinstall.in
  1.2       +66 -54    ports/databases/phpmyadmin/files/pkg-install.in
  1.4       +3 -3      ports/databases/phpmyadmin/files/pkg-message.in
  1.2       +3 -3      ports/databases/phpmyadmin/pkg-plist-chunk


More information about the cvs-all mailing list