Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2008 10:58:20 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports UIDs ports/databases/phpmyadmin Makefile pkg-plist-chunk ports/databases/phpmyadmin/files pkg-deinstall.in pkg-install.in pkg-message.in
Message-ID:  <200801211058.m0LAwKRl011287@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801211058.m0LAwKRl011287>